aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.h
Commit message (Expand)AuthorAge
* 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