aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.c
Commit message (Expand)AuthorAge
* Use variable arrays if compiler supports C99, this saves a small amount of me...Gravatar axel2006-06-14
* Change name of fishd log file to be in line with name of socket fileGravatar axel2006-06-14
* Drop most 'const's from function prototypesGravatar axel2006-06-13
* Add more function input validation checksGravatar axel2006-06-09
* Make it possible to specify scope of a variable to be erased or tested. Also ...Gravatar axel2006-06-05
* Add missing event trigger when non-universal variable is erasedGravatar axel2006-05-29
* Rename function expand_variable_array to tokenize_variable_array and move it ...Gravatar axel2006-05-29
* Minor code cleanupGravatar axel2006-04-19
* Change var_entry_t struct to be ANSI C compliant (Wastes a few hundred bytes)Gravatar axel2006-04-11
* Add warning when trying to change read-only variableGravatar axel2006-04-11
* Change how a few pointer are supplied to functions, removes warnings about br...Gravatar axel2006-03-26
* Remove warning for missing history value - it is not a bugGravatar axel2006-03-02
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Minor code tweaksGravatar axel2006-01-31
* Make it possible to create zero length environment variable arrays without us...Gravatar axel2006-01-27
* Smaller editsGravatar axel2006-01-25
* Add simple fallback implementation of seq command, installed automatically on...Gravatar axel2006-01-23
* Fix broken PATH checkGravatar axel2006-01-22
* Add autoconf test for presense of _nl_msg_cat_cntrGravatar axel2006-01-22
* Fix minor spelling detailGravatar axel2006-01-21
* Check location of term.h header (updated)Gravatar axel2006-01-19
* Correctly handle locale changes through scope expiry, as well as locale chang...Gravatar axel2006-01-13
* Yet another batch of description tweaks, as well as the last major checkin of...Gravatar axel2006-01-12
* Reload completions on locale language change. This will mean that most transl...Gravatar axel2006-01-10
* Improve locale implementation (should now behave identically to bash) and doc...Gravatar axel2006-01-09
* Output a message when changing LANG in interactive modeGravatar axel2006-01-05
* 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