aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix to finally make builtin_scripts.h and builtin_scripts.cpp be generated by...Gravatar ridiculousfish2012-01-29
* A bunch of work to move towards a sane memory model in job_tGravatar ridiculousfish2012-01-29
* Began migration of job_t away from hallocGravatar ridiculousfish2012-01-29
* Convert jobs list to std::listGravatar ridiculousfish2012-01-29
* buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' ...Gravatar Siteshwar Vashisht2012-01-29
|\
* | Putting a copyright statement on my script :)Gravatar Siteshwar Vashisht2012-01-29
* | Fixed for comment in create_manpage_completions.py to refer to new filenameGravatar Peter Ammon2012-01-28
* | Added create_manpage_completions.py file for generating completions from man ...Gravatar ridiculousfish2012-01-28
* | Fix for issue where we treated all cached files as accessible for the purpose...Gravatar ridiculousfish2012-01-28
* | LRU work to load functions off of the main thread.Gravatar ridiculousfish2012-01-28
* | More work on LRU cache and adopting it in function and completion autoloadingGravatar ridiculousfish2012-01-27
* | Added LRU tests, and made tests work againGravatar ridiculousfish2012-01-27
* | Move autoload class into autoload.h and cppGravatar ridiculousfish2012-01-25
* | Have to remember to evict nodes from our LRU cacheGravatar ridiculousfish2012-01-25
* | Removed access_tracker since we don't need it after allGravatar ridiculousfish2012-01-25
* | Implemented LRU cache for autoloading.Gravatar ridiculousfish2012-01-25
* | LRU cache workGravatar ridiculousfish2012-01-25
* | New file autoload.h that will ultimately handle autoloading completions and f...Gravatar ridiculousfish2012-01-25
* | Migrate input_function_get_names to wcstring_list_tGravatar ridiculousfish2012-01-23
* | Migrated function.cpp to use the new function_get() call. Lots of nice short ...Gravatar ridiculousfish2012-01-23
* | Migrate function.cpp to scoped_lock and shared_ptrGravatar ridiculousfish2012-01-23
* | Made intern'd strings thread safe.Gravatar ridiculousfish2012-01-23
* | Typo fixesGravatar ridiculousfish2012-01-23
* | Move autoloading from a map of path names to a real object autoload_t.Gravatar ridiculousfish2012-01-23
* | Convert some cases where parsers are created to using PARSER_TYPE_GENERALGravatar ridiculousfish2012-01-22
* | More work towards instanced parser. First successful compilationGravatar ridiculousfish2012-01-22
* | More work on the instanced parserGravatar ridiculousfish2012-01-22
* | More work towards instanced parserGravatar ridiculousfish2012-01-20
| * Fixed more known auto completion bugs; auto completion calls working fine nowGravatar Siteshwar Vashisht2012-01-20
* | More work on instancing the parserGravatar ridiculousfish2012-01-19
| * Removed unnecessary const_cast in wildcard.cppGravatar Siteshwar Vashisht2012-01-19
| * Fixed calls to expand_variables2() in expand.cppGravatar Siteshwar Vashisht2012-01-19
| * Fixed reader.cpp to not show garbage while showing help on auto completing (o...Gravatar Siteshwar Vashisht2012-01-19
* | Get some basic function signatures right for new instanced parserGravatar ridiculousfish2012-01-16
* | Some const correctnessGravatar ridiculousfish2012-01-16
* | Beginnings of instance parser workGravatar ridiculousfish2012-01-16
| * Added constructor to completion_t for guarranted initialzation of flags attri...Gravatar Siteshwar Vashisht2012-01-16
* | Fix for bogus check for IFS environment variableGravatar ridiculousfish2012-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
* | Changes to make completions internalized scripts.Gravatar Peter Ammon2012-01-15
* | More const and signed correctness. Warnings now fit on one page!Gravatar Peter Ammon2012-01-14
* | Improve const and signed/unsigned correctnessGravatar Peter Ammon2012-01-14
* | Improved const-correctness, eliminating warnings.Gravatar Peter Ammon2012-01-14
|/
* Lots of warnings fixes and const correctnessGravatar Peter Ammon2012-01-14
* Redesign new environment variables to use env_var_t instead of wcstringGravatar Peter Ammon2012-01-14
* Introduce env_var_t to replace empty string as missing environment variableGravatar Peter Ammon2012-01-14
* Migrate function.cpp to STL types.Gravatar ridiculousfish2012-01-13
* Changes related to supporting "intern scripts." These are scripts that used t...Gravatar ridiculousfish2012-01-13