about summary refs log tree commit diff
path: root/Src/parse.c
Commit message (Expand)AuthorAgeFilesLines
* Andrej: Dynamic loading on cygwinPeter Stephenson2000-08-021-1/+2
* fix parsing of `time' without a command (12337)Sven Wischnowsky2000-07-211-3/+7
* Define aliasspaceflag, and init it in parse_event().Wayne Davison2000-07-191-1/+5
* fix for `foo () print bar' (function definitions without braces) (12125)Sven Wischnowsky2000-06-291-1/+2
* nix kaboom with `time time' (?)Sven Wischnowsky2000-06-141-4/+14
* 11606: Propagate parse errors out of parse_list() and parse_event(), andBart Schaefer2000-05-271-4/+3
* close dump file descriptors in children (11151)Sven Wischnowsky2000-05-041-0/+16
* compare mapped zwc files using stat instead of the pathnames (10699)Sven Wischnowsky2000-04-121-11/+18
* detect ignored signals correctly (10625)Sven Wischnowsky2000-04-101-0/+7
* make zwc files use the magic number as their verios, report zsh-version in er...Sven Wischnowsky2000-04-051-6/+15
* better error handling for zwc filesSven Wischnowsky2000-04-041-16/+25
* Updated from list as far as 10376Peter Stephenson2000-04-011-546/+2207
* Initial revisionTanaka Akira1999-04-151-0/+1379