aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Changes to make autosuggestion even smarter by specially recognizing the cd ↵Gravatar ridiculousfish2012-02-18
| | | | command.
* Some minor cleanup of reader.cpp in preparation to unify highlighting with ↵Gravatar ridiculousfish2012-02-18
| | | | autosuggestion
* 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 ↵Gravatar Siteshwar Vashisht2012-02-18
| | | | str2wcstring(std::string) in common.cpp.
* Modified most functions in wutil.h/.cpp to use wcstring instead of wchar_t*, ↵Gravatar Siteshwar Vashisht2012-02-18
| | | | removing calls to c_str() while calling these functions in other files.
* Getting rid of hash_table_t and it's helper functions completely. Bye bye ↵Gravatar Siteshwar Vashisht2012-02-18
| | | | hash_table_t !
* 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 ↵Gravatar ridiculousfish2012-02-17
| | | | printed")
* Switched to std::map instead of hash_table_t in env.cpp and ↵Gravatar Siteshwar Vashisht2012-02-18
| | | | env_universal_common.cpp.
* Changes to make autosuggestion smarter about not suggesting commands that ↵Gravatar ridiculousfish2012-02-16
| | | | could never succeed.
* 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 ↵Gravatar ridiculousfish2012-02-13
| | | | upped the staleness interval from its testing value of 1 to 15 seconds.
* Support for setting both RGB and named colors on the same line, so the same ↵Gravatar ridiculousfish2012-02-13
| | | | config can work for multiple term types
* 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
|