summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src
Commit message (Expand)AuthorAgeFilesLines
* msgfilter now sets the environment variables MSGFILTER_MSGCTXT,Bruno Haible2009-06-232-0/+20
* Avoid running into Sun Workshop 6.2 C compiler bug.Bruno Haible2009-06-232-3/+11
* Use the range flag to allow some specific plural form translations.Bruno Haible2009-06-236-7/+84
* Attach a numeric range to each message.Bruno Haible2009-06-2314-12/+242
* New 'struct plural_distribution' type.Bruno Haible2009-06-239-122/+164
* Open the output stream in binary. We don't want CR/LFs here on mingw.Bruno Haible2009-06-232-1/+7
* Fix the *_DEPENDENCIES variables for woe32 builds.Bruno Haible2009-06-232-16/+21
* Don't die from SIGPIPE.Bruno Haible2009-06-232-2/+16
* msgcmp needs to link with -lm now as well.Bruno Haible2009-06-232-1/+13
* Add more locales now supported in glibc.Bruno Haible2009-06-232-0/+9
* When sorting, disambiguate when the msgids are the same.Bruno Haible2009-06-232-12/+41
* Specify dependencies. Needed at least with --disable-shared.Bruno Haible2009-06-232-0/+47
* Do fuzzy matching by calling message_fuzzy_index_search on a hashed index,Bruno Haible2009-06-235-24/+243
* New msgcmp option --no-fuzzy-matching.Bruno Haible2009-06-232-3/+23
* Use the result of the fuzzy search in the current list as a lower bound forBruno Haible2009-06-234-10/+36
* Clarify documentation.Bruno Haible2009-06-232-1/+9
* Rename some fields of 'struct definitions_ty'.Bruno Haible2009-06-232-14/+24
* Reorder functions.Bruno Haible2009-06-232-14/+19
* Shortcut fstrcmp computations by taking into account the best known match soBruno Haible2009-06-235-21/+54
* Use xconcatenated_filename instead of concatenated_filename.Bruno Haible2009-06-232-3/+11
* Use xconcatenated_filename.Bruno Haible2009-06-2311-31/+68
* SIGPIPE handling.Bruno Haible2009-06-232-0/+18
* Fix behaviour of "msgmerge --update" when sorting is requested and obsoleteBruno Haible2009-06-236-3/+74
* Improve interpretation of the [ ] operators.Bruno Haible2009-06-232-18/+68
* Addendum to 2007-03-17 commit.Bruno Haible2009-06-232-2/+9
* Treat %.0s and %.0r as type-agnostic argument consumer.Bruno Haible2009-06-232-5/+29
* For '%', set the type to FAT_NONE.Bruno Haible2009-06-232-1/+5
* Require the same number of unnamed arguments also when !equality.Bruno Haible2009-06-232-5/+12
* Update includes after gnulib change.Bruno Haible2009-06-232-1/+5
* Handle lone high surrogates gracefully.Bruno Haible2009-06-232-0/+12
* Update comment.Bruno Haible2009-06-231-1/+1
* Move the verbosity from the GetURL program to the urlget program.Bruno Haible2009-06-233-26/+76
* Update following some changes in gnulib.Bruno Haible2009-06-2310-25/+47
* Fix recognition of header fields.Bruno Haible2009-06-232-7/+15
* Fix typo that could lead to a crash.Bruno Haible2009-06-232-2/+9
* Update after module 'linebreak' was split.Bruno Haible2009-06-233-4/+9
* Update lists of languages.Bruno Haible2009-06-233-12/+16
* Improve error message.Bruno Haible2009-06-237-44/+153
* Clarify single-letter options that take an optional argument.Bruno Haible2009-06-232-7/+16
* Improve support for Maori, Uighur.Bruno Haible2009-06-232-1/+7
* Comment.Bruno Haible2009-06-231-2/+4
* Update for gcc-4.3.Bruno Haible2009-06-232-9/+24
* Avoid attaching "previous msgid" information to untranslated messages.Bruno Haible2009-06-232-6/+14
* Don't throw away a prev_msgid information too early.Bruno Haible2009-06-232-3/+26
* Change an error to a warning.Bruno Haible2009-06-232-2/+8
* Distribute msgl-header.h.Bruno Haible2009-06-231-2/+2
* Distribute msgl-header.h.Bruno Haible2009-06-231-0/+4
* Introduce a new header entry field 'Language'.Bruno Haible2009-06-239-44/+296
* Message list header manipulation.Bruno Haible2009-06-232-0/+213
* Avoid breaking line in the middle of a format directive.Bruno Haible2009-06-232-15/+36