aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.c
Commit message (Expand)AuthorAge
* Add support for the -n switch to skip execution of any commandsGravatar axel2006-03-18
* Fix bug that causing terminal corruption if a job is put under job control be...Gravatar axel2006-03-10
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Add some input validation code to various functionsGravatar axel2006-02-23
* Make sure that command specific completions can handle input strings with wil...Gravatar axel2006-02-19
* Fix broken call to source /fish/fish on startupGravatar axel2006-02-18
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
* Fix invalid destruction order on exitGravatar axel2006-02-16
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Autoloaded functionsGravatar axel2006-02-08
* Improved error checking in main()Gravatar axel2006-02-03
* Add fish switch to enter login modeGravatar axel2006-02-03
* Make stack traces print absolute filenamesGravatar axel2006-02-03
* Add function stack trace to error outputGravatar axel2006-01-27
* Make description messages more uniformGravatar axel2006-01-09
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Remove old event hooks, add more event handler documentationGravatar axel2005-12-04
* Use better test for presense of getopt_long functionGravatar axel2005-11-28
* Minor performance tweaksGravatar axel2005-11-03
* Make sure PATH contains vital directories during initGravatar axel2005-10-25
* Do not break stdin when reading a scriptGravatar axel2005-10-19
* 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
* Optimize interactive input reader by allowing multiple input characters betwe...Gravatar axel2005-10-14
* Event handling and job reaping updatesGravatar axel2005-10-12
* Initial update for new event subsystemGravatar axel2005-10-06
* Make sure all internal file descriptors are closed when spawning childrenGravatar axel2005-10-03
* Change configuration file names if installing in $HOMEGravatar axel2005-09-26
* Initial revisionGravatar axel2005-09-20