aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Moved LRU to its own fileGravatar ridiculousfish2012-02-05
* Work on new history implementationGravatar ridiculousfish2012-02-05
* Removed the "don't highlight with stale data" code, that caused "flashing" as...Gravatar ridiculousfish2012-02-03
* Fix to highlight search results range matching againGravatar ridiculousfish2012-02-03
* Migrate search_buff to wcstringGravatar ridiculousfish2012-02-03
* Minor cleanup of background_highlight_context_tGravatar ridiculousfish2012-02-03
* CLean up current_filename, make it a std::stackGravatar ridiculousfish2012-02-02
* Migrate some al_list to std::vectorGravatar ridiculousfish2012-02-02
* Fixed a crash doing completion of commandsGravatar ridiculousfish2012-02-02
* Cleanup complete_cmd_descGravatar ridiculousfish2012-02-02
* Clean up uses of completion_tGravatar ridiculousfish2012-02-01
* Migrated off of old variant of expand_one that used hallocGravatar ridiculousfish2012-01-31
* Remove some old functions from expand.cpp that now have modern replacementsGravatar ridiculousfish2012-01-31
* Fixup wsetlocale to use wcstringGravatar ridiculousfish2012-01-31
* More cleanup of static string buffers in favor of wcstringGravatar ridiculousfish2012-01-31
* Stop using placement new like a weirdoGravatar ridiculousfish2012-01-31
* Cleanup of builtins. No more hashes.Gravatar ridiculousfish2012-01-31
* Clean up how argv is stored in process_tGravatar ridiculousfish2012-01-31
* Squashed all known remaining leaks!Gravatar ridiculousfish2012-01-31
* Squash a bunch of warningsGravatar ridiculousfish2012-01-31
* Change parser_t::parse_job's args array to be a local, rather than just leak ...Gravatar ridiculousfish2012-01-31
* Substantial modifications of expand_variables to modernize, normalize memory ...Gravatar ridiculousfish2012-01-30
* Fix a leakGravatar ridiculousfish2012-01-30
* Fix some leaks and clean up expand_pid to use wcstringGravatar ridiculousfish2012-01-30
* 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
|/
* Fixed compilation errors caused by latest commitsGravatar Siteshwar Vashisht2012-01-30
* More work to excise hallocGravatar ridiculousfish2012-01-30
* Yet more un-hallocingGravatar ridiculousfish2012-01-30
* Excised some more hallocGravatar ridiculousfish2012-01-29
* Back out removing a halloc_register to fix a leakGravatar ridiculousfish2012-01-29
* Fix to finally make builtin_scripts.h and builtin_scripts.cpp be generated by...Gravatar ridiculousfish2012-01-29
* A bunch of work to move towards a sane memory model in job_tGravatar ridiculousfish2012-01-29
* Began migration of job_t away from hallocGravatar ridiculousfish2012-01-29
* Convert jobs list to std::listGravatar ridiculousfish2012-01-29
* buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' ...Gravatar Siteshwar Vashisht2012-01-29
|\
* | Putting a copyright statement on my script :)Gravatar Siteshwar Vashisht2012-01-29
* | Fixed for comment in create_manpage_completions.py to refer to new filenameGravatar Peter Ammon2012-01-28
* | Added create_manpage_completions.py file for generating completions from man ...Gravatar ridiculousfish2012-01-28
* | Fix for issue where we treated all cached files as accessible for the purpose...Gravatar ridiculousfish2012-01-28
* | LRU work to load functions off of the main thread.Gravatar ridiculousfish2012-01-28
* | More work on LRU cache and adopting it in function and completion autoloadingGravatar ridiculousfish2012-01-27