about summary refs log tree commit diff
path: root/Src/parse.c
Commit message (Expand)AuthorAgeFilesLines
* increment zwc fie version (which means changing the magic number) (15584)Sven Wischnowsky2001-08-071-2/+2
* remove nulargs in here strings (15470)Sven Wischnowsky2001-07-241-0/+3
* 15327: always use local LINENOs in parse_string().Peter Stephenson2001-07-091-1/+1
* 15265: Src/parse.c: correction problems with new `for' syntaxPeter Stephenson2001-07-061-4/+6
* 15030: multi-parameter `for' loopsPeter Stephenson2001-06-251-10/+21
* No POSIX "for" syntax with csh syntax.Bart Schaefer2001-06-211-2/+4
* POSIX "for" syntax.Bart Schaefer2001-06-211-0/+2
* make zcompile unlink() the zwc file first (in case it is currently mapped we ...Sven Wischnowsky2001-06-181-4/+6
* Fix problems with zwcstat() on systems that do not USE_MMAP.Bart Schaefer2001-06-091-0/+22
* 14813: autoload functions from deleted .zwc filesClint Adams2001-06-081-2/+4
* 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