aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.cpp
Commit message (Expand)AuthorAge
* Further fixes to universal variable server socket managementGravatar David Adam2014-08-04
* Fix for CVE-2014-2905 - fishd restart required.Gravatar David Adam2014-08-03
* 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
* First round of fixes based on cppcheckGravatar ridiculousfish2013-02-16
* First stab at builtin set_color. Moved set_color.cpp to builtin_set_color.cpp...Gravatar ridiculousfish2013-02-14
* Fixed broken export_funcGravatar Siteshwar Vashisht2013-02-12
* Clean up export_funcGravatar ridiculousfish2013-02-12
* Clean up env_var_table_t. Switch from storing var_uni_entry_t* to var_uni_ent...Gravatar ridiculousfish2013-02-11
* Remove trailing whitespacesGravatar Cheer Xiao2013-01-21
* 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
* really fix bug in export status of universal vars; add tests for that bugGravatar Jan Kanis2013-01-02
* fix bug in export status of universal variable assignmentGravatar Jan Kanis2013-01-02
* Make fish more robust when multiple instances are started at onceGravatar ridiculousfish2012-12-27
* Merge branch 'event-bug-test' of git://github.com/JanKanis/fish-shell into Ja...Gravatar ridiculousfish2012-12-22
|\
| * Make event_t.arguments into a vector instead of an auto_ptr<vector>.Gravatar Jan Kanis2012-12-20
* | Eliminate str2wcsGravatar ridiculousfish2012-12-19
|/
* Fix indentation of switch statementsGravatar ridiculousfish2012-11-19
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* add $FISH_VERSION as unexported global variable to complement versionGravatar David Adam (zanchey)2012-11-08
* Make escaping consistent for fish <-> fishd protocolGravatar ridiculousfish2012-10-08
* Adopt posix_spawn (!)Gravatar ridiculousfish2012-08-15
* Cleaned up lots of typecasts, simplified some string handlingGravatar ridiculousfish2012-08-04
* Warning cleanupGravatar ridiculousfish2012-08-04
* 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
* Fix for https://github.com/fish-shell/fish-shell/issues/168Gravatar ridiculousfish2012-07-10
* Add support for querying variables with scope options as requested in issue #132Gravatar Siteshwar Vashisht2012-06-18
* Fix for https://github.com/fish-shell/fish-shell/issues/135Gravatar ridiculousfish2012-06-16
* Cleanup SHLVL variableGravatar ridiculousfish2012-05-09
* Adopt wcstring in env_setGravatar ridiculousfish2012-05-09
* Fix to better support CDPATHGravatar ridiculousfish2012-05-06
* Fix for a deadlock when env_get_string ends up calling env_get_stringGravatar ridiculousfish2012-04-23
* Cleanup proc_had_barrierGravatar ridiculousfish2012-03-31
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
* Remove some dead variables.Gravatar ridiculousfish2012-03-25
* Lots of work on web configGravatar ridiculousfish2012-03-25
* Re-implement $history variableGravatar ridiculousfish2012-03-19
* Allow g_log_forks to be set by fish_log_forks env varGravatar ridiculousfish2012-03-09