summaryrefslogtreecommitdiffstats
path: root/src/write-po.c
Commit message (Expand)AuthorAgeFilesLines
* Inline two heavily used memcpy() and strchr() calls.Bruno Haible2001-10-261-10/+38
* Use putc_unlocked instead of putc when possible, for speed.Bruno Haible2001-10-261-1/+5
* Treat charset=CHARSET like ASCII.Bruno Haible2001-10-221-0/+4
* Add support for FPC's RST files.Bruno Haible2001-10-201-4/+8
* New include files xmalloc.h and strstr.h.Bruno Haible2001-09-271-0/+2
* Include specification .h file in implementation .c file.Bruno Haible2001-09-221-1/+3
* Better I/O error checking.Bruno Haible2001-09-031-1/+1
* Language dependent format string checking.Bruno Haible2001-08-271-30/+45
* Assume <limits.h> exists.Bruno Haible2001-08-061-4/+1
* Improved handling of ASCII charset: avoid redundant warnings.Bruno Haible2001-07-311-13/+3
* Keep the file position list in natural order, don't sort it by default.Bruno Haible2001-07-231-6/+54
* Warn if the msgid is not entirely ASCII.Bruno Haible2001-07-091-0/+25
* Change canonical names of two charsets.Bruno Haible2001-07-031-4/+4
* Use 'bool' where appropriate.Bruno Haible2001-07-021-37/+37
* Better support of PO files that contain multiple domains.Bruno Haible2001-06-111-160/+124
* Avoid crash on EUC-KR PO files.Bruno Haible2001-05-231-0/+6
* Nop.Bruno Haible2001-05-021-1/+1
* Hacks to optionally enable backward compatible behaviour.Bruno Haible2001-04-191-1/+18
* Fix a bug: line breaks could occur inside escape sequences, leading toBruno Haible2001-04-041-14/+27
* Fix output of strings in CJK encodings.Bruno Haible2001-03-091-4/+102
* Fix the --width option to not split multibyte characters, and respect theBruno Haible2001-03-061-0/+880