summaryrefslogtreecommitdiffstats
path: root/src/message.c
Commit message (Expand)AuthorAgeFilesLines
* librep support.Bruno Haible2009-06-211-0/+2
* Enable format string checking also for plural messages.Bruno Haible2009-06-211-15/+29
* msgmerge now marks a message fuzzy if it adds a c-format bit and the messageBruno Haible2009-06-211-1/+54
* Deal with the case where a message gets or loses the plural form statusBruno Haible2009-06-211-0/+13
* Add an optional hash table to each message list.Bruno Haible2009-06-211-12/+58
* Use bool instead of int.Bruno Haible2009-06-211-1/+1
* Support Smalltalk format strings.Bruno Haible2009-06-211-12/+14
* Add support for Object Pascal format strings.Bruno Haible2001-10-201-0/+2
* New include files xmalloc.h and strstr.h.Bruno Haible2001-09-271-0/+2
* Include specification .h file in implementation .c file.Bruno Haible2001-09-221-1/+3
* Improve msgmerge compendium handling.Bruno Haible2001-09-031-2/+13
* Language dependent format string checking.Bruno Haible2001-08-271-32/+27
* Keep the file position list in natural order, don't sort it by default.Bruno Haible2001-07-231-32/+9
* Use 'bool' where appropriate.Bruno Haible2001-07-021-2/+2
* Cast xmalloc return value.Bruno Haible2001-06-121-7/+8
* New programs msgcat, msgconv, msgen, msggrep, msgsed.Bruno Haible2001-06-121-0/+16
* Better support of PO files that contain multiple domains.Bruno Haible2001-06-111-303/+434
* Add a few consts.Bruno Haible2001-04-301-1/+1
* Fix the --width option to not split multibyte characters, and respect theBruno Haible2001-03-061-855/+1
* Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.Bruno Haible2001-01-211-7/+2
* Plural form handling.Bruno Haible2001-01-121-10/+67
* General tweaks, code moves, and cleanups.Bruno Haible2001-01-091-106/+106
* Initial revisionUlrich Drepper2000-06-161-0/+1520