aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal.c
Commit message (Expand)AuthorAge
* remove trailing spacesGravatar Grissiom2010-09-18
* Make fish store universal variables locally if fishd can't be started - local...Gravatar axel2006-11-15
* Use fcntl to automatically close fishd socken on exec instead of handling it ...Gravatar axel2006-11-15
* Fix yet another universal variable issue with initialization of the read buff...Gravatar axel2006-10-19
* Properly handle character sets in universal variablesGravatar axel2006-10-18
* Fix bug in the input buffering of messages to/from fishd causing garbled mess...Gravatar axel2006-10-11
* Use string.h not strings.h in all casesGravatar axel2006-08-10
* Add missing sys/select.h header needed on FreeBSDGravatar axel2006-08-10
* Make sure to only close fishd socket if it is open on shutdownGravatar axel2006-07-19
* Even more input validationGravatar axel2006-06-21
* Check exit status of close and fclose in a few extra placesGravatar axel2006-06-21
* Make it possible to specify scope of a variable to be erased or tested. Also ...Gravatar axel2006-06-05
* 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
* Check location of term.h header (updated)Gravatar axel2006-01-19
* Fix two issues on OS X, a non-compatible use of the expr command and a bad in...Gravatar axel2006-01-10
* Minor cleanupsGravatar axel2005-11-29
* Make sure fishd synchronization happens only when neededGravatar axel2005-11-28
* Do not use RLIMIT_AS on systems that don't have it, like NetBSDGravatar axel2005-10-17
* Event handling and job reaping updatesGravatar axel2005-10-12
* Multiple portability fixesGravatar axel2005-10-11
* 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
* 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