aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.c
Commit message (Expand)AuthorAge
* Do gettext translation of descriptions just-in-time internally in fishGravatar axel2006-03-02
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Use variable name as index for tables when autoloading functions and completi...Gravatar axel2006-02-20
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
* Fix memory leak and missing error check in dynamic function lookupGravatar axel2006-02-14
* Make sure dynamically loaded functions are completable, even if they have not...Gravatar axel2006-02-09
* Do not use CDPATH when completing arguments starting with a '.'Gravatar axel2006-02-09
* Autoloaded functionsGravatar axel2006-02-08
* 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
* Add function stack trace to error outputGravatar axel2006-01-27
* Do not show function body as description in output of the functions builtinGravatar axel2006-01-24
* Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks f...Gravatar axel2006-01-21
* Make sure functions as printed by the fyunctions builtin don't have any stray...Gravatar axel2006-01-14
* Initial update for new event subsystemGravatar axel2005-10-06
* Key binding functionsGravatar axel2005-09-21
* Initial revisionGravatar axel2005-09-20