aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_complete.c
Commit message (Expand)AuthorAge
* Spelling fixes from Chris RebertGravatar axel2007-08-02
* Change output format of complete -C to make writing case insensitive command ...Gravatar axel2007-04-21
* Fix warning caused by bad castingGravatar axel2007-04-17
* Fix crash bug in recursive completion (e.g. 'which ls'). This bug was reporte...Gravatar axel2007-03-26
* Initial checkin of code for using case insensitive completion as a fallback f...Gravatar axel2007-03-01
* Fix occasional duplicate stack trace, reported by Mike Roberts. Also make fis...Gravatar axel2007-02-01
* 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 all error messages from options parsin in builtins redirectableGravatar axel2007-01-22
* Add autoindentation supportGravatar axel2006-10-07
* Complete --do-complete argument should be optionalGravatar axel2006-08-24
* Rearrange includes so that config.h is always the first file to be includedGravatar axel2006-08-11
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Check the return value of the unescape call at all placesGravatar axel2006-06-15
* Major restructuring of the buildsystem, meaning that the documentation doesn'...Gravatar axel2006-06-13
* Drop most 'const's from function prototypesGravatar axel2006-06-13
* Make sure code validation error output for e.g. the complete builtin can be r...Gravatar axel2006-06-02
* If a help page for a builtin is showed in response to an error, make sure it ...Gravatar axel2006-05-26
* Use ahead-of-time syntax checker to validate input for complete builtinGravatar axel2006-05-22
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Minor editsGravatar axel2006-02-15
* Remove the rather stupid -y option for complete, which loads another commands...Gravatar axel2006-02-15
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Avoid memory leaks in the complete builtin on errorsGravatar axel2006-01-23
* Fix bug from the modified completion builtin where a completion that specifie...Gravatar axel2006-01-23
* Move the complete builtin to it's own file, and make it accept multiple -c, -...Gravatar axel2006-01-23