aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_complete.cpp
Commit message (Expand)AuthorAge
* Break out COMPLETE_NO_CASE and COMPLETE_REPLACES_TOKEN into separate flags, i...Gravatar ridiculousfish2013-03-05
* First round of fixes based on cppcheckGravatar ridiculousfish2013-02-16
* Indent switch + case properly. https://github.com/fish-shell/fish-shell/issue...Gravatar ridiculousfish2013-01-24
* 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
* Replaced some calls to unescape with unescape_stringGravatar ridiculousfish2012-05-09
* Add some more locking and const correctness to completion_entry_t in preparat...Gravatar ridiculousfish2012-02-26
* Fix a crash in complete -CGravatar ridiculousfish2012-02-26
* Some work to allow completions to be evaluated off of the main threadGravatar ridiculousfish2012-02-24
* Large set of changes to migrate sb_out and sb_err to wcstringGravatar ridiculousfish2012-02-22
* Squash a bunch of leaksGravatar ridiculousfish2012-02-21
* Switched to std::map instead of hash_table_t in env.cpp and env_universal_com...Gravatar Siteshwar Vashisht2012-02-18
* Cleanup al_list from builtin_complete.cppGravatar ridiculousfish2012-02-08
* Excised some hallocGravatar ridiculousfish2012-02-07
* Const correctness changesGravatar ridiculousfish2012-02-06
* Work on new history implementationGravatar ridiculousfish2012-02-05
* A bunch of work to move towards a sane memory model in job_tGravatar ridiculousfish2012-01-29
* buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' ...Gravatar Siteshwar Vashisht2012-01-29
|\
* | Get some basic function signatures right for new instanced parserGravatar ridiculousfish2012-01-16
| * Converted all auto completion calls (on pressing tab) to use std::vector<comp...Gravatar Siteshwar Vashisht2012-01-16
|/
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* Initial C++ conversionGravatar ridiculousfish2011-12-26