about summary refs log tree commit diff
path: root/Src/lex.c
Commit message (Expand)AuthorAgeFilesLines
* 17760: Fix case-pattern parsing bug in sh emulation.Bart Schaefer2002-10-061-2/+6
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-051-1/+1
* fix completion after var+= to use value context (16418)Sven Wischnowsky2002-01-081-1/+2
* 16353: add += parameter assignmentsOliver Kiddle2001-12-171-0/+1
* Fix PS2 for dquote nested in braceparam.Bart Schaefer2001-08-271-0/+2
* Fix subscripting bug with backslash-double-quote.Bart Schaefer2001-04-231-4/+5
* More parameter/subscript cleanup.Bart Schaefer2001-04-211-4/+4
* Parameter repairs, mostly for subscripting.Bart Schaefer2001-04-201-2/+37
* make the parser use real memory for the ecbuf to avoid having hrealloc() thro...Sven Wischnowsky2001-03-061-0/+3
* add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky2001-02-281-1/+1
* Joel Smith: 13230: avoid name clashes with Linux kernelPeter Stephenson2000-12-051-2/+2
* missing mod_export (12613)Sven Wischnowsky2000-08-141-1/+1
* If an alias starts with a space, set aliasspaceflag to 1 instead ofWayne Davison2000-07-191-3/+2
* Removed the spaceflag variable.Wayne Davison2000-07-181-3/+0
* slightly improved (z) flag for parsing conditions; recognising glob flags in ...Sven Wischnowsky2000-07-131-2/+7
* fix for (z) flag, don't take # as comment (12228)Sven Wischnowsky2000-07-121-1/+1
* make (e) flag be silent unless (X) is given, too (11768)Sven Wischnowsky2000-06-061-7/+16
* 11561: no RC_QUOTES in $'..'Peter Stephenson2000-05-241-1/+1
* save and restore more variables in bufferwords(); move gotword() into core (1...Sven Wischnowsky2000-05-231-0/+18
* parse_subst_string() should use modified version of `len' (11145)Sven Wischnowsky2000-05-041-3/+4
* save and restore `len' in lexsave/restore (11142)Sven Wischnowsky2000-05-041-0/+3
* zefram2: Src/lex.c: Support "3&> foo" etc.Andrew Main2000-04-061-2/+13
* 10444: Src/lex.c, Src/pattern.c: Insist on proper syntaxAndrew Main2000-04-041-168/+293
* Initial revisionTanaka Akira1999-04-151-0/+1489