about summary refs log tree commit diff
path: root/Src/parse.c
Commit message (Expand)AuthorAgeFilesLines
* users/12412: check for extra arguments in test and [Peter Stephenson2008-01-101-0/+6
* 23670: rationalise some linked list functionsPeter Stephenson2007-06-271-1/+1
* Phil Pennock: 23480: typoPeter Stephenson2007-05-291-1/+1
* 23375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson2007-05-011-0/+6
* unposted: fix error message for short ZWC filePeter Stephenson2007-04-231-1/+1
* 23313: fix test for incorrect version in ZWC filePeter Stephenson2007-04-231-2/+3
* parse.cPeter Stephenson2007-04-231-1/+1
* 23312: fix versioning and initialisation of word code headersPeter Stephenson2007-04-231-0/+2
* 23115: ";|" at end of case clause causes later patterns to be testedPeter Stephenson2007-01-191-5/+7
* 22586: fix warnings spotted on CygwinPeter Stephenson2006-08-041-0/+7
* 22546: fix {myfd}>... bug and tweak testsPeter Stephenson2006-07-111-1/+1
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-4/+1
* 22542: deoverenthuse cmdpoppingPeter Stephenson2006-07-091-1/+0
* 22516: error in func() didn't pop command stackPeter Stephenson2006-06-261-1/+4
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-26/+23
* users/10087: no aliases for case of "in" in "case"Peter Stephenson2006-03-261-0/+10
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-11/+11
* Remove excess argument of zwcstat()Bart Schaefer2005-04-241-4/+4
* 21133: New {myfd} syntax for allocating file descriptorsPeter Stephenson2005-04-121-29/+103
* fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson2005-02-061-0/+10
* 20418: report parse error rather than crash on unfinished pipelines.Bart Schaefer2004-10-021-2/+6
* 20214: fix debugging test with recursive functionsPeter Stephenson2004-07-281-1/+4
* 20112 changed c.f. 20113:Peter Stephenson2004-06-281-3/+0
* 20076, 20084: { ... } always { ... } syntax.Peter Stephenson2004-06-221-4/+34
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-1/+1
* Fixed two signed/unsigned comparisons.Wayne Davison2004-05-281-4/+3
* 19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1Oliver Kiddle2004-03-111-3/+3
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-2/+2
* 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