aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.c
Commit message (Expand)AuthorAge
* Fix a few places where uncasted 0 was used as a null pointer in vararg functi...Gravatar axel2006-10-08
* Minor code cleanupGravatar axel2006-10-05
* If no completions have been found, use file completion even if command specif...Gravatar axel2006-08-27
* Fix minor memory leak in completion codeGravatar axel2006-08-26
* Fix bug in completion code reported by Martin Bähr, as well as other bug evi...Gravatar axel2006-08-26
* Fix incorrect usage of the term subshell when command substitution was meantGravatar axel2006-08-23
* Rearrange includes so that config.h is always the first file to be includedGravatar axel2006-08-11
* Drop the init and shutdown function for the completion codeGravatar axel2006-07-22
* 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
* Minor code tweaks: A few extra input validations, spelling corrections, etcGravatar axel2006-07-11
* 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
* Various code polish, including minor rearangement of builtin code to export f...Gravatar axel2006-06-21
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* 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
* Use halloc in a few more places, including the highlight codeGravatar axel2006-06-13
* Do input validation in various functions in function.c and complete.cGravatar axel2006-06-08
* Make sure that empty completion descriptions aren't translated to the gettext...Gravatar axel2006-06-08
* If a help page for a builtin is showed in response to an error, make sure it ...Gravatar axel2006-05-26
* Allow tab completion of empty command namesGravatar axel2006-05-22
* Remove two minor memory leaksGravatar axel2006-05-15
* 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