summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/msginit.c
Commit message (Expand)AuthorAgeFilesLines
* Code simplification: use xasprintf.Bruno Haible2009-06-231-5/+1
* Move the xasprintf function from the 'xerror' module to the 'xvasprintf'Bruno Haible2009-06-231-0/+1
* Don't leak FILE objects.Bruno Haible2009-06-231-0/+3
* Use a substitute for <unistd.h> on those platforms where it doesn't exist.Bruno Haible2009-06-231-3/+1
* Internationalization of author names.Bruno Haible2009-06-231-1/+2
* Move the language table out to a new source file lang-table.c.Bruno Haible2009-06-231-205/+4
* Update year in --version output.Bruno Haible2009-06-231-2/+2
* Drop support of CEN locale name syntax.Bruno Haible2009-06-231-2/+2
* Support for context dependent translations in PO files.Bruno Haible2009-06-231-3/+3
* Use an internationalized bison parser.Bruno Haible2009-06-231-0/+1
* Add support for new language codes found in GNOME project.Bruno Haible2009-06-231-5/+30
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* Avoid compiler warning.Bruno Haible2009-06-231-1/+1
* Use c_strcasecmp instead of strcasecmp; needed for Turkish locale.Bruno Haible2009-06-231-2/+2
* Year 2005.Bruno Haible2009-06-231-2/+2
* Produce PO files with the right number of plural forms.Bruno Haible2009-06-231-0/+55
* Support more languages.Bruno Haible2009-06-231-0/+27
* Don't crash if the header entry has no comment.Bruno Haible2009-06-231-14/+19
* Year 2004.Bruno Haible2009-06-231-2/+2
* SIGPIPE handling in subprocesses.Bruno Haible2009-06-231-4/+4
* Use allocsa and xallocsa, for safer stack allocation.Bruno Haible2009-06-231-1/+4
* Update after ISO 3166 YU -> CS change.Bruno Haible2009-06-231-0/+1
* Prettier output.Bruno Haible2009-06-231-1/+2
* Support for GNUstep .strings format.Bruno Haible2009-06-231-0/+14
* Renamed xmalloc.h to xalloc.h.Bruno Haible2009-06-231-1/+1
* Kill subprocesses when the main process exits due to SIGHUP or SIGTERMBruno Haible2009-06-231-8/+12
* Check for write error on stdout when the program exits.Bruno Haible2009-06-231-0/+4
* Move the error_with_progname variable from module 'progname' to a new moduleBruno Haible2009-06-231-0/+1
* Support a few more languages.Bruno Haible2009-06-231-0/+8
* Adjust for wait_subprocess change.Bruno Haible2009-06-231-23/+76
* Portability to Woe32.Bruno Haible2009-06-231-0/+5
* Support Java .properties files as alternative syntax, like PO files.Bruno Haible2009-06-231-1/+18
* Split strings in usage message.Bruno Haible2009-06-231-26/+25
* More Woe32/MSVC support.Bruno Haible2009-06-231-16/+26
* Support for relocatable installation.Bruno Haible2009-06-231-11/+12
* Move src/msginit.c to gettext-tools/src/msginit.c.Bruno Haible2009-06-231-0/+1600