aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_util.c
Commit message (Expand)AuthorAge
* Fix segfault caused by a backslash followed by a null inside single quotesGravatar axel2006-06-15
* Add support for hishlighting potentially valid paths - default behaviour is t...Gravatar axel2006-06-14
* Drop most 'const's from function prototypesGravatar axel2006-06-13
* Rename function expand_variable_array to tokenize_variable_array and move it ...Gravatar axel2006-05-29
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Add some input validation code to various functionsGravatar axel2006-02-23
* Remove some ancient debug messages, drop two warnings, add some braces and ot...Gravatar axel2006-02-20
* Use variable name as index for tables when autoloading functions and completi...Gravatar axel2006-02-20
* Minor edits, additional comments, etc.Gravatar axel2006-02-19
* Make sure that command specific completions can handle input strings with wil...Gravatar axel2006-02-19
* Minor edits in parse_util.cGravatar axel2006-02-17
* Reset list of loaded completion files when running complete_destroy. Otherwis...Gravatar axel2006-02-15
* Add support for sending arguments whenusing the source builtinGravatar axel2006-02-15
* Fix timestap checking bug when autoloading scriptsGravatar axel2006-02-15
* Minor hallocificationsGravatar axel2006-02-13
* Fix a few compiler warnings, add halloc debug output on exit if HALLOC_DEBUG ...Gravatar axel2006-02-12
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Fix bug where recursive function loading crashed fishGravatar axel2006-02-09
* Move more functions to autoloadGravatar axel2006-02-08
* Autoloaded functionsGravatar axel2006-02-08
* Make sure line counting doesn't move past end of stringGravatar axel2006-02-06
* Remove duplicate line counting code. Make the remaining implementation have a...Gravatar axel2006-02-05
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31