Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make the parser use real memory for the ecbuf to avoid having hrealloc() ↵ | Sven Wischnowsky | 2001-03-06 | 1 | -0/+3 |
| | | | | throw away lots of memory (13576) | ||||
* | add `aliases' option to be able to disable alias expansion (13554) | Sven Wischnowsky | 2001-02-28 | 1 | -1/+1 |
| | |||||
* | Joel Smith: 13230: avoid name clashes with Linux kernel | Peter Stephenson | 2000-12-05 | 1 | -2/+2 |
| | |||||
* | missing mod_export (12613) | Sven Wischnowsky | 2000-08-14 | 1 | -1/+1 |
| | |||||
* | If an alias starts with a space, set aliasspaceflag to 1 instead of | Wayne Davison | 2000-07-19 | 1 | -3/+2 |
| | | | | calling remhist(). | ||||
* | Removed the spaceflag variable. | Wayne Davison | 2000-07-18 | 1 | -3/+0 |
| | |||||
* | slightly improved (z) flag for parsing conditions; recognising glob flags in ↵ | Sven Wischnowsky | 2000-07-13 | 1 | -2/+7 |
| | | | | conditions still doesn't work (12237) | ||||
* | fix for (z) flag, don't take # as comment (12228) | Sven Wischnowsky | 2000-07-12 | 1 | -1/+1 |
| | |||||
* | make (e) flag be silent unless (X) is given, too (11768) | Sven Wischnowsky | 2000-06-06 | 1 | -7/+16 |
| | |||||
* | 11561: no RC_QUOTES in $'..' | Peter Stephenson | 2000-05-24 | 1 | -1/+1 |
| | |||||
* | save and restore more variables in bufferwords(); move gotword() into core ↵ | Sven Wischnowsky | 2000-05-23 | 1 | -0/+18 |
| | | | | (11523) | ||||
* | parse_subst_string() should use modified version of `len' (11145) | Sven Wischnowsky | 2000-05-04 | 1 | -3/+4 |
| | |||||
* | save and restore `len' in lexsave/restore (11142) | Sven Wischnowsky | 2000-05-04 | 1 | -0/+3 |
| | |||||
* | zefram2: Src/lex.c: Support "3&> foo" etc. | Andrew Main | 2000-04-06 | 1 | -2/+13 |
| | |||||
* | 10444: Src/lex.c, Src/pattern.c: Insist on proper syntax | Andrew Main | 2000-04-04 | 1 | -168/+293 |
| | | | | | for numeric globbing (with the "-"). Also fix the bug whereby "echo 1<2-3>" would lose the "1". | ||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+1489 |