summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/format-c.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Update copyright yearDaiki Ueno2016-01-021-1/+1
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+2
* format-c.c: Share code with libintlext.Bruno Haible2011-06-071-835/+2
* format-c.c: Prepare for sharing code with libintlext.Bruno Haible2011-06-071-16/+81
* format-c.c: Prepare for sharing code with libintlext.Bruno Haible2011-06-071-4/+8
* Untabify.Bruno Haible2009-12-121-765/+765
* Improve msgfmt error message about format directive mismatches in msgstr[i].Bruno Haible2009-06-231-6/+6
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
* Update the compile-command.Bruno Haible2009-06-231-1/+1
* Don't include getline.h.Bruno Haible2009-06-231-2/+1
* Add fdi argument to format_parse functions.Bruno Haible2009-06-231-11/+45
* New macros XMALLOC, XNMALLOC.Bruno Haible2009-06-231-4/+3
* Make it compile in C++ mode.Bruno Haible2009-06-231-7/+12
* Move the xasprintf function from the 'xerror' module to the 'xvasprintf'Bruno Haible2009-06-231-1/+1
* Improve the c-format guessing heuristic.Bruno Haible2009-06-231-1/+20
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* Change the calling convention of the formatstring_parser's 'check' method.Bruno Haible2009-06-231-20/+9
* Support for the 'I' flag that translators can use in messages markedBruno Haible2009-06-231-32/+51
* Support Objective C specific format strings.Bruno Haible2009-06-231-6/+43
* Renamed xmalloc.h to xalloc.h.Bruno Haible2009-06-231-1/+1
* Whitespace changes.Bruno Haible2009-06-231-1/+1
* Move the error_with_progname variable from module 'progname' to a new moduleBruno Haible2009-06-231-1/+1
* Better error message when an msgstr string is an invalid format string.Bruno Haible2009-06-231-24/+109
* Move src/format-c.c to gettext-tools/src/format-c.c.Bruno Haible2009-06-231-0/+955