aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.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
* Various minor editsGravatar axel2006-02-25
* Do not unescape strings from completion callouts. Why was this done before?Gravatar axel2006-02-23
* 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
* Make sure that command specific completions can handle input strings with wil...Gravatar axel2006-02-19
* Fix bug in fish causing occasionally incorrect signal handlersGravatar axel2006-02-16
* Reset list of loaded completion files when running complete_destroy. Otherwis...Gravatar axel2006-02-15
* Escape semicolons and other chars that have syntactic meaning in various shel...Gravatar axel2006-02-14
* Optimize the halloc implementation so that mutiple calls to halloc can be sat...Gravatar axel2006-02-11
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Do not use CDPATH when completing arguments starting with a '.'Gravatar axel2006-02-09
* Autoloaded functionsGravatar axel2006-02-08
* Minor code cleanup, don't use expand_escape and expand_unescape any moreGravatar axel2006-02-07
* Minor comment edits in complete.cGravatar axel2006-02-04
* Move parts of the command description lookup code to a shellscript functionGravatar axel2006-02-04
* Improve the status builtinGravatar axel2006-01-31
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31
* Minor edits, mostly tweaks of the API documentationGravatar axel2006-01-24
* Do not show function body as description in output of the functions builtinGravatar axel2006-01-24
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Minor touchups of the complete.c fileGravatar axel2006-01-23
* Move the complete builtin to it's own file, and make it accept multiple -c, -...Gravatar axel2006-01-23
* Bugfix for command completion descriptions, potential crash on strange output...Gravatar axel2006-01-22
* Fix two bugs which together caused descriptions to be interpreted as a part o...Gravatar axel2006-01-21
* Various corrections for advanced tab completions. Should make the --exportGravatar axel2006-01-14
* Correctly handle locale changes through scope expiry, as well as locale chang...Gravatar axel2006-01-13
* Improve description handling - handle symbolic link loops, handle description...Gravatar axel2006-01-13
* Yet another batch of description tweaks, as well as the last major checkin of...Gravatar axel2006-01-12
* Reload completions on locale language change. This will mean that most transl...Gravatar axel2006-01-10
* Make command descriptions work when entering full path to a commandGravatar axel2006-01-10
* Huge upade containing several bugfixes related to i18n, and a huge number of ...Gravatar axel2006-01-08
* Translate most shellscript output, translate internal completion descriptions...Gravatar axel2006-01-05
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Fisx crash buh when completing string ending in backslashGravatar axel2005-12-26
* SpellingGravatar axel2005-12-08
* Fix bug breaking filename completions, introduced by csh wildcard syntaxGravatar axel2005-12-04
* Use csh-style error rules with wildcards, i.e. if no matches are found, the c...Gravatar axel2005-12-04
* Fix problem bug breaking completion in commands with multiple subshellsGravatar axel2005-10-25
* Huge API documentation cleanupGravatar axel2005-10-25
* Initial imlementation of uname shellscript functionGravatar axel2005-10-17
* Fix invalid free causing hangup and crash in completion codeGravatar axel2005-10-12
* API cleanupGravatar axel2005-10-07
* Cast null pointers to (void *) in vararg functionsGravatar axel2005-10-01
* Initial revisionGravatar axel2005-09-20