index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
env.cpp
Commit message (
Expand
)
Author
Age
*
Correctly un-export an env var when it is shadowed
ridiculousfish
2015-06-12
*
Recalculate exported variables when universal variable is erased
ridiculousfish
2015-04-29
*
Properly fire events for universal variable changes
ridiculousfish
2015-02-03
*
use configure to define NOMACROS
David Adam
2014-12-21
*
Solaris build fixes: pick the right curses more of the time
David Adam
2014-12-21
*
Make C_ (gettext used in completions) return wcstring
ridiculousfish
2014-10-30
*
Change how arrays and environment variables interact.
ridiculousfish
2014-10-12
*
Raise debug level to 2 on annoying Changing language to English message
ridiculousfish
2014-10-08
*
env.cpp: correctly check variable_can_be_array
David Adam
2014-10-08
*
Find fishd file even when $HOME is unset
Kevin Ballard
2014-10-01
*
Export $HOME if we have to calculate it
Kevin Ballard
2014-10-01
*
Further support for term24bit. Teach output.cpp what to do with it.
ridiculousfish
2014-09-19
*
Initial work to support for term-24bit ("true color")
ridiculousfish
2014-09-19
*
Decrement SHLVL when running `exec`
Kevin Ballard
2014-09-19
*
Fix $SHLVL
Kevin Ballard
2014-08-29
*
set: Print an error when setting `umask` to a bad value
Kevin Ballard
2014-08-21
*
Improve history robustness against corrupt files
ridiculousfish
2014-07-29
*
Clean up default environment variables.
ridiculousfish
2014-07-25
*
Turn the 'mode' parameter of environment variables into an enum
ridiculousfish
2014-07-13
*
Change how we separate toplevel and global scopes
Kevin Ballard
2014-07-13
*
Add an optional mode to env_get_string()
Kevin Ballard
2014-07-12
*
set: Print an error when setting a special var in the wrong scope
Kevin Ballard
2014-07-12
*
Mark COLUMNS/LINES as electric vars
Kevin Ballard
2014-07-12
*
set: Don't treat toplevel scope the same as global
Kevin Ballard
2014-07-12
*
Rewrite env_exists() for better scope handling
Kevin Ballard
2014-07-12
*
Don't allow readonly/electric values to come in through the env
Kevin Ballard
2014-07-12
*
Must load universal variables earlier, and issue a barrier after erasing
ridiculousfish
2014-07-06
*
env.cpp: allow all users to change $USER and $HOME
David Adam
2014-06-28
*
Remove env_universal.h and env_universal.cpp from project
ridiculousfish
2014-06-18
*
Universal variable callbacks should only be announced for changed
ridiculousfish
2014-06-16
*
Migrate global functions out of env_universal. Have env operate directly
ridiculousfish
2014-06-15
*
Teach env_universal_remove to directly report whether the variable was
ridiculousfish
2014-06-13
*
Removal of more fishd artifacts and headers
ridiculousfish
2014-06-09
*
Remove large parts of fishd interaction, including
ridiculousfish
2014-06-06
*
avoid symlink attacks in __fish_print_packages and spawning fishd
David Adam
2014-05-12
*
Shorten compilation times
Konrad Borowski
2014-05-01
*
Migrate universal variables to env_var_t structure. Encapsulate
ridiculousfish
2014-04-25
*
Set $fish_bind_mode to default on fish startup; set $fish_key_bindings
Julian Aron Prenner
2014-01-19
*
Fix for issue where we compute a default USER variable, but never set
ridiculousfish
2014-01-12
*
Miscellaneous optimizations to reduce string copying
ridiculousfish
2014-01-07
*
Stop insisting on trying to add /usr/bin and /bin to $PATH.
ridiculousfish
2013-08-27
*
Generate version numbers dynamically
David Adam (zanchey)
2013-08-11
*
Fix some warnings exposed by -Wall
ridiculousfish
2013-07-16
*
Fix $LINES = $COLUMNS bug
Dag Odenhall
2013-05-24
*
Rely on $PWD instead of getcwd() more often
ridiculousfish
2013-04-27
*
Hack up dcgettext to try to fix CentOS build
ridiculousfish
2013-04-08
*
Kill termio.h and sys/termios.h
David Adam (zanchey)
2013-03-05
*
Cleanup and simplify null_terminated_array_t and its clients
ridiculousfish
2013-02-22
*
Null initialize an ivar (oops)
ridiculousfish
2013-02-19
*
Large set of changes to how PATH is handled. Changed fish to no longer modify...
ridiculousfish
2013-02-19
[next]