aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.c
Commit message (Expand)AuthorAge
* Move keyword detection code to separate fileGravatar axel2007-04-22
* Change output format of complete -C to make writing case insensitive command ...Gravatar axel2007-04-21
* Fix bug where case insensitive file completions would get directory component...Gravatar axel2007-03-25
* Do not flag a lone '-' as an error. Many commands accept it.Gravatar axel2007-03-24
* Fix performance bug in command description lookup - it was performed once for...Gravatar axel2007-03-18
* Initial checkin of code for using case insensitive completion as a fallback f...Gravatar axel2007-03-01
* Various minor codee updates. Dead code removal, comment tweaking. Spelling fi...Gravatar axel2007-02-25
* Second round of bug fixes and minor code improvements after the completions s...Gravatar axel2007-02-25
* Round of bug fixes and minor code improvements after the completions struct u...Gravatar axel2007-02-25
* Fifth phase of using a real struct for passing around completions - make expa...Gravatar axel2007-02-24
* Fourth phase of using a real struct for passing around completions - make exp...Gravatar axel2007-02-19
* Third phase of using a real struct for passing around completions - make all ...Gravatar axel2007-02-18
* Second phase of using a real struct for passing around completions - make var...Gravatar axel2007-02-17
* First phase of using a real struct for passing around completions - only use ...Gravatar axel2007-02-09
* Fix bug where fish would randomly assume completions are authorativeGravatar axel2007-02-09
* 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