aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.c
Commit message (Expand)AuthorAge
* Set version to 1.17.0, disable fishd optimization patch.Gravatar axel2005-12-02
* Only insert fishd barrier after non-builtin commands to increase performanceGravatar axel2005-11-30
* Huge API documentation cleanupGravatar axel2005-10-25
* Add support for specifying event handler for calling job in command supstitut...Gravatar axel2005-10-15
* Increase fish robustness by improving signal handling when forking jobs and m...Gravatar axel2005-10-14
* Stop using anonymous unionsGravatar axel2005-10-12
* Event handling and job reaping updatesGravatar axel2005-10-12
* Remove finsihed jobs after eventsGravatar axel2005-10-09
* API documentation updatesGravatar axel2005-10-09
* Spelling fixesGravatar axel2005-10-08
* Minor fixesGravatar axel2005-10-08
* Call job removal more often in non-interactive mode, increases performance wh...Gravatar axel2005-10-08
* Minor editsGravatar axel2005-10-08
* Improve error message on missing 'end'Gravatar axel2005-10-08
* Add support for piping using other file descriptor than fd 1Gravatar axel2005-10-08
* Various updates to signal event handlingGravatar axel2005-10-06
* Initial update for new event subsystemGravatar axel2005-10-06
* Cast null pointers to (void *) in vararg functionsGravatar axel2005-10-01
* No semicolon required after else/beginGravatar axel2005-09-25
* Fix minor bugs in parserGravatar axel2005-09-25
* Fix for broken variable exportGravatar axel2005-09-24
* Fix for various redirection problemsGravatar axel2005-09-23
* Exportable universal variablesGravatar axel2005-09-23
* Initial revisionGravatar axel2005-09-20