aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.h
Commit message (Expand)AuthorAge
* Add new `functions` flag -V/--inherit-variableGravatar Kevin Ballard2014-10-02
* set: Print an error when setting `umask` to a bad valueGravatar Kevin Ballard2014-08-21
* Turn the 'mode' parameter of environment variables into an enumGravatar ridiculousfish2014-07-13
* Change how we separate toplevel and global scopesGravatar Kevin Ballard2014-07-13
* Add an optional mode to env_get_string()Gravatar Kevin Ballard2014-07-12
* set: Print an error when setting a special var in the wrong scopeGravatar Kevin Ballard2014-07-12
* set: Don't treat toplevel scope the same as globalGravatar Kevin Ballard2014-07-12
* Migrate global functions out of env_universal. Have env operate directlyGravatar ridiculousfish2014-06-15
* Migrate universal variables to env_var_t structure. EncapsulateGravatar ridiculousfish2014-04-25
* Rely on $PWD instead of getcwd() more oftenGravatar ridiculousfish2013-04-27
* Cleanup and simplify null_terminated_array_t and its clientsGravatar ridiculousfish2013-02-22
* Large set of changes to how PATH is handled. Changed fish to no longer modify...Gravatar ridiculousfish2013-02-19
* Clean up env_var_table_t. Switch from storing var_uni_entry_t* to var_uni_ent...Gravatar ridiculousfish2013-02-11
* Rearrange some variables for possibly better alignment. int -> boolGravatar ridiculousfish2013-01-19
* Big cleanup of env_set. Changed var_table_t to use direct var_entry_t instead...Gravatar ridiculousfish2013-01-19
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Adopt posix_spawn (!)Gravatar ridiculousfish2012-08-15
* Lots of miscellaneous cleanup. Unified the path_get_cd_path, path_allocate_cd...Gravatar ridiculousfish2012-07-20
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
* Changes to make fish use the relocated fishd instead of the installed one, if...Gravatar ridiculousfish2012-07-18
* 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