aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_set.cpp
Commit message (Expand)AuthorAge
* Update various strings for translation, avoid _ for non-translationsGravatar David Adam2014-11-25
* set: warn on setting a universal variable when a global is activeGravatar David Adam2014-10-06
* set: Print an error when setting `umask` to a bad valueGravatar Kevin Ballard2014-08-21
* Change how we separate toplevel and global scopesGravatar Kevin Ballard2014-07-13
* set: Don't create empty var when erasing indexGravatar Kevin Ballard2014-07-12
* 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
* set: Don't treat toplevel scope the same as globalGravatar Kevin Ballard2014-07-12
* Fix typo and tweak `set` docsGravatar Kevin Ballard2014-07-12
* Remove connection_t usage from write_to_fdGravatar ridiculousfish2014-06-09
* Update style and formatting to conform to fish style guide.Gravatar ridiculousfish2014-01-15
* Miscellaneous minor fixes based on cppcheck static analyzerGravatar ridiculousfish2014-01-12
* Remove unused values in builtin_set.Gravatar Konrad Borowski2013-10-17
* print_variables should use ellipsis_char instead of literal ellipsisGravatar ridiculousfish2013-04-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
* Make subcommands modify $status, and make builtin_set not modify status unles...Gravatar ridiculousfish2013-01-31
* Initial set of changes working to make fish robust against running out of fil...Gravatar ridiculousfish2013-01-30
* Fix for builtin_test crashGravatar ridiculousfish2013-01-06
* 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
* Clean up some warnings and some unused if-related codeGravatar ridiculousfish2012-09-01
* Adopt posix_spawn (!)Gravatar ridiculousfish2012-08-15
* Warning cleanupGravatar ridiculousfish2012-08-04
* Merge branch 'index_range'Gravatar ridiculousfish2012-07-19
|\
* | Fix for https://github.com/fish-shell/fish-shell/issues/199Gravatar ridiculousfish2012-07-07
| * restore tabs instead of spacesGravatar maxfl2012-07-08
| * Add index rangesGravatar maxfl2012-07-07
|/
* Squashed commit of the following:Gravatar ridiculousfish2012-06-21
* Add support for querying variables with scope options as requested in issue #132Gravatar Siteshwar Vashisht2012-06-18
* Fix for a busted format stringGravatar ridiculousfish2012-06-17
* Fix for longstanding bug where set -e would fail to erase elements from an ar...Gravatar ridiculousfish2012-05-10
* Fix to better support CDPATHGravatar ridiculousfish2012-05-06
* Re-implement $history variableGravatar ridiculousfish2012-03-19
* Fix to preserve errno across certain calls to stop printing EOVERFLOW message...Gravatar ridiculousfish2012-03-03
* Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Tota...Gravatar ridiculousfish2012-03-03
* Modified env_get_string() to accept wcstring instead of wchar_t*.Gravatar Siteshwar Vashisht2012-02-24
* Removed a lot of string_buffer_tGravatar ridiculousfish2012-02-22
* Large set of changes to migrate sb_out and sb_err to wcstringGravatar ridiculousfish2012-02-22
* Removed some al_list functionsGravatar ridiculousfish2012-02-10
* Got rid of multiple cd paths, only current directory will be searched while c...Gravatar Siteshwar Vashisht2012-02-09
* Cleanup expand_escape_variableGravatar ridiculousfish2012-02-08
* CLeanup the io_stack in builtin.cpp, other changes to migrate away from al_listGravatar ridiculousfish2012-02-07
* Removed discriminated union from block_t type, allowing us to store wcstrings...Gravatar ridiculousfish2012-02-07
* Minor cleanup of background_highlight_context_tGravatar ridiculousfish2012-02-03
* Get some basic function signatures right for new instanced parserGravatar ridiculousfish2012-01-16
* Lots of warnings fixes and const correctnessGravatar Peter Ammon2012-01-14
* Redesign new environment variables to use env_var_t instead of wcstringGravatar Peter Ammon2012-01-14
* Modified builtin_set.cpp to use env_get(), added functions like update_values...Gravatar Siteshwar Vashisht2012-01-10