summaryrefslogtreecommitdiff
path: root/Src/parse.c
AgeCommit message (Collapse)AuthorFilesLines
2000-08-02Andrej: Dynamic loading on cygwinPeter Stephenson1-1/+2
2000-07-21fix parsing of `time' without a command (12337)Sven Wischnowsky1-3/+7
2000-07-19Define aliasspaceflag, and init it in parse_event().Wayne Davison1-1/+5
2000-06-29fix for `foo () print bar' (function definitions without braces) (12125)Sven Wischnowsky1-1/+2
2000-06-14nix kaboom with `time time' (?)Sven Wischnowsky1-4/+14
2000-05-2711606: Propagate parse errors out of parse_list() and parse_event(), andBart Schaefer1-4/+3
test that it worked.
2000-05-04close dump file descriptors in children (11151)Sven Wischnowsky1-0/+16
2000-04-12compare mapped zwc files using stat instead of the pathnames (10699)Sven Wischnowsky1-11/+18
2000-04-10detect ignored signals correctly (10625)Sven Wischnowsky1-0/+7
2000-04-05make zwc files use the magic number as their verios, report zsh-version in ↵Sven Wischnowsky1-6/+15
error messages
2000-04-04better error handling for zwc filesSven Wischnowsky1-16/+25
2000-04-01Updated from list as far as 10376Peter Stephenson1-546/+2207
1999-04-15Initial revisionTanaka Akira1-0/+1379