aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.cpp
Commit message (Expand)AuthorAge
...
* 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
* Fix for crash when unescaping a string with unbalanced quotesGravatar ridiculousfish2012-01-02
* Migrate some more off of al_listGravatar ridiculousfish2011-12-26
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* Initial C++ conversionGravatar ridiculousfish2011-12-26