aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.c
Commit message (Expand)AuthorAge
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Overhaul of the script autoloader. This should make sure that old scripts are...Gravatar axel2006-07-13
* Switch from die_mem function to DIE_MEM macro in order to be able to give a l...Gravatar axel2006-07-03
* Update input validation. Always use the magic CHECK macro, which prints an er...Gravatar axel2006-06-21
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Drop most 'const's from function prototypesGravatar axel2006-06-13
* Do input validation in various functions in function.c and complete.cGravatar axel2006-06-08
* Fix off-by-one error when reporting line number of function call in stack tracesGravatar axel2006-06-08
* Rename function expand_variable_array to tokenize_variable_array and move it ...Gravatar axel2006-05-29
* Minor editsGravatar axel2006-05-15
* Fix output of the functions command, where a single function would sometimes ...Gravatar axel2006-05-14
* Change how a few pointer are supplied to functions, removes warnings about br...Gravatar axel2006-03-26
* 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