aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.c
Commit message (Expand)AuthorAge
* 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