summaryrefslogtreecommitdiffstats
path: root/src/po-lex.h
Commit message (Expand)AuthorAgeFilesLines
* Move src/po-lex.h to gettext-tools/src/po-lex.h.Bruno Haible2009-06-231-157/+0
* Switch from K&R C to ANSI C.Bruno Haible2009-06-231-11/+10
* Avoid compilation error on MacOS X Server (Darwin 5.3) with Apple's cc.Bruno Haible2009-06-231-2/+2
* Fix syntax error related to __VA_ARGS__.Bruno Haible2009-06-231-2/+2
* Avoid warnings on some platforms.Bruno Haible2001-10-261-4/+5
* Split off the PO file backend of xgettext.Bruno Haible2001-08-131-0/+8
* The PO file lexer now operates on multibyte characters.Bruno Haible2001-07-031-7/+11
* Use 'bool' where appropriate.Bruno Haible2001-07-021-12/+13
* Better support of PO files that contain multiple domains.Bruno Haible2001-06-111-6/+6
* Prefix most error messages with the program name.Bruno Haible2001-05-071-0/+9
* Move PO charset handling to a separate file.Bruno Haible2001-04-301-11/+0
* Check syntax of obsolete entries of PO files, not only in msgmerge.Bruno Haible2001-03-081-1/+3
* Fix parsing of strings in CJK encodings.Bruno Haible2001-03-071-0/+11
* Plural form handling.Bruno Haible2001-01-121-1/+9
* General tweaks, code moves, and cleanups.Bruno Haible2001-01-091-20/+62
* Initial revisionUlrich Drepper2000-06-161-0/+83