aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.cpp
Commit message (Expand)AuthorAge
* Implemented history deletion from fish_configGravatar ridiculousfish2012-07-27
* Switch from std::list to std::vector in a few places to reduce compiled code ...Gravatar ridiculousfish2012-07-24
* Lots of miscellaneous cleanup. Unified the path_get_cd_path, path_allocate_cd...Gravatar ridiculousfish2012-07-20
* Allow 'contains' builtin to return indexGravatar maxfl2012-07-10
* Fix read default prompt. It's now single line.Gravatar maxfl2012-07-06
* Fixed case behaviourGravatar maxfl2012-07-05
* Clarify the function name deferral in functions_defGravatar ridiculousfish2012-07-01
* Update funcedGravatar maxfl2012-07-01
* Don't blow away $status in switch statementsGravatar Kevin Ballard2012-06-24
* Mostly fix https://github.com/fish-shell/fish-shell/issues/72Gravatar ridiculousfish2012-06-21
* Made history --help show history man page and history is now saved only once ...Gravatar Siteshwar Vashisht2012-06-12
* Fixed crash in history builtin for inputs like : history --search -prefix "echo"Gravatar Siteshwar Vashisht2012-06-10
* Made a bare history call end with a newlineGravatar ridiculousfish2012-06-04
* Adding history builtinGravatar Siteshwar Vashisht2012-06-05
* Added a -s option to echo to mean "don't output spaces"Gravatar ridiculousfish2012-05-19
* More work towards getting function.h off of shared_ptrGravatar ridiculousfish2012-05-17
* Work towards getting function.h off of shared_ptrGravatar ridiculousfish2012-05-17
* Lots of modernization changedGravatar ridiculousfish2012-05-09
* Fix to start re-respecting CDPATHGravatar ridiculousfish2012-05-05
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
* Remove some dead variables.Gravatar ridiculousfish2012-03-25
* Make the functions builtin have a bit nicer outputGravatar ridiculousfish2012-03-25
* Made pwd a builtinGravatar ridiculousfish2012-03-09
* A bunch of changes working towards eliminating all memory allocation after fo...Gravatar ridiculousfish2012-03-08
* Added some missing calls to setup_fork_guards() in utilities.Gravatar ridiculousfish2012-03-07
* Improved error reporting for builtin_testGravatar ridiculousfish2012-03-07
* Implemented test as a builtin (!)Gravatar ridiculousfish2012-03-07
* Remove string_buffer_t (!)Gravatar ridiculousfish2012-03-03
* Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Tota...Gravatar ridiculousfish2012-03-03
* Rearrange wopen and stat to avoid a race and hopefully improve performance a ...Gravatar ridiculousfish2012-03-02
* Some initial changes to use CLO_EXEC, with an eye towards some day using it c...Gravatar Peter Ammon2012-03-02
* Some initial work towards resolving nasty fork/pthread issues, and to having ...Gravatar ridiculousfish2012-02-27
* More work towards autosuggesting completionsGravatar ridiculousfish2012-02-25
* Replace some string_buffer_t with wcstringGravatar ridiculousfish2012-02-22
* Large set of changes to migrate sb_out and sb_err to wcstringGravatar ridiculousfish2012-02-22
* Modified functions in function.h/.cpp to use wcstring instead wchar_t*, other...Gravatar Siteshwar Vashisht2012-02-19
* For for crash printing backtrace for command "eval cd sldkfjsdlfk"Gravatar ridiculousfish2012-02-13
* Removed halloc_wcsdupGravatar ridiculousfish2012-02-09
* Removed some more hallocGravatar ridiculousfish2012-02-09
* Fixed named_arguments to be wcstring_list_t instead of al_listGravatar ridiculousfish2012-02-08
* Get event_t off of halloc (!)Gravatar ridiculousfish2012-02-08
* Excised some more halloc and array_list_tGravatar ridiculousfish2012-02-08
* CLeanup the io_stack in builtin.cpp, other changes to migrate away from al_listGravatar ridiculousfish2012-02-07
* Clean up exec_subshell, removing al_list from itGravatar ridiculousfish2012-02-07
* Replaced void*data with auto_ptr<function_data_t>, eliminating antoher halloc.Gravatar ridiculousfish2012-02-07
* Fix event_block_t list from ad-hoc linked list to std::dequeueGravatar ridiculousfish2012-02-07
* Removed discriminated union from block_t type, allowing us to store wcstrings...Gravatar ridiculousfish2012-02-07
* Const correctness changesGravatar ridiculousfish2012-02-06
* Work on new history implementationGravatar ridiculousfish2012-02-05
* Clean up uses of completion_tGravatar ridiculousfish2012-02-01