summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/xgettext.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid warnings on 64-bit systems.Bruno Haible2009-06-231-3/+3
* Fix three gcc warnings.Bruno Haible2009-06-231-4/+5
* Code simplification: use xasprintf.Bruno Haible2009-06-231-15/+3
* Move the xasprintf function from the 'xerror' module to the 'xvasprintf'Bruno Haible2009-06-231-0/+1
* Internationalization of author names.Bruno Haible2009-06-231-1/+2
* Treat --keyword= like --keyword.Bruno Haible2009-06-231-22/+22
* Support for extracted-comments per keyword.Bruno Haible2009-06-231-16/+91
* Make 64-bit clean.Bruno Haible2009-06-231-17/+19
* Support extraction of contexts in GNOME glib syntax.Bruno Haible2009-06-231-1/+94
* Break long line.Bruno Haible2009-06-231-1/+3
* Add support for Boost format strings.Bruno Haible2009-06-231-4/+54
* Fix bug that confused qt-format with c-format.Bruno Haible2009-06-231-1/+1
* Improve the c-format guessing heuristic.Bruno Haible2009-06-231-2/+6
* Update year in --version output.Bruno Haible2009-06-231-2/+2
* Tell Python developers to use named arguments in format strings.Bruno Haible2009-06-231-0/+35
* Implement disambiguation of overloaded functions.Bruno Haible2009-06-231-7/+31
* Add support for contexts in xgettext.Bruno Haible2009-06-231-47/+453
* Comments are now passed via remember_a_message directly.Bruno Haible2009-06-231-3/+16
* xgettext_comment_* API is not public any more.Bruno Haible2009-06-231-3/+6
* Revamp the hash table API.Bruno Haible2009-06-231-4/+4
* Support for context dependent translations in PO files.Bruno Haible2009-06-231-7/+12
* Use an internationalized bison parser.Bruno Haible2009-06-231-0/+1
* New, higher-level error and warning message output primitives.Bruno Haible2009-06-231-0/+1
* Fix compilation error on systems without iconv().Bruno Haible2009-06-231-8/+8
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* Improved error message when a PO file is not valid in the specified encoding.Bruno Haible2009-06-231-2/+10
* Use c_strcasecmp instead of strcasecmp; needed for Turkish locale.Bruno Haible2009-06-231-2/+2
* Support for Scheme.Bruno Haible2009-06-231-7/+19
* The xgettext -j option may need to do charset conversion.Bruno Haible2009-06-231-0/+2
* Year 2005.Bruno Haible2009-06-231-2/+2
* Support for the 'I' flag that translators can use in messages markedBruno Haible2009-06-231-3/+4
* Year 2004.Bruno Haible2009-06-231-2/+2
* Improved handling of multi-part strings when there is a newline betweenBruno Haible2009-06-231-0/+52
* Support for C#.Bruno Haible2009-06-231-6/+18
* Use allocsa and xallocsa, for safer stack allocation.Bruno Haible2009-06-231-1/+7
* Make it compile in C++ mode.Bruno Haible2009-06-231-2/+2
* Handle comments before duplicated msgids in a better way.Bruno Haible2009-06-231-50/+81
* Support for Qt message catalog format and Qt format strings.Bruno Haible2009-06-231-2/+29
* Make it compile in C++ mode as well.Bruno Haible2009-06-231-2/+2
* Support Objective C specific format strings.Bruno Haible2009-06-231-164/+212
* Support for GNUstep .strings format.Bruno Haible2009-06-231-5/+17
* Portability to Solaris cc.Bruno Haible2009-06-231-7/+9
* File extension ".in" is a meta-extension.Bruno Haible2009-06-231-8/+19
* Renamed xmalloc.h to xalloc.h.Bruno Haible2009-06-231-1/+1
* Remove --keyword-substring option.Bruno Haible2009-06-231-8/+0
* Recognize format strings depending on their position.Bruno Haible2009-06-231-23/+562
* Whitespace changes.Bruno Haible2009-06-231-3/+3
* Fix comment: sh backend exists.Bruno Haible2009-06-231-1/+1
* Improve error behaviour.Bruno Haible2009-06-231-3/+5
* Check for write error on stdout when the program exits.Bruno Haible2009-06-231-0/+4