summaryrefslogtreecommitdiffstats
path: root/src/msgfmt.c
Commit message (Expand)AuthorAgeFilesLines
* msgmerge now marks a message fuzzy if it adds a c-format bit and the messageBruno Haible2009-06-211-1/+2
* Emit a warning if the header entry exists but is fuzzy.Bruno Haible2009-06-211-6/+25
* Change duplicate checking of msgfmt to match the duplicate checking ofBruno Haible2009-06-211-122/+144
* Use message_list_search instead of hash table calls. message_list_searchBruno Haible2009-06-211-15/+6
* Add an optional hash table to each message list.Bruno Haible2009-06-211-3/+2
* Let msgfmt signal an error for duplicates, even if the translation is the same.Bruno Haible2009-06-211-6/+2
* Option --check-accelerators now takes an optional argument.Bruno Haible2009-06-211-7/+20
* New msgfmt option --check-accelerators.Bruno Haible2009-06-211-9/+57
* Fix #if mistake that led to uninitialized variable.Bruno Haible2009-06-211-1/+1
* Avoid warnings on some platforms.Bruno Haible2001-10-261-4/+5
* Move the plural_eval function to a separate file.Bruno Haible2001-10-231-1/+336
* New include file "basename.h".Bruno Haible2001-09-281-0/+1
* New include files xmalloc.h and strstr.h.Bruno Haible2001-09-271-0/+2
* msgfmt can now write Java ResourceBundles.Bruno Haible2001-09-191-6/+101
* Change the .mo file writer to accept a list of messages, not a hash table.Bruno Haible2001-09-051-14/+16
* Split off the .mo file writer in a separate file.Bruno Haible2001-09-041-452/+216
* Reorganize msgfmt checking options.Bruno Haible2001-08-311-39/+73
* Language dependent format string checking.Bruno Haible2001-08-271-45/+65
* Split off the PO file backend of xgettext.Bruno Haible2001-08-131-1/+1
* Change bug report address.Bruno Haible2001-08-021-1/+1
* Use 'bool' where appropriate.Bruno Haible2001-07-021-45/+45
* Better support of PO files that contain multiple domains.Bruno Haible2001-06-111-11/+11
* msgfmt: Add .mo suffix to output files generated for domain directives.Bruno Haible2001-06-111-23/+27
* Remove "lt-" prefix from program name.Bruno Haible2001-05-151-1/+1
* Tweak the --help output again.Bruno Haible2001-05-091-7/+15
* Simplify error message and multiline warning code.Bruno Haible2001-05-071-4/+10
* Prefix most error messages with the program name.Bruno Haible2001-05-071-21/+28
* Record the obsoleteness status in the message_ty struct.Bruno Haible2001-05-071-2/+4
* Move reading of PO files to read-po.c.Bruno Haible2001-04-301-1/+1
* Restructure usage message. Tweak command line options.Bruno Haible2001-04-301-13/+37
* Move PO charset handling to a separate file.Bruno Haible2001-04-301-1/+0
* Ignore fuzziness of the header entry.Bruno Haible2001-04-301-107/+110
* Improve C format string verification.Bruno Haible2001-03-271-1/+1
* Use ngettext where possible.Bruno Haible2001-03-111-3/+13
* Update copyright year.Bruno Haible2001-03-111-3/+4
* Support for Win32, OS/2, DOS pathnames, and other things needed for DJGPP.Bruno Haible2001-03-091-3/+3
* Fix parsing of strings in CJK encodings.Bruno Haible2001-03-071-81/+0
* Use O_BINARY where necessary.Bruno Haible2001-02-051-2/+5
* Rename intlh.inst.in to libgnuintl.h.Bruno Haible2001-01-221-1/+1
* Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.Bruno Haible2001-01-211-8/+2
* Plural form handling.Bruno Haible2001-01-121-35/+199
* Consistently include the terminating NUL in the size of strings.Bruno Haible2001-01-111-3/+3
* General tweaks, code moves, and cleanups.Bruno Haible2001-01-091-5/+14
* Update the lib directory with new files from glibc-2.2, fetish utils etc.Bruno Haible2001-01-041-3/+4
* Initial revisionUlrich Drepper2000-06-161-0/+973