about summary refs log tree commit diff
path: root/Src/parse.c
Commit message (Expand)AuthorAgeFilesLines
* calculate the length of the region to map (for mapped zwc files) correctly, i...Sven Wischnowsky2001-05-151-4/+6
* two optimisationsSven Wischnowsky2001-03-071-25/+25
* make the parser use real memory for the ecbuf to avoid having hrealloc() thro...Sven Wischnowsky2001-03-061-7/+19
* *** empty log message ***Sven Wischnowsky2001-01-221-4/+3
* remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky2001-01-161-20/+40
* Joel Smith: 13230: avoid name clashes with Linux kernelPeter Stephenson2000-12-051-25/+25
* don't return invalid Eprog after parse error (12898)Sven Wischnowsky2000-10-051-2/+3
* 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