summaryrefslogtreecommitdiff
path: root/gettext-tools/src/format-java.c
Commit message (Collapse)AuthorAgeFilesLines
* Untabify.Bruno Haible2009-12-121-431/+431
|
* Improve msgfmt error message about format directive mismatches in msgstr[i].Bruno Haible2009-06-231-6/+8
|
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
|
* Update the compile-command.Bruno Haible2009-06-231-1/+1
|
* Don't include getline.h.Bruno Haible2009-06-231-1/+0
|
* xallocsa was renamed to xmalloca.Bruno Haible2009-06-231-14/+14
|
* Add fdi argument to format_parse functions.Bruno Haible2009-06-231-5/+22
|
* New macros XMALLOC, XNMALLOC.Bruno Haible2009-06-231-1/+1
|
* Move the xasprintf function from the 'xerror' module to the 'xvasprintf'Bruno Haible2009-06-231-1/+1
| | | | module.
* Improve the c-format guessing heuristic.Bruno Haible2009-06-231-1/+2
|
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
|
* Change the calling convention of the formatstring_parser's 'check' method.Bruno Haible2009-06-231-29/+12
| | | | Add format string checking facility to the gettextpo library.
* Fix freesa() argument, thus fixing a crash on SPARC64/Solaris.Bruno Haible2009-06-231-10/+11
|
* Support for the 'I' flag that translators can use in messages markedBruno Haible2009-06-231-3/+3
| | | | as 'c-format'.
* Use allocsa and xallocsa, for safer stack allocation.Bruno Haible2009-06-231-4/+21
|
* Renamed xmalloc.h to xalloc.h.Bruno Haible2009-06-231-1/+1
|
* Move the error_with_progname variable from module 'progname' to a new moduleBruno Haible2009-06-231-1/+1
| | | | 'error-progname'.
* Better error message when an msgstr string is an invalid format string.Bruno Haible2009-06-231-35/+127
|
* Move src/format-java.c to gettext-tools/src/format-java.c.Bruno Haible2009-06-231-0/+782