index
:
external_gettext.git
replicant-6.0
gettext for Android
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
write-po.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Inline two heavily used memcpy() and strchr() calls.
Bruno Haible
2001-10-26
1
-10
/
+38
*
Use putc_unlocked instead of putc when possible, for speed.
Bruno Haible
2001-10-26
1
-1
/
+5
*
Treat charset=CHARSET like ASCII.
Bruno Haible
2001-10-22
1
-0
/
+4
*
Add support for FPC's RST files.
Bruno Haible
2001-10-20
1
-4
/
+8
*
New include files xmalloc.h and strstr.h.
Bruno Haible
2001-09-27
1
-0
/
+2
*
Include specification .h file in implementation .c file.
Bruno Haible
2001-09-22
1
-1
/
+3
*
Better I/O error checking.
Bruno Haible
2001-09-03
1
-1
/
+1
*
Language dependent format string checking.
Bruno Haible
2001-08-27
1
-30
/
+45
*
Assume <limits.h> exists.
Bruno Haible
2001-08-06
1
-4
/
+1
*
Improved handling of ASCII charset: avoid redundant warnings.
Bruno Haible
2001-07-31
1
-13
/
+3
*
Keep the file position list in natural order, don't sort it by default.
Bruno Haible
2001-07-23
1
-6
/
+54
*
Warn if the msgid is not entirely ASCII.
Bruno Haible
2001-07-09
1
-0
/
+25
*
Change canonical names of two charsets.
Bruno Haible
2001-07-03
1
-4
/
+4
*
Use 'bool' where appropriate.
Bruno Haible
2001-07-02
1
-37
/
+37
*
Better support of PO files that contain multiple domains.
Bruno Haible
2001-06-11
1
-160
/
+124
*
Avoid crash on EUC-KR PO files.
Bruno Haible
2001-05-23
1
-0
/
+6
*
Nop.
Bruno Haible
2001-05-02
1
-1
/
+1
*
Hacks to optionally enable backward compatible behaviour.
Bruno Haible
2001-04-19
1
-1
/
+18
*
Fix a bug: line breaks could occur inside escape sequences, leading to
Bruno Haible
2001-04-04
1
-14
/
+27
*
Fix output of strings in CJK encodings.
Bruno Haible
2001-03-09
1
-4
/
+102
*
Fix the --width option to not split multibyte characters, and respect the
Bruno Haible
2001-03-06
1
-0
/
+880