aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Cleanup al_list from builtin_complete.cppGravatar ridiculousfish2012-02-08
* Cleanup expand_escape_variableGravatar ridiculousfish2012-02-08
* CLeanup the io_stack in builtin.cpp, other changes to migrate away from al_listGravatar ridiculousfish2012-02-07
* Clean up exec_subshell, removing al_list from itGravatar ridiculousfish2012-02-07
* Really excise halloc from input.cppGravatar ridiculousfish2012-02-07
* Removed halloc from input.cppGravatar ridiculousfish2012-02-07
* Excised some more hallocGravatar ridiculousfish2012-02-07
* Replaced void*data with auto_ptr<function_data_t>, eliminating antoher halloc.Gravatar ridiculousfish2012-02-07
* Excised some hallocGravatar ridiculousfish2012-02-07
* Fix event_block_t list from ad-hoc linked list to std::dequeueGravatar ridiculousfish2012-02-07
* Removed discriminated union from block_t type, allowing us to store wcstrings...Gravatar 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
* Initial stab at autosuggestionsGravatar ridiculousfish2012-02-06
* Removed builtin_scripts.h and builtin_scripts.cpp from Xcode project because ...Gravatar ridiculousfish2012-02-06
* insert_str -> insert_stringGravatar ridiculousfish2012-02-06
* Removed buff_len field. One fewer field, hooray.Gravatar ridiculousfish2012-02-06
* Large set of changes to migrate reader_data_t's buffer to std::wstringGravatar ridiculousfish2012-02-06
* Const correctness changesGravatar ridiculousfish2012-02-06
* Removed lru.cpp (double oops)Gravatar ridiculousfish2012-02-06
* Added LRU.cpp (oops)Gravatar ridiculousfish2012-02-06
* Change the history so that when you go forwards, it no longer highlightsGravatar ridiculousfish2012-02-05
* Fixed history testsGravatar ridiculousfish2012-02-05
* Final cleanup of historyGravatar ridiculousfish2012-02-05