aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.h
Commit message (Expand)AuthorAge
* Adopt wcstring in env_setGravatar ridiculousfish2012-05-09
* Improved fork reportingGravatar ridiculousfish2012-04-21
* Move special handling of DISPLAY environment variable from etc/config.fish to...Gravatar ridiculousfish2012-03-06
* Notice when fish_term256 changes and react to itGravatar ridiculousfish2012-03-05
* More work on improving interaction between fork and pthreads. Added null_term...Gravatar ridiculousfish2012-02-29
* Fix for error messages when loading completionsGravatar ridiculousfish2012-02-26
* More work towards autosuggesting completionsGravatar ridiculousfish2012-02-25
* Modified env_get_string() to accept wcstring instead of wchar_t*.Gravatar Siteshwar Vashisht2012-02-24
* Remove old env_get_names implementationGravatar ridiculousfish2012-02-08
* Work on new history implementationGravatar ridiculousfish2012-02-05
* Redesign new environment variables to use env_var_t instead of wcstringGravatar Peter Ammon2012-01-14
* Introduce env_var_t to replace empty string as missing environment variableGravatar Peter Ammon2012-01-14
* Additional migration to STL data structuresGravatar ridiculousfish2012-01-10
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Fix minor bug, PWD was incorrectly set on startupGravatar liljencrantz2008-01-17
* Minor edits, remove unneeded code, add a few commants, correct spelling, twea...Gravatar axel2006-10-26
* Add compiler warnings for some common incorrect usage of functions, such as f...Gravatar axel2006-10-20
* Minor code tweaks, mostly things like indentation, but also a ferw code reord...Gravatar axel2006-08-28
* 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 warning when trying to change read-only variableGravatar axel2006-04-11
* Increase fish robustness by improving signal handling when forking jobs and m...Gravatar axel2005-10-14
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Add support for zero element arraysGravatar axel2005-09-27
* Exportable universal variablesGravatar axel2005-09-23
* Initial revisionGravatar axel2005-09-20