aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.cpp
Commit message (Expand)AuthorAge
* Correctly un-export an env var when it is shadowedGravatar ridiculousfish2015-06-12
* Recalculate exported variables when universal variable is erasedGravatar ridiculousfish2015-04-29
* Properly fire events for universal variable changesGravatar ridiculousfish2015-02-03
* use configure to define NOMACROSGravatar David Adam2014-12-21
* Solaris build fixes: pick the right curses more of the timeGravatar David Adam2014-12-21
* Make C_ (gettext used in completions) return wcstringGravatar ridiculousfish2014-10-30
* Change how arrays and environment variables interact.Gravatar ridiculousfish2014-10-12
* Raise debug level to 2 on annoying Changing language to English messageGravatar ridiculousfish2014-10-08
* env.cpp: correctly check variable_can_be_arrayGravatar David Adam2014-10-08
* Find fishd file even when $HOME is unsetGravatar Kevin Ballard2014-10-01
* Export $HOME if we have to calculate itGravatar Kevin Ballard2014-10-01
* Further support for term24bit. Teach output.cpp what to do with it.Gravatar ridiculousfish2014-09-19
* Initial work to support for term-24bit ("true color")Gravatar ridiculousfish2014-09-19
* Decrement SHLVL when running `exec`Gravatar Kevin Ballard2014-09-19
* Fix $SHLVLGravatar Kevin Ballard2014-08-29
* set: Print an error when setting `umask` to a bad valueGravatar Kevin Ballard2014-08-21
* Improve history robustness against corrupt filesGravatar ridiculousfish2014-07-29
* Clean up default environment variables.Gravatar ridiculousfish2014-07-25
* 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
* Mark COLUMNS/LINES as electric varsGravatar Kevin Ballard2014-07-12
* set: Don't treat toplevel scope the same as globalGravatar Kevin Ballard2014-07-12
* Rewrite env_exists() for better scope handlingGravatar Kevin Ballard2014-07-12
* Don't allow readonly/electric values to come in through the envGravatar Kevin Ballard2014-07-12
* Must load universal variables earlier, and issue a barrier after erasingGravatar ridiculousfish2014-07-06
* env.cpp: allow all users to change $USER and $HOMEGravatar David Adam2014-06-28
* Remove env_universal.h and env_universal.cpp from projectGravatar ridiculousfish2014-06-18
* Universal variable callbacks should only be announced for changedGravatar ridiculousfish2014-06-16
* Migrate global functions out of env_universal. Have env operate directlyGravatar ridiculousfish2014-06-15
* Teach env_universal_remove to directly report whether the variable wasGravatar ridiculousfish2014-06-13
* Removal of more fishd artifacts and headersGravatar ridiculousfish2014-06-09
* Remove large parts of fishd interaction, includingGravatar ridiculousfish2014-06-06
* avoid symlink attacks in __fish_print_packages and spawning fishdGravatar David Adam2014-05-12
* Shorten compilation timesGravatar Konrad Borowski2014-05-01
* Migrate universal variables to env_var_t structure. EncapsulateGravatar ridiculousfish2014-04-25
* Set $fish_bind_mode to default on fish startup; set $fish_key_bindingsGravatar Julian Aron Prenner2014-01-19
* Fix for issue where we compute a default USER variable, but never setGravatar ridiculousfish2014-01-12
* Miscellaneous optimizations to reduce string copyingGravatar ridiculousfish2014-01-07
* Stop insisting on trying to add /usr/bin and /bin to $PATH.Gravatar ridiculousfish2013-08-27
* Generate version numbers dynamicallyGravatar David Adam (zanchey)2013-08-11
* Fix some warnings exposed by -WallGravatar ridiculousfish2013-07-16
* Fix $LINES = $COLUMNS bugGravatar Dag Odenhall2013-05-24
* Rely on $PWD instead of getcwd() more oftenGravatar ridiculousfish2013-04-27
* Hack up dcgettext to try to fix CentOS buildGravatar ridiculousfish2013-04-08
* Kill termio.h and sys/termios.hGravatar David Adam (zanchey)2013-03-05
* Cleanup and simplify null_terminated_array_t and its clientsGravatar ridiculousfish2013-02-22
* Null initialize an ivar (oops)Gravatar ridiculousfish2013-02-19
* Large set of changes to how PATH is handled. Changed fish to no longer modify...Gravatar ridiculousfish2013-02-19