aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.c
Commit message (Expand)AuthorAge
* 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
* Various corrections for advanced tab completions. Should make the --exportGravatar axel2006-01-14
* Correctly handle locale changes through scope expiry, as well as locale chang...Gravatar axel2006-01-13
* Improve description handling - handle symbolic link loops, handle description...Gravatar axel2006-01-13
* Yet another batch of description tweaks, as well as the last major checkin of...Gravatar axel2006-01-12
* Reload completions on locale language change. This will mean that most transl...Gravatar axel2006-01-10
* Make command descriptions work when entering full path to a commandGravatar axel2006-01-10
* Huge upade containing several bugfixes related to i18n, and a huge number of ...Gravatar axel2006-01-08
* Translate most shellscript output, translate internal completion descriptions...Gravatar axel2006-01-05
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Fisx crash buh when completing string ending in backslashGravatar axel2005-12-26
* SpellingGravatar axel2005-12-08
* Fix bug breaking filename completions, introduced by csh wildcard syntaxGravatar axel2005-12-04
* Use csh-style error rules with wildcards, i.e. if no matches are found, the c...Gravatar axel2005-12-04
* Fix problem bug breaking completion in commands with multiple subshellsGravatar axel2005-10-25
* Huge API documentation cleanupGravatar axel2005-10-25
* Initial imlementation of uname shellscript functionGravatar axel2005-10-17
* Fix invalid free causing hangup and crash in completion codeGravatar axel2005-10-12
* API cleanupGravatar axel2005-10-07
* Cast null pointers to (void *) in vararg functionsGravatar axel2005-10-01
* Initial revisionGravatar axel2005-09-20