aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Use backticks for command substitutions in Makefile to make it work on older ...Gravatar axel2006-01-22
* Swedish translation updates, including switch of quoting characterGravatar axel2006-01-21
* Description tweakGravatar axel2006-01-21
* Error message updateGravatar axel2006-01-21
* Fix minor spelling detailGravatar axel2006-01-21
* Fix two bugs which together caused descriptions to be interpreted as a part o...Gravatar axel2006-01-21
* Minor edits to the todo part of the fish documentationGravatar axel2006-01-21
* Add a few Doxygen function descriptionsGravatar axel2006-01-21
* Make sure _nl_msg_cat_cntr exists even if libintl doesn't, and use printf com...Gravatar axel2006-01-21
* Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks f...Gravatar axel2006-01-21
* Add missing completion for the -b switch for function builtinGravatar axel2006-01-20
* Swedish tranlations checkinGravatar axel2006-01-19
* Fix crash bugs in fg and bg builtins, and make sure bg doesn't consider backg...Gravatar axel2006-01-19
* Add missing includes in input_common.cGravatar axel2006-01-19
* Check location of term.h header (updated)Gravatar axel2006-01-19
* Define a few additional signalsGravatar axel2006-01-19
* Don't include intl headers in translate.h if we're not going to use gettextGravatar axel2006-01-19
* Make it possible to manually rebuild an existing messages.pot using 'make mes...Gravatar axel2006-01-19
* Don't print error message in fg if the command didn't failGravatar axel2006-01-19
* Don't automatically rebuild messages.pot every time the source changesGravatar axel2006-01-19
* Add completions for a fex more darcs subcommandsGravatar axel2006-01-19
* Corrections for the swedish translationGravatar axel2006-01-18
* Add friendly messages to Makefile commandsGravatar axel2006-01-18
* Change the foregrounf/background code a bit, fixes bug where mulktiple jobs w...Gravatar axel2006-01-18
* Optionally add intl library, needed by gettext on NetBSD. Also clean up confi...Gravatar axel2006-01-18
* Make manual and completions reflect the facty that any combination od set_col...Gravatar axel2006-01-18
* Remove some GNU preprocessor magic from wgetopt.c, it only applies to regular...Gravatar axel2006-01-18
* Remove accidental newline in error messageGravatar axel2006-01-18
* 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