index
:
external_gettext.git
replicant-6.0
gettext for Android
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gettext-tools
/
src
/
write-java.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Update copyright year
Daiki Ueno
2015-06-05
1
-1
/
+2
*
msgfmt: Add --source option to generate .java file instead of .class
Aurélien Gâteau
2014-03-26
1
-7
/
+53
*
Fix error in conversion of large PO file (> 4000 msgs) to Java class.
Bruno Haible
2010-02-18
1
-29
/
+134
*
Untabify.
Bruno Haible
2009-12-12
1
-410
/
+410
*
Use type 'ucs4_t' more often. Avoids gcc warnings on Cygwin.
Bruno Haible
2009-08-10
1
-7
/
+7
*
Allow multiple levels of verbosity in 'msgfmt'.
Bruno Haible
2009-06-23
1
-2
/
+2
*
Use xconcatenated_filename.
Bruno Haible
2009-06-23
1
-5
/
+5
*
Adapt to changed prototype of extract_plural_expression.
Bruno Haible
2009-06-23
1
-2
/
+2
*
Switch the license of the programs from GPLv2 to GPLv3.
Bruno Haible
2009-06-23
1
-5
/
+4
*
Oops, typo in comment.
Bruno Haible
2009-06-23
1
-1
/
+1
*
Implement msgctxt for Java ResourceBundles.
Bruno Haible
2009-06-23
1
-24
/
+63
*
Don't recommend to use --verbose if it is already in use.
Bruno Haible
2009-06-23
1
-1
/
+5
*
xallocsa was renamed to xmalloca.
Bruno Haible
2009-06-23
1
-7
/
+7
*
Rely on gnulib module 'mkdir'.
Bruno Haible
2009-06-23
1
-7
/
+0
*
Update after gnulib change: Use "unistr.h".
Bruno Haible
2009-06-23
1
-1
/
+1
*
Module 'pathname' was renamed to 'filename'.
Bruno Haible
2009-06-23
1
-5
/
+5
*
New macros XMALLOC, XNMALLOC.
Bruno Haible
2009-06-23
1
-4
/
+3
*
Use the new _temp functions from the create-temp module.
Bruno Haible
2009-06-23
1
-2
/
+2
*
Rename some methods defined in clean-temp.c.
Bruno Haible
2009-06-23
1
-4
/
+4
*
Add more parameters to create_temp_dir function.
Bruno Haible
2009-06-23
1
-1
/
+1
*
Assume correct S_ISDIR macro.
Bruno Haible
2009-06-23
1
-3
/
+0
*
Fix compilation failure on mingw.
Bruno Haible
2009-06-23
1
-2
/
+3
*
Compile Java source for a specific target version.
Bruno Haible
2009-06-23
1
-2
/
+2
*
Code simplification: use xasprintf.
Bruno Haible
2009-06-23
1
-7
/
+3
*
Don't fclose the same FILE twice.
Bruno Haible
2009-06-23
1
-1
/
+0
*
New facility for temporary files in a temporary directory.
Bruno Haible
2009-06-23
1
-108
/
+14
*
Support for context dependent translations in PO files.
Bruno Haible
2009-06-23
1
-1
/
+21
*
Update FSF postal address.
Bruno Haible
2009-06-23
1
-1
/
+1
*
fwriteerror now calls fclose().
Bruno Haible
2009-06-23
1
-2
/
+1
*
Emit a static method instead of a static field; this saves initialization
Bruno Haible
2009-06-23
1
-4
/
+5
*
Use allocsa and xallocsa, for safer stack allocation.
Bruno Haible
2009-06-23
1
-4
/
+11
*
Avoid a compilation error on mingw.
Bruno Haible
2009-06-23
1
-0
/
+6
*
Renamed xmalloc.h to xalloc.h.
Bruno Haible
2009-06-23
1
-1
/
+1
*
More reliable subprocess handling.
Bruno Haible
2009-06-23
1
-98
/
+13
*
Use fwriteerror() for reliable signalling of write error during stream output.
Bruno Haible
2009-06-23
1
-1
/
+2
*
Support Java .properties files as alternative syntax, like PO files.
Bruno Haible
2009-06-23
1
-2
/
+2
*
Support for VMS.
Bruno Haible
2009-06-23
1
-2
/
+2
*
Move src/write-java.c to gettext-tools/src/write-java.c.
Bruno Haible
2009-06-23
1
-0
/
+1201