aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
Commit message (Expand)AuthorAge
* Additional warnings cleanup, effective C++ violations, dead code removalGravatar ridiculousfish2012-08-05
* Cleaned up lots of typecasts, simplified some string handlingGravatar ridiculousfish2012-08-04
* Warning cleanupGravatar ridiculousfish2012-08-04
* Lots of miscellaneous cleanup. Unified the path_get_cd_path, path_allocate_cd...Gravatar ridiculousfish2012-07-20
* Use weak linking of wcsdup and wcscasecmp on OS XGravatar ridiculousfish2012-07-20
* Various changes to reduce fish's compiled code sizeGravatar ridiculousfish2012-07-17
* Implemented process expansion on OS XGravatar ridiculousfish2012-07-16
* Untangle unescaping responsibilities in highlight.cpp. Fix cd autosuggestions...Gravatar ridiculousfish2012-07-06
* Fixed cd autosuggestion for absolute pathsGravatar ridiculousfish2012-05-13
* Fix for https://github.com/ridiculousfish/fishfish/issues/3Gravatar ridiculousfish2012-05-13
* Lots of modernization changedGravatar ridiculousfish2012-05-09
* Improved fork reportingGravatar ridiculousfish2012-04-21
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
* Re-implement $history variableGravatar ridiculousfish2012-03-19
* A bunch of changes working towards eliminating all memory allocation after fo...Gravatar ridiculousfish2012-03-08
* Additional work towards "forcing" term256 mode on supported termsGravatar ridiculousfish2012-03-05
* Begin to rework term256 supportGravatar ridiculousfish2012-03-05
* We had identical format_val and to_string; standardize on to_stringGravatar ridiculousfish2012-03-05
* removed some string_bufferGravatar ridiculousfish2012-03-03
* Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Tota...Gravatar ridiculousfish2012-03-03
* Some initial changes to use CLO_EXEC, with an eye towards some day using it c...Gravatar Peter Ammon2012-03-02
* Fix to properly handle case insensitive autosuggestionsGravatar ridiculousfish2012-03-01
* Added some fork tests, fixed some bugs it foundGravatar ridiculousfish2012-02-29
* More work towards improving relationship between multithreading and forkGravatar ridiculousfish2012-02-29
* More work on improving interaction between fork and pthreads. Added null_term...Gravatar ridiculousfish2012-02-29
* Some initial work towards resolving nasty fork/pthread issues, and to having ...Gravatar ridiculousfish2012-02-27
* Some more changes in preparation for turning on complete-based autosuggestionsGravatar ridiculousfish2012-02-26
* Some work to allow completions to be evaluated off of the main threadGravatar ridiculousfish2012-02-24
* Large set of changes to migrate sb_out and sb_err to wcstringGravatar ridiculousfish2012-02-22
* 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
* Initial work towards making autosuggestion smarter by recognizing pathsGravatar ridiculousfish2012-02-15
* Removed some al_list functionsGravatar ridiculousfish2012-02-10
* Some hopefully good changes to get IOs off of hallocGravatar ridiculousfish2012-02-09
* Get rid of some string bufferGravatar ridiculousfish2012-02-09
* Clean up uses of completion_tGravatar ridiculousfish2012-02-01
* Fixup wsetlocale to use wcstringGravatar ridiculousfish2012-01-31
* Clean up how argv is stored in process_tGravatar ridiculousfish2012-01-31
* Change parser_t::parse_job's args array to be a local, rather than just leak ...Gravatar ridiculousfish2012-01-31
* Migrate functions like parser_keywords_is_block to wcstringGravatar ridiculousfish2012-01-30
* A bunch of work to move towards a sane memory model in job_tGravatar ridiculousfish2012-01-29
* buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' ...Gravatar Siteshwar Vashisht2012-01-29
|\
* | LRU work to load functions off of the main thread.Gravatar ridiculousfish2012-01-28
| * Converted all auto completion calls (on pressing tab) to use std::vector<comp...Gravatar Siteshwar Vashisht2012-01-16
|/
* Lots of warnings fixes and const correctnessGravatar Peter Ammon2012-01-14
* Incorporate Siteshwar's patch for building on LinuxGravatar ridiculousfish2012-01-05
* Fix for crash when unescaping a string with unbalanced quotesGravatar ridiculousfish2012-01-02
* Migration of screen away from ad-hoc listsGravatar ridiculousfish2011-12-27
* Migrate to std::vector in event classGravatar ridiculousfish2011-12-27
* Migrate some more off of al_listGravatar ridiculousfish2011-12-26