aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.h
Commit message (Expand)AuthorAge
* Disable process expansion in autosuggestionsGravatar ridiculousfish2012-06-29
* Restore implicit cd for paths starting with ., .., or ~Gravatar ridiculousfish2012-06-02
* Lots of modernization changedGravatar ridiculousfish2012-05-09
* Some work to allow completions to be evaluated off of the main threadGravatar ridiculousfish2012-02-24
* Cleanup expand_escape_variableGravatar ridiculousfish2012-02-08
* Work on new history implementationGravatar ridiculousfish2012-02-05
* Clean up uses of completion_tGravatar ridiculousfish2012-02-01
* Migrated off of old variant of expand_one that used hallocGravatar ridiculousfish2012-01-31
* Yet more un-hallocingGravatar ridiculousfish2012-01-30
* buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' ...Gravatar Siteshwar Vashisht2012-01-29
|\
* | More work on the instanced parserGravatar ridiculousfish2012-01-22
* | More work towards instanced parserGravatar ridiculousfish2012-01-20
| * Converted all auto completion calls (on pressing tab) to use std::vector<comp...Gravatar Siteshwar Vashisht2012-01-16
|/
* Redesign new environment variables to use env_var_t instead of wcstringGravatar Peter Ammon2012-01-14
* More migration to the STLGravatar ridiculousfish2011-12-26
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Fix bug causing flood of error messages in terminal when trying to highlight ...Gravatar axel2008-02-05
* Add compiler warnings for some common incorrect usage of functions, such as f...Gravatar axel2006-10-20
* Fix incorrect usage of the term subshell when command substitution was meantGravatar axel2006-08-23
* Minor duplicate code removalGravatar axel2006-07-20
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Minor comment edits, reindentation and other code formating changesGravatar axel2006-06-15
* Make it possible to specify scope of a variable to be erased or tested. Also ...Gravatar axel2006-06-05
* Rename function expand_variable_array to tokenize_variable_array and move it ...Gravatar axel2006-05-29
* Add validator check to make sure the second argument to 'for' is 'in'Gravatar axel2006-05-22
* Major update to the ahead-of-time syntax checkerGravatar axel2006-05-22
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Minor code cleanup, don't use expand_escape and expand_unescape any moreGravatar axel2006-02-07
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31
* SpellingGravatar axel2005-12-08
* Insert boundary token at quotes, makes things like $foo"bar" work rightGravatar axel2005-12-08
* Use csh-style error rules with wildcards, i.e. if no matches are found, the c...Gravatar axel2005-12-04
* Change quoting rules to POSIX styleGravatar axel2005-11-03
* Fix problem bug breaking completion in commands with multiple subshellsGravatar axel2005-10-25
* Huge API documentation cleanupGravatar axel2005-10-25
* Use private use area for internal non-unicode charactersGravatar axel2005-10-20
* API cleanupGravatar axel2005-10-07
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Initial revisionGravatar axel2005-09-20