aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_complete.cpp
Commit message (Expand)AuthorAge
* complete: recognise -w short option for --wrapsGravatar David Adam2014-11-04
* Erase all completions with `complete -c foo -e`Gravatar Kevin Ballard2014-09-02
* Don't erase old-style options with `complete -l foo -e`Gravatar Kevin Ballard2014-09-02
* Support for command wrapping ("aliases")Gravatar ridiculousfish2014-08-15
* Allow parse_util_detect_errors to treat incomplete strings as errorsGravatar ridiculousfish2014-07-24
* Run restyle.sh to enforce style rules.Gravatar ridiculousfish2014-03-31
* Rewrite parser_t::test_args and parser_t::eval_args to use new parserGravatar ridiculousfish2014-03-20
* Revert "Merge pull request #1317 from pullreq/cpp"Gravatar ridiculousfish2014-02-28
* Fixes .c -> .cpp in comments. For doxygen.Gravatar Geoff Nixon2014-02-27
* Make builtin_complete output escaped completions. Fixes #1127Gravatar ridiculousfish2014-02-04
* Miscellaneous minor fixes based on cppcheck static analyzerGravatar ridiculousfish2014-01-12
* Initial work on backtrace support with new parserGravatar ridiculousfish2013-12-15
* Finish rewriting detect_errors to use new parser. All tests now pass (!)Gravatar ridiculousfish2013-12-12
* Remove the indentation part of parser_t::test(). Rename it toGravatar ridiculousfish2013-12-08
* Large cleanup and refactoring of unescape() function.Gravatar ridiculousfish2013-11-24
* 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