aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.cpp
Commit message (Expand)AuthorAge
* Lots of modernization changedGravatar ridiculousfish2012-05-09
* Factor is_potential_path to properly handle CDPATHGravatar ridiculousfish2012-05-07
* Made tests compile againGravatar ridiculousfish2012-05-07
* Fix to restore completions that use command substitution (like cd)Gravatar ridiculousfish2012-05-06
* Some work towards refactoring how completions are inserted to support escapin...Gravatar ridiculousfish2012-05-05
* Fix to properly update colors for non-native term256 supportGravatar ridiculousfish2012-03-31
* Improve autosuggesting of cd commandGravatar ridiculousfish2012-03-30
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
* Make the functions builtin have a bit nicer outputGravatar ridiculousfish2012-03-25
* Lots of work on web configGravatar ridiculousfish2012-03-25
* Fix for completions only printing one itemGravatar ridiculousfish2012-03-05
* Fix to stop autosuggesting on whitespaceGravatar ridiculousfish2012-03-05
* Final cleanup of io_data_t now that I recognize the bizarre way in which it s...Gravatar ridiculousfish2012-03-04
* Some initial work on removing buffer_t from io_data_tGravatar ridiculousfish2012-03-03
* Fix a bug where wfopen would always failGravatar ridiculousfish2012-03-03
* Cleanup reader.cpp's usage of string_buffer, remove some other unused data st...Gravatar ridiculousfish2012-03-03
* removed some string_bufferGravatar ridiculousfish2012-03-03
* Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Tota...Gravatar ridiculousfish2012-03-03
* Fix to properly handle case insensitive autosuggestionsGravatar ridiculousfish2012-03-01
* Changed iterators from iter++ to ++iterGravatar ridiculousfish2012-03-01
* More work on improving interaction between fork and pthreads. Added null_term...Gravatar ridiculousfish2012-02-29
* Fix to add a generation count to threaded operations so they abort earlyGravatar ridiculousfish2012-02-28
* Some initial work towards resolving nasty fork/pthread issues, and to having ...Gravatar ridiculousfish2012-02-27
* Fix to finally turn on multithreaded completions for autosuggestionGravatar ridiculousfish2012-02-27
* Some more changes in preparation for turning on complete-based autosuggestionsGravatar ridiculousfish2012-02-26
* Temporarily disable background completionsGravatar ridiculousfish2012-02-26
* More work towards autosuggesting completionsGravatar ridiculousfish2012-02-25
* Some work to allow completions to be evaluated off of the main threadGravatar ridiculousfish2012-02-24
* Removed a lot of string_buffer_tGravatar ridiculousfish2012-02-22
* Replace some string_buffer_t with wcstringGravatar ridiculousfish2012-02-22
* Large set of changes to migrate sb_out and sb_err to wcstringGravatar ridiculousfish2012-02-22
* Switch to using std::vector instead of int* for colors in highlight.cpp, for ...Gravatar ridiculousfish2012-02-21
* Removed array_list_t (!)Gravatar ridiculousfish2012-02-21
* Piling on more code to make autosuggestion try to guess directories even when...Gravatar ridiculousfish2012-02-20
* Fix to avoid calling signal_block off of hte main threadGravatar ridiculousfish2012-02-18
* Changes to make autosuggestion even smarter by specially recognizing the cd c...Gravatar ridiculousfish2012-02-18
* Some minor cleanup of reader.cpp in preparation to unify highlighting with au...Gravatar ridiculousfish2012-02-18
* Removing some unnecessary calls to c_str(), and added str2wcstring(std::strin...Gravatar Siteshwar Vashisht2012-02-18
* Changes to make autosuggestion smarter about not suggesting commands that cou...Gravatar ridiculousfish2012-02-16
* Initial work towards making autosuggestion smarter by recognizing pathsGravatar ridiculousfish2012-02-15
* Color workGravatar ridiculousfish2012-02-11
* Migrate errors from array_list_t to wcstring_list_tGravatar ridiculousfish2012-02-10
* 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