summaryrefslogtreecommitdiffstats
path: root/gettext-tools
Commit message (Collapse)AuthorAgeFilesLines
* Don't overwrite *.m4 files that have a higher serial number (from gnulib).Bruno Haible2009-06-232-6/+44
|
* Update for 2008-10-04 change.Bruno Haible2009-06-232-1/+2
|
* Updated by gnulib-tool.Bruno Haible2009-06-232-0/+39
|
* msgfilter now sets the environment variables MSGFILTER_MSGCTXT,Bruno Haible2009-06-234-0/+35
| | | | MSGFILTER_MSGID, MSGFILTER_LOCATION.
* Avoid running into Sun Workshop 6.2 C compiler bug.Bruno Haible2009-06-232-3/+11
|
* Update doc of po-mode key bindings.Bruno Haible2009-06-232-8/+13
|
* Test for effect of range flag on msgfmt format string checking.Bruno Haible2009-06-233-1/+152
|
* Use the range flag to allow some specific plural form translations.Bruno Haible2009-06-236-7/+84
|
* Test the handling of 'range:' flags.Bruno Haible2009-06-235-4/+416
|
* New functions for accessing a message's range.Bruno Haible2009-06-233-1/+59
|
* Document the 'range:' flag syntax.Bruno Haible2009-06-232-0/+30
|
* Attach a numeric range to each message.Bruno Haible2009-06-2314-12/+242
|
* New 'struct plural_distribution' type.Bruno Haible2009-06-2311-124/+171
|
* Don't produce CR/LFs in the per-message command script.Bruno Haible2009-06-234-7/+14
|
* Avoid test suite failures on mingw.Bruno Haible2009-06-232-2/+18
|
* Avoid test suite failures on mingw: Normalize the program name better.Bruno Haible2009-06-238-8/+8
|
* 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
|
* Put the language with suffix into the "Language" field.Bruno Haible2009-06-232-1/+7
|
* Update from gnulib.Bruno Haible2009-06-231-1/+1
|
* Update from gnulib.Bruno Haible2009-06-232-118/+110
|
* Add more locales now supported in glibc.Bruno Haible2009-06-232-0/+9
|
* Got more info about Tamashek.Bruno Haible2009-06-232-1/+5
|
* 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
| | | | rather than through message_list_search_fuzzy.
* msgcmp has a new option --no-fuzzy-matching.Bruno Haible2009-06-232-0/+11
|
* 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
| | | | the fuzzy search in the compendiums.
* 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
| | | | far.
* Use xconcatenated_filename instead of concatenated_filename.Bruno Haible2009-06-232-3/+11
|
* Fix use of gl_AC_TYPE_UNSIGNED_LONG_LONG. From Ralf Wildenhues.Bruno Haible2009-06-232-1/+6
|
* Use xconcatenated_filename.Bruno Haible2009-06-2311-31/+68
|
* SIGPIPE handling.Bruno Haible2009-06-232-0/+18
|
* Add test msgmerge-update-4.Bruno Haible2009-06-232-0/+8
|
* Test behaviour of "msgmerge --update" with sorting and obsoletes.Bruno Haible2009-06-231-0/+95
|
* Fix behaviour of "msgmerge --update" when sorting is requested and obsoleteBruno Haible2009-06-236-3/+74
| | | | messages are present.
* Update the sections "Compiling For Multiple Architectures" andBruno Haible2009-06-231-46/+86
| | | | "Particular Systems".
* Distribute threadlib.m4.Bruno Haible2009-06-234-3/+13
|
* Add threadlib.m4 to the file list.Bruno Haible2009-06-232-2/+6
|
* Adapt AC_C_BIGENDIAN invocation to autoconf 2.62.Bruno Haible2009-06-232-3/+24
|
* Explain how to create universal binaries on MacOS X.Bruno Haible2009-06-231-0/+11
|
* Fix an old ChangeLog entry.Bruno Haible2009-06-231-2/+2
|
* Test interpretation of [ ].Bruno Haible2009-06-232-0/+8
|
* Improve interpretation of the [ ] operators.Bruno Haible2009-06-232-18/+68
|