summaryrefslogtreecommitdiffstats
path: root/src/xgettext.c
Commit message (Expand)AuthorAgeFilesLines
* Add an optional hash table to each message list.Bruno Haible2009-06-211-2/+2
* Make the --add/no-location option independent from --omit-header.Bruno Haible2009-06-211-3/+0
* Make the --add/no-location option independent from --omit-header.Bruno Haible2009-06-211-6/+1
* Fix the usage message.Bruno Haible2001-10-261-1/+1
* Extract the time formatting code into a separate file po-time.c, to be used byBruno Haible2001-10-251-46/+6
* Fix comment handling.Bruno Haible2001-10-241-3/+8
* Simplify the xgettext backend interface.Bruno Haible2001-10-231-126/+48
* Don't throw the header entry away if --omit-header has been given.Bruno Haible2001-10-221-1/+1
* Add support for FPC's RST files.Bruno Haible2001-10-201-0/+23
* Add YCP support.Bruno Haible2001-10-201-2/+24
* New include file "basename.h".Bruno Haible2001-09-281-0/+1
* New include files xmalloc.h and strstr.h.Bruno Haible2001-09-271-11/+5
* Add function prototypes.Bruno Haible2001-09-241-0/+2
* Add warning about empty msgid.Bruno Haible2001-09-231-2/+15
* Reorganize the option checking.Bruno Haible2001-09-231-18/+19
* 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