aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Minor completion description tweaks, try to use the same description for the ...Gravatar axel2006-01-10
* Fix two issues on OS X, a non-compatible use of the expr command and a bad in...Gravatar axel2006-01-10
* Make description messages more uniformGravatar axel2006-01-09
* Improve locale implementation (should now behave identically to bash) and doc...Gravatar axel2006-01-09
* Huge upade containing several bugfixes related to i18n, and a huge number of ...Gravatar axel2006-01-08
* Move definition of the _ gettext alias out of fish_interactive, since it is n...Gravatar axel2006-01-06
* Add more helpful error messages when trying to use Posix short circut operato...Gravatar axel2006-01-06
* Change syntax of 'and' and 'or' to infix orderGravatar axel2006-01-06
* Do not use \r sequence in translatable messagesGravatar axel2006-01-05
* Translate most shellscript output, translate internal completion descriptions...Gravatar axel2006-01-05
* Improved description for the commandline builtinGravatar axel2006-01-05
* Output a message when changing LANG in interactive modeGravatar axel2006-01-05
* Further i18n tweaksGravatar axel2006-01-04
* Added a few notes to INSTALL fileGravatar axel2006-01-04
* Minor fixes to i18nGravatar axel2006-01-04
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Minor text formating tweaksGravatar axel2005-12-31
* Add completions for nice and renice commandsGravatar axel2005-12-31
* Pressing the enter key on an empty line scrolls a lineGravatar axel2005-12-30
* 1.19.0Gravatar axel2005-12-26
* Only use internal wcsndup implementation of no external one existsGravatar axel2005-12-26
* Fisx crash buh when completing string ending in backslashGravatar axel2005-12-26
* Check for presense of doxygen using autoconfGravatar axel2005-12-25
* Check Xautority before trying to use X-based browser in help shellscriptGravatar axel2005-12-21
* Add notice about bug when suspending builtinsGravatar axel2005-12-21
* Add sbin directories to PATH when rootGravatar axel2005-12-20
* Do not use GNU -r switch for sedGravatar axel2005-12-20
* Add missing include in builtin_help.hdrGravatar axel2005-12-20
* Yet another attempt to avoid gnuisms in sed/grep for ssh completionsGravatar axel2005-12-19
* Use sed instead of grep, since grep -o isn't supported on OS XGravatar axel2005-12-18
* Add completions for trap and jobsGravatar axel2005-12-18
* Add autoconf checks for wide character string functionsGravatar axel2005-12-18
* Add trap shellscript functionGravatar axel2005-12-18
* Adjust fish init files to new set syntaxGravatar axel2005-12-17
* make the functions builtin output descriptions and event handlers for functionsGravatar axel2005-12-17
* Make the set builtin only parse switches given after non-switchesGravatar axel2005-12-17
* Tweak a few error messages for builtin commandsGravatar axel2005-12-17
* Make non-interactive reading more robust.Gravatar axel2005-12-17
* Make the source builtin bail out at once if stat fails. Makes sure no illegal...Gravatar axel2005-12-16
* builtin.c: builtin_source now checks that its argument is a file.Gravatar James Vega2005-12-16
* Code cleanupGravatar axel2005-12-15
* Add missing -r/--replace switch to commandline builtinGravatar axel2005-12-15
* Add extra step in instructions on creating a builtinGravatar axel2005-12-15
* Add missing newline at end of yum completion fileGravatar axel2005-12-15
* Add missing documentation fileGravatar axel2005-12-15
* Minor documentation editsGravatar axel2005-12-15
* Fix Alt-p shortcutGravatar axel2005-12-15
* Add separator characters to make quoted variable expantion works properlyGravatar axel2005-12-14
* Fix crash bug from calling eval builtin with no argumentsGravatar axel2005-12-14
* Code tweaksGravatar axel2005-12-14