index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
complete.c
Commit message (
Expand
)
Author
Age
*
Fix bug where case insensitive file completions would get directory component...
axel
2007-03-25
*
Do not flag a lone '-' as an error. Many commands accept it.
axel
2007-03-24
*
Fix performance bug in command description lookup - it was performed once for...
axel
2007-03-18
*
Initial checkin of code for using case insensitive completion as a fallback f...
axel
2007-03-01
*
Various minor codee updates. Dead code removal, comment tweaking. Spelling fi...
axel
2007-02-25
*
Second round of bug fixes and minor code improvements after the completions s...
axel
2007-02-25
*
Round of bug fixes and minor code improvements after the completions struct u...
axel
2007-02-25
*
Fifth phase of using a real struct for passing around completions - make expa...
axel
2007-02-24
*
Fourth phase of using a real struct for passing around completions - make exp...
axel
2007-02-19
*
Third phase of using a real struct for passing around completions - make all ...
axel
2007-02-18
*
Second phase of using a real struct for passing around completions - make var...
axel
2007-02-17
*
First phase of using a real struct for passing around completions - only use ...
axel
2007-02-09
*
Fix bug where fish would randomly assume completions are authorative
axel
2007-02-09
*
Make parsing of --authorative switch for complete builtin more logical. Fix b...
axel
2007-01-28
*
Make it possible to specify the -u switch tom complete without actually speci...
axel
2007-01-28
*
Make get_desc_buff variable functions local static instead of global
axel
2007-01-27
*
Drop unneeded generic descriptions for completion of functions and builtins. ...
axel
2007-01-27
*
Fix crash in tab completion code when completing an imcomplete backsalsh escape
axel
2007-01-27
*
Correctly unescape tokens when performing switch completion
axel
2007-01-19
*
Fix completion bug where fish would refuse to provide completion strings for ...
axel
2007-01-16
*
Minor code edits - show user name when completing home directories and minor ...
axel
2007-01-11
*
Do not complete using switches after a '--' has been encountered
axel
2007-01-10
*
Two very minor code touch ups
axel
2007-01-08
*
Only complelete valid command types as subcommands for 'command' or 'builtin'...
axel
2006-12-14
*
Minor code tweaks. Move a few deeple nested pieces of code to their own funct...
axel
2006-12-14
*
Minor documentation, indentation tweaks
axel
2006-11-30
*
Add --without-gettext switch to optionally disable gettext support
axel
2006-11-30
*
Make completion descriptions on symlinks to directories have their own descri...
axel
2006-11-23
*
Fix bug where tab completions for implicit 'cd' would ignore symbolic links t...
axel
2006-11-23
*
Don't intern as much completion data - this helps reduce memory usage when au...
axel
2006-11-16
*
Only do command description lookup if we have non-directory commands
axel
2006-11-16
*
Try to avoid the '
axel
2006-11-08
*
Use the _t suffix for typedef:ed structs in complete.c
axel
2006-10-24
*
Fix a number of bugs found using the warnings generated by earlier patch
axel
2006-10-20
*
First stab at directory transition. Test with care...
axel
2006-10-19
*
Skip command description lookup when no commands where found
axel
2006-10-19
*
Fix bug in command description lookup code causing missing descriptions when ...
axel
2006-10-19
*
Fix a few places where uncasted 0 was used as a null pointer in vararg functi...
axel
2006-10-08
*
Minor code cleanup
axel
2006-10-05
*
If no completions have been found, use file completion even if command specif...
axel
2006-08-27
*
Fix minor memory leak in completion code
axel
2006-08-26
*
Fix bug in completion code reported by Martin Bähr, as well as other bug evi...
axel
2006-08-26
*
Fix incorrect usage of the term subshell when command substitution was meant
axel
2006-08-23
*
Rearrange includes so that config.h is always the first file to be included
axel
2006-08-11
*
Drop the init and shutdown function for the completion code
axel
2006-07-22
*
Remove translate.c. The gettext fallback functionality is moved to fallback.c...
axel
2006-07-20
*
Overhaul of the script autoloader. This should make sure that old scripts are...
axel
2006-07-13
*
Minor code tweaks: A few extra input validations, spelling corrections, etc
axel
2006-07-11
*
Switch from die_mem function to DIE_MEM macro in order to be able to give a l...
axel
2006-07-03
*
Update input validation. Always use the magic CHECK macro, which prints an er...
axel
2006-06-21
[next]