aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix incorrect use of the 'builtin' builtin when the 'command' builtin was int...Gravatar axel2006-12-14
* Make tab completion of process expansion consider other processes than those ...Gravatar axel2006-12-14
* Make sure debug() never alters errno, so that it can safely be called between...Gravatar axel2006-12-14
* Minor correction to script for extracting translation stringsGravatar axel2006-12-14
* Make syntax highlighter flag invalid command types as subcommands for 'comma...Gravatar axel2006-12-14
* Only complelete valid command types as subcommands for 'command' or 'builtin'...Gravatar axel2006-12-14
* Make sure that a command is never executed as the subcommand of the 'builtin'...Gravatar axel2006-12-14
* Minor code tweaks. Move a few deeple nested pieces of code to their own funct...Gravatar axel2006-12-14
* Make the builtins 'and', 'or', 'not', 'exec', 'command' and 'builtin' respect...Gravatar axel2006-12-14
* Code cleanup: Use a macro constant instead fo a literal for builtin exit codesGravatar axel2006-12-14
* Update functions builtin so that default behaviour when not given any argumen...Gravatar axel2006-12-14
* Drop unneeded '--' when using set builtin in various placesGravatar axel2006-12-13
* Drop unneeded '--' when using set builtin in the trap functionGravatar axel2006-12-13
* Minor fix to help generation to avoid creating a stray doxygen file in share/manGravatar axel2006-12-13
* Use the math function instead of calling bc directly in various placesGravatar axel2006-12-13
* Extend documentation for the math functionGravatar axel2006-12-13
* Make sure the rm command and not a wrapper function that could change its beh...Gravatar axel2006-12-12
* Make sure cwd colors update when the variable changes. This is a common regre...Gravatar axel2006-12-12
* Update to the ':' patch by Nicholas Burlett. This patch makes sure that ':' s...Gravatar axel2006-12-12
* Fix broken example in the documentation for the begin builtinGravatar axel2006-12-11
* Add completions for flac, written by David BitseffGravatar axel2006-12-10
* Add completions for oggenc, written by David BitseffGravatar axel2006-12-09
* Minor documentation updateGravatar axel2006-12-09
* ruby-gems-completion.dpatchGravatar Tassilo Horn2006-12-09
* colon-command supportGravatar nickburlett2006-12-09
* Add dcop completions, written by David BitseffGravatar axel2006-12-09
* Fix off-by-one error making it impossible to edit the first element of an arr...Gravatar axel2006-12-08
* Bump version numberGravatar axel2006-12-08
* Update comlpetions for the help functionGravatar axel2006-12-06
* Make delete-or-exit work with multiline commandsGravatar axel2006-12-06
* Update user documentation - add section on internal completion functions, upd...Gravatar axel2006-12-06
* Add ant target completions, written by Nate DrakeGravatar axel2006-12-06
* Do not highlight parameters beginning with a '-' as switches if the '--' para...Gravatar axel2006-12-04
* Add completions for the env commandGravatar axel2006-12-04
* Add completions for the locate commandGravatar axel2006-12-04
* Add subcommand completion support to nice completionsGravatar axel2006-12-04
* Rename __fish_complete_directory to increase consistencyGravatar axel2006-12-03
* Flash commandline each time completion fails, not just the first oneGravatar axel2006-12-01
* Only flash commandline, not entire screen, when completion failsGravatar axel2006-12-01
* Add completions for the find commandGravatar axel2006-12-01
* Make keyboard shortcuts that execute a shellscript function (^D, for example)...Gravatar axel2006-12-02
* Improve kill completions on non-Debian systems (They where fine before on Deb...Gravatar axel2006-12-01
* Remove fallback of using globals when universal variables are broken in confi...Gravatar axel2006-12-01
* Use dircolors to set default colors for lsGravatar axel2006-12-01
* Fix bug in save_function scriptGravatar axel2006-12-01
* Fix bed indentation in a few placesGravatar axel2006-11-30
* Minor documentation, indentation tweaksGravatar axel2006-11-30
* Makefile tweakage - make sure build messages suggest using correct make versionGravatar axel2006-11-30
* Add --without-gettext switch to optionally disable gettext supportGravatar axel2006-11-30
* Fix bug in save_function that causes it to not create missing directory entri...Gravatar axel2006-11-30