summaryrefslogtreecommitdiffstats
path: root/src/po-lex.c
Commit message (Expand)AuthorAgeFilesLines
* Move src/po-lex.c to gettext-tools/src/po-lex.c.Bruno Haible2009-06-231-1128/+0
* Switch from K&R C to ANSI C.Bruno Haible2009-06-231-110/+29
* Fix unexpected iconv() handling after an invalid multibyte sequence.Bruno Haible2009-06-231-8/+10
* Avoid compilation error on MacOS X Server (Darwin 5.3) with Apple's cc.Bruno Haible2009-06-231-1/+1
* Modernize varargs handling.Bruno Haible2009-06-221-48/+16
* Don't confuse bool and int.Bruno Haible2009-06-221-2/+2
* Make "msgmerge --update" work better on CJK files even if iconv() is notBruno Haible2009-06-221-3/+27
* Split system.h into many small include files: binary-io.h exit.h liballoca.hBruno Haible2009-06-221-3/+3
* Renamed intl/libgettext.h to lib/gettext.h.Bruno Haible2009-06-221-1/+1
* Portability to AIX 3.Bruno Haible2009-06-211-2/+4
* Avoid warnings on some platforms.Bruno Haible2001-10-261-5/+6
* Use getc_unlocked instead of getc where possible, for speed.Bruno Haible2001-10-261-0/+5
* New include files xmalloc.h and strstr.h.Bruno Haible2001-09-271-0/+1
* Tweak, needed for handling of PO files in SHIFT_JIS encoding.Bruno Haible2001-09-261-2/+6
* Include specification .h file in implementation .c file.Bruno Haible2001-09-221-1/+3
* Correct use of <ctype.h> functions.Bruno Haible2001-08-141-4/+5
* Split off the PO file backend of xgettext.Bruno Haible2001-08-131-13/+44
* The PO file lexer now operates on multibyte characters.Bruno Haible2001-07-031-389/+883
* Use 'bool' where appropriate.Bruno Haible2001-07-021-22/+22
* Better support of PO files that contain multiple domains.Bruno Haible2001-06-111-3/+4
* 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