aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.cpp
Commit message (Expand)AuthorAge
...
* 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
* Modified complete.cpp to use env_get_string(); Fixed env_get_string() return ...Gravatar Siteshwar Vashisht2012-01-10
* Incorporate Siteshwar's patch for building on LinuxGravatar ridiculousfish2012-01-05
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* Initial C++ conversionGravatar ridiculousfish2011-12-26