aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.c
Commit message (Expand)AuthorAge
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Initial blocking implementationGravatar axel2005-12-12
* Minor cleanupsGravatar axel2005-11-29
* Make sure fishd synchronization happens only when neededGravatar axel2005-11-28
* Minor code tweaksGravatar axel2005-11-24
* Change name of fishd log fileGravatar axel2005-11-24
* Make sure installation path is in PATHGravatar axel2005-11-04
* Fix problem bug breaking completion in commands with multiple subshellsGravatar axel2005-10-25
* Make sure PATH contains vital directories during initGravatar axel2005-10-25
* Huge API documentation cleanupGravatar axel2005-10-25
* Code cleanups and API documentation updatesGravatar axel2005-10-23
* Make sure USER variable is correct. Needed when using the su command.Gravatar axel2005-10-23
* Fix broken umask, add completions, documentation cleanups, etcGravatar axel2005-10-22
* 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
* Initial update for new event subsystemGravatar axel2005-10-06
* Proper order for #includesGravatar axel2005-10-05
* Code cleanup and a few source code commentsGravatar axel2005-10-03
* Make sure all internal file descriptors are closed when spawning childrenGravatar axel2005-10-03
* Silence universal variable server error reportingGravatar axel2005-09-27
* Default scope for variables is innermost function blockGravatar axel2005-09-27
* Add support for zero element arraysGravatar axel2005-09-27
* 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