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