index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
builtin_set.cpp
Commit message (
Expand
)
Author
Age
*
Update various strings for translation, avoid _ for non-translations
David Adam
2014-11-25
*
set: warn on setting a universal variable when a global is active
David Adam
2014-10-06
*
set: Print an error when setting `umask` to a bad value
Kevin Ballard
2014-08-21
*
Change how we separate toplevel and global scopes
Kevin Ballard
2014-07-13
*
set: Don't create empty var when erasing index
Kevin Ballard
2014-07-12
*
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
*
set: Don't treat toplevel scope the same as global
Kevin Ballard
2014-07-12
*
Fix typo and tweak `set` docs
Kevin Ballard
2014-07-12
*
Remove connection_t usage from write_to_fd
ridiculousfish
2014-06-09
*
Update style and formatting to conform to fish style guide.
ridiculousfish
2014-01-15
*
Miscellaneous minor fixes based on cppcheck static analyzer
ridiculousfish
2014-01-12
*
Remove unused values in builtin_set.
Konrad Borowski
2013-10-17
*
print_variables should use ellipsis_char instead of literal ellipsis
ridiculousfish
2013-04-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
*
Make subcommands modify $status, and make builtin_set not modify status unles...
ridiculousfish
2013-01-31
*
Initial set of changes working to make fish robust against running out of fil...
ridiculousfish
2013-01-30
*
Fix for builtin_test crash
ridiculousfish
2013-01-06
*
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
*
Clean up some warnings and some unused if-related code
ridiculousfish
2012-09-01
*
Adopt posix_spawn (!)
ridiculousfish
2012-08-15
*
Warning cleanup
ridiculousfish
2012-08-04
*
Merge branch 'index_range'
ridiculousfish
2012-07-19
|
\
*
|
Fix for https://github.com/fish-shell/fish-shell/issues/199
ridiculousfish
2012-07-07
|
*
restore tabs instead of spaces
maxfl
2012-07-08
|
*
Add index ranges
maxfl
2012-07-07
|
/
*
Squashed commit of the following:
ridiculousfish
2012-06-21
*
Add support for querying variables with scope options as requested in issue #132
Siteshwar Vashisht
2012-06-18
*
Fix for a busted format string
ridiculousfish
2012-06-17
*
Fix for longstanding bug where set -e would fail to erase elements from an ar...
ridiculousfish
2012-05-10
*
Fix to better support CDPATH
ridiculousfish
2012-05-06
*
Re-implement $history variable
ridiculousfish
2012-03-19
*
Fix to preserve errno across certain calls to stop printing EOVERFLOW message...
ridiculousfish
2012-03-03
*
Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Tota...
ridiculousfish
2012-03-03
*
Modified env_get_string() to accept wcstring instead of wchar_t*.
Siteshwar Vashisht
2012-02-24
*
Removed a lot of string_buffer_t
ridiculousfish
2012-02-22
*
Large set of changes to migrate sb_out and sb_err to wcstring
ridiculousfish
2012-02-22
*
Removed some al_list functions
ridiculousfish
2012-02-10
*
Got rid of multiple cd paths, only current directory will be searched while c...
Siteshwar Vashisht
2012-02-09
*
Cleanup expand_escape_variable
ridiculousfish
2012-02-08
*
CLeanup the io_stack in builtin.cpp, other changes to migrate away from al_list
ridiculousfish
2012-02-07
*
Removed discriminated union from block_t type, allowing us to store wcstrings...
ridiculousfish
2012-02-07
*
Minor cleanup of background_highlight_context_t
ridiculousfish
2012-02-03
*
Get some basic function signatures right for new instanced parser
ridiculousfish
2012-01-16
*
Lots of warnings fixes and const correctness
Peter Ammon
2012-01-14
*
Redesign new environment variables to use env_var_t instead of wcstring
Peter Ammon
2012-01-14
*
Modified builtin_set.cpp to use env_get(), added functions like update_values...
Siteshwar Vashisht
2012-01-10
[next]