aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.c
Commit message (Expand)AuthorAge
* Make parsing of --authorative switch for complete builtin more logical. Fix b...Gravatar axel2007-01-28
* Make it possible to specify the -u switch tom complete without actually speci...Gravatar axel2007-01-28
* Make get_desc_buff variable functions local static instead of globalGravatar axel2007-01-27
* Drop unneeded generic descriptions for completion of functions and builtins. ...Gravatar axel2007-01-27
* Fix crash in tab completion code when completing an imcomplete backsalsh escapeGravatar axel2007-01-27
* Correctly unescape tokens when performing switch completionGravatar axel2007-01-19
* Fix completion bug where fish would refuse to provide completion strings for ...Gravatar axel2007-01-16
* Minor code edits - show user name when completing home directories and minor ...Gravatar axel2007-01-11
* Do not complete using switches after a '--' has been encounteredGravatar axel2007-01-10
* Two very minor code touch upsGravatar axel2007-01-08
* Only complelete valid command types as subcommands for 'command' or 'builtin'...Gravatar axel2006-12-14
* Minor code tweaks. Move a few deeple nested pieces of code to their own funct...Gravatar axel2006-12-14
* Minor documentation, indentation tweaksGravatar axel2006-11-30
* Add --without-gettext switch to optionally disable gettext supportGravatar axel2006-11-30
* Make completion descriptions on symlinks to directories have their own descri...Gravatar axel2006-11-23
* Fix bug where tab completions for implicit 'cd' would ignore symbolic links t...Gravatar axel2006-11-23
* Don't intern as much completion data - this helps reduce memory usage when au...Gravatar axel2006-11-16
* Only do command description lookup if we have non-directory commandsGravatar axel2006-11-16
* Try to avoid the 'Gravatar axel2006-11-08
* Use the _t suffix for typedef:ed structs in complete.cGravatar axel2006-10-24
* Fix a number of bugs found using the warnings generated by earlier patchGravatar axel2006-10-20
* First stab at directory transition. Test with care...Gravatar axel2006-10-19
* Skip command description lookup when no commands where foundGravatar axel2006-10-19
* Fix bug in command description lookup code causing missing descriptions when ...Gravatar axel2006-10-19
* 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