summaryrefslogtreecommitdiffstats
path: root/src/xgettext.c
Commit message (Expand)AuthorAgeFilesLines
* Implement extract-all in Java mode.Bruno Haible2001-09-141-0/+1
* Fix msgstr-suffix handling.Bruno Haible2001-09-111-1/+1
* Add xgettext Java backend.Bruno Haible2001-09-071-3/+35
* Language dependent format string checking.Bruno Haible2001-08-271-49/+89
* CommentsBruno Haible2001-08-201-3/+3
* Correct use of <ctype.h> functions.Bruno Haible2001-08-141-1/+1
* Split off the PO file backend of xgettext.Bruno Haible2001-08-131-269/+19
* Split xgettext into a common frontend and a C specific backend.Bruno Haible2001-08-081-194/+136
* Unify three copies of read_name_from_file().Bruno Haible2001-08-071-61/+2
* Change bug report address.Bruno Haible2001-08-021-1/+1
* Treat ObjectiveC like C and C++.Bruno Haible2001-08-021-0/+2
* Don't treat strings with a trailing % sign as C format strings.Bruno Haible2001-07-111-1/+2
* The PO file lexer now operates on multibyte characters.Bruno Haible2001-07-031-2/+4
* Use 'bool' where appropriate.Bruno Haible2001-07-021-35/+35
* Recognize ".hh" extension.Bruno Haible2001-06-121-0/+1
* Better support of PO files that contain multiple domains.Bruno Haible2001-06-111-114/+98
* Fix Content-Transfer-Encoding.Bruno Haible2001-05-211-1/+1
* Remove "lt-" prefix from program name.Bruno Haible2001-05-151-1/+1
* Tweak the --help output again.Bruno Haible2001-05-091-10/+20
* Remove trailing whitespace from filename lists.Bruno Haible2001-05-071-1/+6
* Prefix most error messages with the program name.Bruno Haible2001-05-071-14/+6
* Record the obsoleteness status in the message_ty struct.Bruno Haible2001-05-071-4/+8
* Add a few consts.Bruno Haible2001-04-301-4/+4
* Restructure usage message. Tweak command line options.Bruno Haible2001-04-301-41/+72
* Improve C format string verification.Bruno Haible2001-03-271-1/+1
* Remove unused limit and option.Bruno Haible2001-03-271-14/+2
* The MIME encoding is always 8-bit.Bruno Haible2001-03-221-1/+1
* Recognize other usual C++ file extensions.Bruno Haible2001-03-191-1/+3
* Update copyright year.Bruno Haible2001-03-111-1/+1
* Support for Win32, OS/2, DOS pathnames, and other things needed for DJGPP.Bruno Haible2001-03-091-24/+9
* Fix the --width option to not split multibyte characters, and respect theBruno Haible2001-03-061-0/+1
* Rename intlh.inst.in to libgnuintl.h.Bruno Haible2001-01-221-2/+1
* Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.Bruno Haible2001-01-211-8/+2
* Plural form handling.Bruno Haible2001-01-121-19/+122
* General tweaks, code moves, and cleanups.Bruno Haible2001-01-091-6/+5
* Remove old declarations.Bruno Haible2001-01-051-2/+0
* Accept // comments in C.Bruno Haible2000-09-131-27/+4
* Support for user-specified argument numbers for keywords. From Paul Eggert.Bruno Haible2000-07-281-31/+54
* Initial revisionUlrich Drepper2000-06-161-0/+1390