aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.cpp
Commit message (Expand)AuthorAge
* Changed iterators from iter++ to ++iterGravatar ridiculousfish2012-03-01
* Squash some leaksGravatar ridiculousfish2012-02-29
* Some more changes in preparation for turning on complete-based autosuggestionsGravatar ridiculousfish2012-02-26
* 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 cleanup of completions in preparation for more multithreadingGravatar ridiculousfish2012-02-26
* More work towards autosuggesting completionsGravatar ridiculousfish2012-02-25
* Some more work on threaded completionsGravatar ridiculousfish2012-02-24
* Some work to allow completions to be evaluated off of the main threadGravatar ridiculousfish2012-02-24
* Added some const correctnessGravatar ridiculousfish2012-02-24
* 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
* Modified functions in function.h/.cpp to use wcstring instead wchar_t*, other...Gravatar Siteshwar Vashisht2012-02-19
* Removing some unnecessary calls to c_str(), and added str2wcstring(std::strin...Gravatar Siteshwar Vashisht2012-02-18
* Initial work towards making autosuggestion smarter by recognizing pathsGravatar ridiculousfish2012-02-15
* Fix a leakGravatar ridiculousfish2012-02-13
* Migrate errors from array_list_t to wcstring_list_tGravatar ridiculousfish2012-02-10
* Fixed compilation with recent changes on Linux.Gravatar Siteshwar Vashisht2012-02-10
* Eliminated halloc usage from complete.cppGravatar ridiculousfish2012-02-08
* Cleanup of completion_entry in complete.cppGravatar ridiculousfish2012-02-08
* 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
* Clean up exec_subshell, removing al_list from itGravatar ridiculousfish2012-02-07
* Excised some more hallocGravatar ridiculousfish2012-02-07
* Excised some hallocGravatar ridiculousfish2012-02-07
* Const correctness changesGravatar ridiculousfish2012-02-06
* Work on new history implementationGravatar ridiculousfish2012-02-05
* Fixed a crash doing completion of commandsGravatar ridiculousfish2012-02-02
* Cleanup complete_cmd_descGravatar ridiculousfish2012-02-02
* Clean up uses of completion_tGravatar ridiculousfish2012-02-01
* Cleanup of builtins. No more hashes.Gravatar ridiculousfish2012-01-31
* Clean up how argv is stored in process_tGravatar ridiculousfish2012-01-31
* Yet more un-hallocingGravatar ridiculousfish2012-01-30
* Excised some more hallocGravatar ridiculousfish2012-01-29
* 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
|\
* | More work on LRU cache and adopting it in function and completion autoloadingGravatar ridiculousfish2012-01-27
* | Implemented LRU cache for autoloading.Gravatar ridiculousfish2012-01-25
* | Typo fixesGravatar ridiculousfish2012-01-23
* | Move autoloading from a map of path names to a real object autoload_t.Gravatar ridiculousfish2012-01-23
* | More work towards instanced parserGravatar ridiculousfish2012-01-20
| * Fixed more known auto completion bugs; auto completion calls working fine nowGravatar Siteshwar Vashisht2012-01-20
| * Fixed reader.cpp to not show garbage while showing help on auto completing (o...Gravatar Siteshwar Vashisht2012-01-19
| * Added constructor to completion_t for guarranted initialzation of flags attri...Gravatar Siteshwar Vashisht2012-01-16
| * Merge branch 'CPlusPlus' of gitorious.org:~ridiculousfish/fish-shell/fishfish...Gravatar Siteshwar Vashisht2012-01-16
| |\ | |/ |/|
| * Converted all auto completion calls (on pressing tab) to use std::vector<comp...Gravatar Siteshwar Vashisht2012-01-16
* | Fix to prevent autoloading of completions on highlight threadGravatar ridiculousfish2012-01-15
|/
* Redesign new environment variables to use env_var_t instead of wcstringGravatar Peter Ammon2012-01-14
* Migrate function.cpp to STL types.Gravatar ridiculousfish2012-01-13