summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/write-java.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+2
|
* msgfmt: Add --source option to generate .java file instead of .classAurélien Gâteau2014-03-261-7/+53
|
* Fix error in conversion of large PO file (> 4000 msgs) to Java class.Bruno Haible2010-02-181-29/+134
|
* Untabify.Bruno Haible2009-12-121-410/+410
|
* Use type 'ucs4_t' more often. Avoids gcc warnings on Cygwin.Bruno Haible2009-08-101-7/+7
|
* Allow multiple levels of verbosity in 'msgfmt'.Bruno Haible2009-06-231-2/+2
|
* Use xconcatenated_filename.Bruno Haible2009-06-231-5/+5
|
* Adapt to changed prototype of extract_plural_expression.Bruno Haible2009-06-231-2/+2
|
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
|
* Oops, typo in comment.Bruno Haible2009-06-231-1/+1
|
* Implement msgctxt for Java ResourceBundles.Bruno Haible2009-06-231-24/+63
|
* Don't recommend to use --verbose if it is already in use.Bruno Haible2009-06-231-1/+5
|
* xallocsa was renamed to xmalloca.Bruno Haible2009-06-231-7/+7
|
* Rely on gnulib module 'mkdir'.Bruno Haible2009-06-231-7/+0
|
* Update after gnulib change: Use "unistr.h".Bruno Haible2009-06-231-1/+1
|
* Module 'pathname' was renamed to 'filename'.Bruno Haible2009-06-231-5/+5
|
* New macros XMALLOC, XNMALLOC.Bruno Haible2009-06-231-4/+3
|
* Use the new _temp functions from the create-temp module.Bruno Haible2009-06-231-2/+2
|
* Rename some methods defined in clean-temp.c.Bruno Haible2009-06-231-4/+4
|
* Add more parameters to create_temp_dir function.Bruno Haible2009-06-231-1/+1
|
* Assume correct S_ISDIR macro.Bruno Haible2009-06-231-3/+0
|
* Fix compilation failure on mingw.Bruno Haible2009-06-231-2/+3
|
* Compile Java source for a specific target version.Bruno Haible2009-06-231-2/+2
|
* Code simplification: use xasprintf.Bruno Haible2009-06-231-7/+3
|
* Don't fclose the same FILE twice.Bruno Haible2009-06-231-1/+0
|
* New facility for temporary files in a temporary directory.Bruno Haible2009-06-231-108/+14
|
* Support for context dependent translations in PO files.Bruno Haible2009-06-231-1/+21
|
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
|
* fwriteerror now calls fclose().Bruno Haible2009-06-231-2/+1
|
* Emit a static method instead of a static field; this saves initializationBruno Haible2009-06-231-4/+5
| | | | time.
* Use allocsa and xallocsa, for safer stack allocation.Bruno Haible2009-06-231-4/+11
|
* Avoid a compilation error on mingw.Bruno Haible2009-06-231-0/+6
|
* Renamed xmalloc.h to xalloc.h.Bruno Haible2009-06-231-1/+1
|
* More reliable subprocess handling.Bruno Haible2009-06-231-98/+13
|
* Use fwriteerror() for reliable signalling of write error during stream output.Bruno Haible2009-06-231-1/+2
|
* Support Java .properties files as alternative syntax, like PO files.Bruno Haible2009-06-231-2/+2
|
* Support for VMS.Bruno Haible2009-06-231-2/+2
|
* Move src/write-java.c to gettext-tools/src/write-java.c.Bruno Haible2009-06-231-0/+1201