about summary refs log tree commit diff
path: root/Src/lex.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Sven Wischnowsky2000-05-231-0/+18
| | | | (11523)
* 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
| | | | | for numeric globbing (with the "-"). Also fix the bug whereby "echo 1<2-3>" would lose the "1".
* Initial revisionTanaka Akira1999-04-151-0/+1489