aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_set.cpp
Commit message (Expand)AuthorAge
* 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
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* Initial C++ conversionGravatar ridiculousfish2011-12-26