aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* color ls support under FreeBSD and OS XGravatar axel2006-01-18
* Fix broken 'type' function, and clean up the ugly 'help' function. By Philip ...Gravatar axel2006-01-18
* Fix buggy error messages in expand.h and add missing translation commandsGravatar axel2006-01-17
* Set version to 1.20.0Gravatar axel2006-01-17
* Events should not be marked as non-interactiveGravatar axel2006-01-17
* Swedish translation tweaksGravatar axel2006-01-17
* Make string formating functions correctly handle %%. Thanks to Hiroshi SakuraiGravatar axel2006-01-17
* Add a __fish_complete_command function for completing using a command name. ...Gravatar axel2006-01-17
* Remove a few warningsGravatar axel2006-01-16
* Add debug target to make, which halts on warningsGravatar axel2006-01-16
* Make sure all foreground jobs are reaped after evaluating a job to avoid thin...Gravatar axel2006-01-16
* Put jobs in functions and block into their own process group in interactive m...Gravatar axel2006-01-16
* Correctly handle and recover from IO redirections failures in the exec builtinGravatar axel2006-01-16
* Corrections to the INSTALL fileGravatar axel2006-01-16
* Cleanup configure.ac and make it automatically run autoheaderGravatar axel2006-01-16
* Checkin of various swedish translation improvementsGravatar axel2006-01-16
* Minor tweaks for the gpg command completionsGravatar axel2006-01-16
* Give subshell command in error message for output conversion of data from sub...Gravatar axel2006-01-16
* Add completions for the set builtin to handle completions of locale variables...Gravatar axel2006-01-16
* Minor completion tweaksGravatar axel2006-01-15
* Make the functions builtin display function listing on -n to a terminal in a ...Gravatar axel2006-01-15
* Make the completions for the ls, sed and df commands have the correct switche...Gravatar axel2006-01-14
* Minor polish to the gpg completionsGravatar axel2006-01-14
* Various corrections for advanced tab completions. Should make the --exportGravatar axel2006-01-14
* Make sure functions as printed by the fyunctions builtin don't have any stray...Gravatar axel2006-01-14
* Add completions for gpg commandGravatar axel2006-01-14
* Add completions for chsh command (updated)Gravatar axel2006-01-14
* Fix the __fish_append shellscript function, as well as some completion bugs i...Gravatar axel2006-01-13
* Correctly handle locale changes through scope expiry, as well as locale chang...Gravatar axel2006-01-13
* Minor completion description corrections - unescaped dollar-signs in quotes a...Gravatar axel2006-01-13
* Alt-backspace is now a synonym for Control-w in emacs mode keybindings. Atl l...Gravatar axel2006-01-13
* Improve description handling - handle symbolic link loops, handle description...Gravatar axel2006-01-13
* Make parser_current_line use dynamic memory to avoid overflow on long linesGravatar axel2006-01-12
* Add one missing translation string in exec.cGravatar axel2006-01-12
* Recover instead of quiting when a redirection error occurs for a shellscript ...Gravatar axel2006-01-12
* Use /etc/sysconfig/i18n file if it exists to set up correct localeGravatar axel2006-01-12
* Yet another batch of description tweaks, as well as the last major checkin of...Gravatar axel2006-01-12
* Add missing include for sanity.cGravatar axel2006-01-12
* Remove the tokenize command from the rpm spec fileGravatar axel2006-01-12
* Documentation correctionsGravatar axel2006-01-11
* some little correctionsGravatar Jan Fader jan.fader@web.de2006-01-11
* Make the read builtin able to create universal variablesGravatar axel2006-01-11
* Remove the external tokenize command. One can use tr insteadGravatar axel2006-01-11
* More minor completion description corrections, and another translation checki...Gravatar axel2006-01-10
* 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
* Makecompletion functions work with completion descriptions regardless of if t...Gravatar axel2006-01-10
* Do not free allocated data when clearing a string_buffer_tGravatar axel2006-01-10
* More robust parsing of keybindings, allow sequences like \C-\ew and \C-?Gravatar axel2006-01-10
* Correct incorrect arguments to futimesGravatar axel2006-01-10