aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.cpp
Commit message (Expand)AuthorAge
...
* Added autosuggestion color variable fish_color_autosuggestionGravatar ridiculousfish2012-02-06
* Const correctness changesGravatar ridiculousfish2012-02-06
* Migrated off of old variant of expand_one that used hallocGravatar ridiculousfish2012-01-31
* More cleanup of static string buffers in favor of wcstringGravatar ridiculousfish2012-01-31
* Change parser_t::parse_job's args array to be a local, rather than just leak ...Gravatar ridiculousfish2012-01-31
* Merge branch 'CPlusPlus' of gitorious.org:~ridiculousfish/fish-shell/fishfish...Gravatar Siteshwar Vashisht2012-01-31
|\
* | Fix to not show thread debugging warning when entering characters like "~%". ...Gravatar Siteshwar Vashisht2012-01-30
| * Fix for is_potential_path that caused all strings to be reported as pathsGravatar ridiculousfish2012-01-30
| * Migrate functions like parser_keywords_is_block to wcstringGravatar ridiculousfish2012-01-30
|/
* More work to excise hallocGravatar ridiculousfish2012-01-30
* Yet more un-hallocingGravatar ridiculousfish2012-01-30
* LRU work to load functions off of the main thread.Gravatar ridiculousfish2012-01-28
* Fix to prevent autoloading of completions on highlight threadGravatar ridiculousfish2012-01-15
* Improve const and signed/unsigned correctnessGravatar Peter Ammon2012-01-14
* Redesign new environment variables to use env_var_t instead of wcstringGravatar Peter Ammon2012-01-14
* Modified highlight.cpp to use env_get_string().Gravatar Siteshwar Vashisht2012-01-12
* Fix for crash when unescaping a string with unbalanced quotesGravatar ridiculousfish2012-01-02
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* Initial C++ conversionGravatar ridiculousfish2011-12-26