aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.cpp
Commit message (Expand)AuthorAge
* Untangle unescaping responsibilities in highlight.cpp. Fix cd autosuggestions...Gravatar ridiculousfish2012-07-06
* Fixed a bug in wsetlocale()Gravatar Siteshwar Vashisht2012-06-17
* Tweak fork guards to be more forgivingGravatar ridiculousfish2012-06-16
* Fixed cd autosuggestion for absolute pathsGravatar ridiculousfish2012-05-13
* Fix for https://github.com/ridiculousfish/fishfish/issues/3Gravatar ridiculousfish2012-05-13
* Replaced some calls to unescape with unescape_stringGravatar ridiculousfish2012-05-09
* Lots of modernization changedGravatar ridiculousfish2012-05-09
* Improved fork reportingGravatar ridiculousfish2012-04-21
* Re-implement $history variableGravatar ridiculousfish2012-03-19
* Fixed a crash on Linux caused while inserting \ in quotes.Gravatar Siteshwar Vashisht2012-03-13
* A bunch of changes working towards eliminating all memory allocation after fo...Gravatar ridiculousfish2012-03-08
* Some initial work towards cutting down the number of fork calls we doGravatar ridiculousfish2012-03-06
* Tweak fork guards to use getpid() instead of pthread_atforkGravatar ridiculousfish2012-03-06
* removed some string_bufferGravatar ridiculousfish2012-03-03
* Rewrite vformat_string to not use string_bufferGravatar ridiculousfish2012-03-03
* Fix to preserve errno across certain calls to stop printing EOVERFLOW message...Gravatar 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
* Changed iterators from iter++ to ++iterGravatar ridiculousfish2012-03-01
* Fix a leakGravatar 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
* Fixed compilation on Linux with some minor changes.Gravatar Siteshwar Vashisht2012-02-28
* 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
* More work towards autosuggesting completionsGravatar ridiculousfish2012-02-25
* Some work to allow completions to be evaluated off of the main threadGravatar ridiculousfish2012-02-24
* Fixed initialization of va_list variable in debug() in common.cpp, and mismat...Gravatar Siteshwar Vashisht2012-02-23
* Large set of changes to migrate sb_out and sb_err to wcstringGravatar ridiculousfish2012-02-22
* Changes to make autosuggestion even smarter by specially recognizing the cd c...Gravatar ridiculousfish2012-02-18
* 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
* Final removal of halloc. It's like Christmas Morning.Gravatar ridiculousfish2012-02-09
* Some hopefully good changes to get IOs off of hallocGravatar ridiculousfish2012-02-09
* Get rid of some string bufferGravatar ridiculousfish2012-02-09
* 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
* Substantial modifications of expand_variables to modernize, normalize memory ...Gravatar ridiculousfish2012-01-30
* 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
* Fixed reader.cpp to not show garbage while showing help on auto completing (o...Gravatar Siteshwar Vashisht2012-01-19
* Merge branch 'CPlusPlus' of gitorious.org:~ridiculousfish/fish-shell/fishfish...Gravatar Siteshwar Vashisht2012-01-16
|\
* | Converted all auto completion calls (on pressing tab) to use std::vector<comp...Gravatar Siteshwar Vashisht2012-01-16
| * Improve const and signed/unsigned correctnessGravatar Peter Ammon2012-01-14
|/
* Lots of warnings fixes and const correctnessGravatar Peter Ammon2012-01-14
* Incorporate Siteshwar's patch for building on LinuxGravatar ridiculousfish2012-01-05