aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.cpp
Commit message (Expand)AuthorAge
* Make tok_first return a wcstring instead of a wchar_t*Gravatar ridiculousfish2012-11-21
* Fix indentation of switch statementsGravatar ridiculousfish2012-11-19
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Don't autosuggest in builtin_readGravatar ridiculousfish2012-11-18
* Support for fish_right_promptGravatar ridiculousfish2012-11-07
* Simplify handling of escape sequences in echo -eGravatar ridiculousfish2012-10-17
* Make the \c special character in echo suppress the newline tooGravatar ridiculousfish2012-10-17
* Implement -e option to echo (to interpret special characters), and -E to not ...Gravatar ridiculousfish2012-10-17
* Don't barf when ending a FAKE blockGravatar Ian Munsie2012-09-22
* Changed "elseif" to "else if"Gravatar ridiculousfish2012-09-03
* Clean up some warnings and some unused if-related codeGravatar ridiculousfish2012-09-01
* First stab at elseif implementationGravatar ridiculousfish2012-09-01
* Migrated function_data_t out of base block classGravatar ridiculousfish2012-08-26
* Made type property of block_t constant and privateGravatar ridiculousfish2012-08-26
* First stab at getting rid of the ugly state1, state2 properties of block_tGravatar ridiculousfish2012-08-26
* Adopt posix_spawn (!)Gravatar ridiculousfish2012-08-15
* Additional warnings cleanup, effective C++ violations, dead code removalGravatar ridiculousfish2012-08-05
* Cleaned up lots of typecasts, simplified some string handlingGravatar ridiculousfish2012-08-04
* Additional warning cleanup and switching from int to size_t where appropriateGravatar ridiculousfish2012-08-04
* Lots of work towards making fish build without warnings on Mountain Lion, mos...Gravatar ridiculousfish2012-08-04
* 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