aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Clean up make_path and some memory allocationsGravatar ridiculousfish2012-02-13
* Fix for busted completions (tab completion of directories was failing)Gravatar ridiculousfish2012-02-13
* Fix a leakGravatar ridiculousfish2012-02-13
* Fixed parenthesis causing a crash or bizarre layout.Gravatar ridiculousfish2012-02-13
* Fix for busted directory checkGravatar ridiculousfish2012-02-13
* Attempt to make fish_pager.cpp compile on LinuxGravatar ridiculousfish2012-02-13
* Another attempt to make mimedb.cpp compile on LinuxGravatar ridiculousfish2012-02-13
* Squash warnings in mimedb, hopefully get it compiling on LinuxGravatar ridiculousfish2012-02-13
* For for crash printing backtrace for command "eval cd sldkfjsdlfk"Gravatar ridiculousfish2012-02-13
* A bit more debugging to parser class to try to track down a crashGravatar ridiculousfish2012-02-13
* Fix for problem where we'd never use a cached placeholder function. Also uppe...Gravatar ridiculousfish2012-02-13
* Support for setting both RGB and named colors on the same line, so the same c...Gravatar ridiculousfish2012-02-13
* Added color.h, color.cpp. Got term256 colors working.Gravatar ridiculousfish2012-02-12
* Color workGravatar ridiculousfish2012-02-11
* ColorsGravatar ridiculousfish2012-02-10
* Migrate errors from array_list_t to wcstring_list_tGravatar ridiculousfish2012-02-10
* Fixed compilation with recent changes on Linux.Gravatar Siteshwar Vashisht2012-02-10
* Removed some al_list functionsGravatar ridiculousfish2012-02-10
* Final removal of halloc. It's like Christmas Morning.Gravatar ridiculousfish2012-02-09
* Removed a halloc_register_function_voidGravatar ridiculousfish2012-02-09
* Removed halloc_wcsdupGravatar ridiculousfish2012-02-09
* Some hopefully good changes to get IOs off of hallocGravatar ridiculousfish2012-02-09
* Changed the Makefile to no longer fail if man pages are missing, etc.Gravatar ridiculousfish2012-02-09
* Cleanup of wildcard.cpp, removing ad-hoc hash table and hallocGravatar ridiculousfish2012-02-09
* Get rid of some string bufferGravatar ridiculousfish2012-02-09
* Removed some more hallocGravatar ridiculousfish2012-02-09
* Fix for pager regressionGravatar ridiculousfish2012-02-09
* More changes to fish pager to fix regressions. It didn't actually work.Gravatar ridiculousfish2012-02-09
* Removed halloc and al_list from fish_pager. paging still seems to workGravatar ridiculousfish2012-02-09
* Fixed named_arguments to be wcstring_list_t instead of al_listGravatar ridiculousfish2012-02-08
* REmoved al_list from exec.cppGravatar ridiculousfish2012-02-08
* Get event_t off of halloc (!)Gravatar ridiculousfish2012-02-08
* Cleanup event_get_descGravatar ridiculousfish2012-02-08
* Eliminated halloc usage from complete.cppGravatar ridiculousfish2012-02-08
* Cleanup of completion_entry in complete.cppGravatar ridiculousfish2012-02-08
* Got rid of multiple cd paths, only current directory will be searched while c...Gravatar Siteshwar Vashisht2012-02-09
* Excised some more halloc and array_list_tGravatar ridiculousfish2012-02-08
* Removed halloc from highlight.cppGravatar ridiculousfish2012-02-08
* Migrate mimedb off of al_initGravatar ridiculousfish2012-02-08
* Removed al_list from mimedb.cppGravatar ridiculousfish2012-02-08
* Remove old env_get_names implementationGravatar ridiculousfish2012-02-08