aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Add some more locking and const correctness to completion_entry_t in preparat...Gravatar ridiculousfish2012-02-26
* Fix a crash in complete -CGravatar ridiculousfish2012-02-26
* Some cleanup of completions in preparation for more multithreadingGravatar ridiculousfish2012-02-26
* Temporarily disable background completionsGravatar ridiculousfish2012-02-26
* Fix for error messages when loading completionsGravatar ridiculousfish2012-02-26
* More work towards autosuggesting completionsGravatar ridiculousfish2012-02-25
* Some more work on threaded completionsGravatar ridiculousfish2012-02-24
* Some work to allow completions to be evaluated off of the main threadGravatar ridiculousfish2012-02-24
* Added some const correctnessGravatar ridiculousfish2012-02-24
* Modified env_get_string() to accept wcstring instead of wchar_t*.Gravatar Siteshwar Vashisht2012-02-24
* Changes to block signals for a smaller time interval during savingGravatar ridiculousfish2012-02-23
* Fix for failing to unescape history properly, resulting in a backslash explosionGravatar ridiculousfish2012-02-23
* Fixed initialization of va_list variable in debug() in common.cpp, and mismat...Gravatar Siteshwar Vashisht2012-02-23
* 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
* Fix for crash on redirectionsGravatar ridiculousfish2012-02-21
* Squash a bunch of leaksGravatar ridiculousfish2012-02-21
* Removed a leaking wcsdupGravatar ridiculousfish2012-02-21
* Removed an optimization obviated by our use of wcstring from env.cppGravatar ridiculousfish2012-02-21
* Fix to change highlighting functions to take wcstring& instead of const wchar...Gravatar ridiculousfish2012-02-21
* 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
* Change to allow building without doxygenGravatar ridiculousfish2012-02-20
* Piling on more code to make autosuggestion try to guess directories even when...Gravatar ridiculousfish2012-02-20
* Fix to allow color.cpp to use fallback wcscasecmpGravatar Peter Ammon2012-02-19
* Modified functions in function.h/.cpp to use wcstring instead wchar_t*, other...Gravatar Siteshwar Vashisht2012-02-19
* Fix to avoid calling signal_block off of hte main threadGravatar ridiculousfish2012-02-18
* Fix to prevent autosuggesting cd'ing to the current working directoryGravatar 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
* Enhanced directory detection in a way we don't actually need yetGravatar ridiculousfish2012-02-18
* Squash some warningsGravatar ridiculousfish2012-02-18
* Removing some unnecessary calls to c_str(), and added str2wcstring(std::strin...Gravatar Siteshwar Vashisht2012-02-18
* Modified most functions in wutil.h/.cpp to use wcstring instead of wchar_t*, ...Gravatar Siteshwar Vashisht2012-02-18
* Getting rid of hash_table_t and it's helper functions completely. Bye bye has...Gravatar Siteshwar Vashisht2012-02-18
* Removed tests for hash_table_t from fish_tests.cppGravatar Siteshwar Vashisht2012-02-18
* Fix for properly removing universal variable.Gravatar Siteshwar Vashisht2012-02-18
* Fix a crash when using quotes due to wgettext thread safety issues.Gravatar ridiculousfish2012-02-17
* Squash a leak in LRU cachesGravatar ridiculousfish2012-02-17
* Fix for crash in env.cpp where a deleted entry was not removed from the mapGravatar ridiculousfish2012-02-17
* Fix to properly null-terminate export listGravatar ridiculousfish2012-02-17
* Fix to stop spamming console with event messages (oops)Gravatar ridiculousfish2012-02-17
* Fix for removing too many event handlers (that's why "Goodbye" never got prin...Gravatar ridiculousfish2012-02-17
* Switched to std::map instead of hash_table_t in env.cpp and env_universal_com...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