summary refs log tree commit diff
path: root/src/parser.c (follow)
Commit message (Expand)AuthorAge
* [PARSER] Remove arithmetic expansion collapsing at parse timeHerbert Xu2007-09-24
* [PARSER] Remove superfluous dblquote settings when ending arithHerbert Xu2007-09-24
* [PARSER] Remove superfluous arinest test for dqvarnestHerbert Xu2007-09-24
* [PARSER] Remove superfluous arinest test in CENDQUOTEHerbert Xu2007-09-24
* [EXPAND] Do not quote back slashes in parameter expansions outside quotesHerbert Xu2007-09-24
* [PARSER] Remove unnecessary inclusion of redir.hHerbert Xu2007-05-06
* [PARSER] Only use signed char for syntax arraysHerbert Xu2006-04-23
* [PARSER] Use alloca to get rid of setjmpHerbert Xu2006-03-29
* [PARSER] Removed useless parsebackquote flagHerbert Xu2006-03-29
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* Removed unnecessary inclusion of eval.h from parser.c.herbert2005-09-26
* Renamed error to sh_error.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26
erm eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe