about summary refs log tree commit diff
path: root/Src/parse.c
Commit message (Expand)AuthorAgeFilesLines
* 18251: Fix select and make it respect EOFPeter Stephenson2003-02-171-4/+6
* 17760: Fix case-pattern parsing bug in sh emulation.Bart Schaefer2002-10-061-0/+2
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-17/+21
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-051-2/+2
* 17299: Use reference counts in Eprogs so as to be able to free them as soonPeter Stephenson2002-06-071-18/+41
* 17283: Src/parse.c: `func() { ... } this bit was ignored'.Peter Stephenson2002-06-041-0/+2
* 17272: inner function definition could define nonsensePeter Stephenson2002-06-021-0/+2
* Fix parsing of binary infix operators of test builtin.Bart Schaefer2002-03-071-2/+2
* 16353: add += parameter assignmentsOliver Kiddle2001-12-171-8/+19
* 16249: Clear here-documents on parse error.Bart Schaefer2001-11-211-3/+22
* 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