about summary refs log tree commit diff
path: root/Src/lex.c
Commit message (Expand)AuthorAgeFilesLines
* 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