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