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
*
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
*
First round of fixes based on cppcheck
ridiculousfish
2013-02-16
*
First stab at builtin set_color. Moved set_color.cpp to builtin_set_color.cpp...
ridiculousfish
2013-02-14
*
Fixed broken export_func
Siteshwar Vashisht
2013-02-12
*
Clean up export_func
ridiculousfish
2013-02-12
*
Clean up env_var_table_t. Switch from storing var_uni_entry_t* to var_uni_ent...
ridiculousfish
2013-02-11
*
Remove trailing whitespaces
Cheer Xiao
2013-01-21
*
Rearrange some variables for possibly better alignment. int -> bool
ridiculousfish
2013-01-19
*
Big cleanup of env_set. Changed var_table_t to use direct var_entry_t instead...
ridiculousfish
2013-01-19
*
really fix bug in export status of universal vars; add tests for that bug
Jan Kanis
2013-01-02
*
fix bug in export status of universal variable assignment
Jan Kanis
2013-01-02
*
Make fish more robust when multiple instances are started at once
ridiculousfish
2012-12-27
*
Merge branch 'event-bug-test' of git://github.com/JanKanis/fish-shell into Ja...
ridiculousfish
2012-12-22
|
\
|
*
Make event_t.arguments into a vector instead of an auto_ptr<vector>.
Jan Kanis
2012-12-20
*
|
Eliminate str2wcs
ridiculousfish
2012-12-19
|
/
*
Fix indentation of switch statements
ridiculousfish
2012-11-19
*
Apply new indentation, brace, and whitespace style
ridiculousfish
2012-11-18
*
Remove trailing whitespaces and change tabs to spaces
Ćukasz Niemier
2012-11-18
*
add $FISH_VERSION as unexported global variable to complement version
David Adam (zanchey)
2012-11-08
*
Make escaping consistent for fish <-> fishd protocol
ridiculousfish
2012-10-08
*
Adopt posix_spawn (!)
ridiculousfish
2012-08-15
*
Cleaned up lots of typecasts, simplified some string handling
ridiculousfish
2012-08-04
*
Warning cleanup
ridiculousfish
2012-08-04
*
Lots of miscellaneous cleanup. Unified the path_get_cd_path, path_allocate_cd...
ridiculousfish
2012-07-20
*
Renamed env_vars to env_vars_snapshot_t
ridiculousfish
2012-07-20
*
Changes to make fish use the relocated fishd instead of the installed one, if...
ridiculousfish
2012-07-18
*
Fix for https://github.com/fish-shell/fish-shell/issues/168
ridiculousfish
2012-07-10
*
Add support for querying variables with scope options as requested in issue #132
Siteshwar Vashisht
2012-06-18
*
Fix for https://github.com/fish-shell/fish-shell/issues/135
ridiculousfish
2012-06-16
*
Cleanup SHLVL variable
ridiculousfish
2012-05-09
*
Adopt wcstring in env_set
ridiculousfish
2012-05-09
*
Fix to better support CDPATH
ridiculousfish
2012-05-06
*
Fix for a deadlock when env_get_string ends up calling env_get_string
ridiculousfish
2012-04-23
*
Cleanup proc_had_barrier
ridiculousfish
2012-03-31
*
Fix lots of bugs related to the static analyzer
ridiculousfish
2012-03-26
*
Remove some dead variables.
ridiculousfish
2012-03-25
*
Lots of work on web config
ridiculousfish
2012-03-25
*
Re-implement $history variable
ridiculousfish
2012-03-19
*
Allow g_log_forks to be set by fish_log_forks env var
ridiculousfish
2012-03-09
*
Implemented test as a builtin (!)
ridiculousfish
2012-03-07
*
Move special handling of DISPLAY environment variable from etc/config.fish to...
ridiculousfish
2012-03-06
*
Notice when fish_term256 changes and react to it
ridiculousfish
2012-03-05
*
We had identical format_val and to_string; standardize on to_string
ridiculousfish
2012-03-05
*
Fix a bug where wfopen would always fail
ridiculousfish
2012-03-03
*
Changed iterators from iter++ to ++iter
ridiculousfish
2012-03-01
[next]