summaryrefslogtreecommitdiffstats
path: root/src/po-lex.c
Commit message (Expand)AuthorAgeFilesLines
* Prefix most error messages with the program name.Bruno Haible2001-05-071-0/+8
* Performance improvement: O(n^2) -> O(n).Bruno Haible2001-05-021-0/+1
* Move PO charset handling to a separate file.Bruno Haible2001-04-301-16/+3
* Use ngettext where possible.Bruno Haible2001-03-111-1/+4
* Check syntax of obsolete entries of PO files, not only in msgmerge.Bruno Haible2001-03-081-22/+52
* Fix parsing of strings in CJK encodings.Bruno Haible2001-03-071-30/+93
* Rename intlh.inst.in to libgnuintl.h.Bruno Haible2001-01-221-1/+1
* Portability fixes for K&R C compilers, SunOS "make" and others.Bruno Haible2001-01-151-2/+2
* Plural form handling.Bruno Haible2001-01-121-2/+10
* General tweaks, code moves, and cleanups.Bruno Haible2001-01-091-4/+12
* Tweak string control sequence parser.Bruno Haible2000-08-231-5/+20
* Fix parsing of \x sequences in strings. From Ulrich.Bruno Haible2000-08-231-0/+1
* Initial revisionUlrich Drepper2000-06-161-0/+549