aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* the 'unknown' filetype description shouldn't be tranlated, since it is never ...Gravatar axel2006-01-24
* Use gettext to translate mimedb command. Also try to respect users locale set...Gravatar axel2006-01-24
* Minor touchups of the complete.c fileGravatar axel2006-01-23
* Add completions for the time command, and improve completions for the type bu...Gravatar axel2006-01-23
* Cleanup Makefile.in and make sure gen_hdr.sh is executable before using itGravatar axel2006-01-23
* The seq fallback implementation is a shellscript, not a functionGravatar axel2006-01-23
* Swedish translation for the seq commandGravatar axel2006-01-23
* Avoid memory leaks in the complete builtin on errorsGravatar axel2006-01-23
* Fix bug from the modified completion builtin where a completion that specifie...Gravatar axel2006-01-23
* .po should not depend on the messages.pot file, since it will cause that file...Gravatar axel2006-01-23
* Move the complete builtin to it's own file, and make it accept multiple -c, -...Gravatar axel2006-01-23
* Add simple fallback implementation of seq command, installed automatically on...Gravatar axel2006-01-23
* Add input checks to string_buffer_t functionsGravatar axel2006-01-22
* Minor tweaks of init filesGravatar axel2006-01-22
* Swedish translation fixes (tiny)Gravatar axel2006-01-22
* Bugfix for command completion descriptions, potential crash on strange output...Gravatar axel2006-01-22
* Fix broken PATH checkGravatar axel2006-01-22
* Add autoconf test for presense of _nl_msg_cat_cntrGravatar axel2006-01-22
* 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