aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.cpp
Commit message (Expand)AuthorAge
* Removed halloc_wcsdupGravatar ridiculousfish2012-02-09
* Clean up exec_subshell, removing al_list from itGravatar ridiculousfish2012-02-07
* Fixed a bug caused while highlighting double quoted strings. For e.g. ls "abc...Gravatar Siteshwar Vashisht2012-02-07
* Added autosuggestion color variable fish_color_autosuggestionGravatar ridiculousfish2012-02-06
* Suppress autosuggesting during backspacing like browsers doGravatar ridiculousfish2012-02-06
* Use right arrow to accept autosuggestionsGravatar ridiculousfish2012-02-06
* Make history searching skip the autosuggestionGravatar ridiculousfish2012-02-06
* Fix some bugs related to not updating our buffer size as our command line cha...Gravatar ridiculousfish2012-02-06
* Initial stab at autosuggestionsGravatar ridiculousfish2012-02-06
* insert_str -> insert_stringGravatar ridiculousfish2012-02-06
* Removed buff_len field. One fewer field, hooray.Gravatar ridiculousfish2012-02-06
* Large set of changes to migrate reader_data_t's buffer to std::wstringGravatar ridiculousfish2012-02-06
* Const correctness changesGravatar ridiculousfish2012-02-06
* Change the history so that when you go forwards, it no longer highlightsGravatar ridiculousfish2012-02-05
* Final cleanup of historyGravatar ridiculousfish2012-02-05
* Work on new history implementationGravatar ridiculousfish2012-02-05
* Removed the "don't highlight with stale data" code, that caused "flashing" as...Gravatar ridiculousfish2012-02-03
* Fix to highlight search results range matching againGravatar ridiculousfish2012-02-03
* Migrate search_buff to wcstringGravatar ridiculousfish2012-02-03
* Minor cleanup of background_highlight_context_tGravatar ridiculousfish2012-02-03
* CLean up current_filename, make it a std::stackGravatar ridiculousfish2012-02-02
* Migrate some al_list to std::vectorGravatar ridiculousfish2012-02-02
* Stop using placement new like a weirdoGravatar ridiculousfish2012-01-31
* Squash a bunch of warningsGravatar ridiculousfish2012-01-31
* 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