aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.cpp
Commit message (Expand)AuthorAge
* 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
|\
* | More work on LRU cache and adopting it in function and completion autoloadingGravatar ridiculousfish2012-01-27
* | 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
| * 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
* | More const and signed correctness. Warnings now fit on one page!Gravatar 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
* Merge branch 'Use_env_get_string' into CPlusPlusGravatar Siteshwar Vashisht2012-01-14
|\
| * Modified reader.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-12
* | Additional migration to STL data structuresGravatar ridiculousfish2012-01-10
|/
* Fix for crash when unescaping a string with unbalanced quotesGravatar ridiculousfish2012-01-02
* Migrate some more away from array_list_tGravatar ridiculousfish2011-12-28
* Migration of screen away from ad-hoc listsGravatar ridiculousfish2011-12-27
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* Initial C++ conversionGravatar ridiculousfish2011-12-26