summaryrefslogtreecommitdiff
path: root/gettext-tools/src/x-c.c
Commit message (Expand)AuthorAgeFilesLines
* xgettext: In language C, report out-of-range hexadecimal escapes.Bruno Haible2023-03-141-40/+67
* xgettext: In language C, avoid stack overflow.Bruno Haible2023-03-061-1/+18
* xgettext: Add support for gettext-like functions with wide string argument.Bruno Haible2020-11-141-22/+21
* Fix "warning: unannotated fall-through between switch labels".Bruno Haible2020-10-041-9/+10
* Avoid a module name and include file name collision with gnulib.Bruno Haible2020-07-041-1/+1
* xgettext: Freshly initialize all static variables for each input file.Bruno Haible2020-04-061-2/+9
* xgettext: Signal a warning when the same msgid is used with and without plural.Bruno Haible2019-09-291-3/+4
* xgettext: C: Treat invalid escape sequences like GCC does.Bruno Haible2018-11-051-5/+2
* xgettext: Simplify calling convention of arglist_parser_remember.Bruno Haible2018-11-051-9/+5
* xgettext: Delay calls to from_current_source_encoding, part 2.Bruno Haible2018-11-051-12/+7
* xgettext: Simplify calling convention of remember_a_message.Bruno Haible2018-11-051-9/+11
* xgettext: Delay calls to from_current_source_encoding, part 1.Bruno Haible2018-11-051-28/+38
* xgettext: Optimize away a memory allocation.Bruno Haible2018-11-051-19/+15
* xgettext: Share some more code among extractors.Bruno Haible2018-11-051-7/+1
* xgettext: Split source code into smaller files.Bruno Haible2018-11-051-0/+7
* xgettext: Fix crash when parsing invalid \Uxxxxxxxx escape sequence.Bruno Haible2018-11-051-2/+2
* xgettext: Add support for C++11 raw string literals.Bruno Haible2018-11-051-0/+168
* xgettext: Add support for C11 string literals.Bruno Haible2018-11-051-4/+18
* xgettext: Fix result for concatenation of strings with escape sequences.Bruno Haible2018-11-051-421/+237
* all: Replace http URLs by https URLs in copyright notices.Bruno Haible2018-05-051-1/+1
* xgettext: Support '_' in number tokens in C++.Bruno Haible2018-01-271-0/+11
* xgettext: Support 'p'/'P' exponent markers in number tokens also in C.Bruno Haible2018-01-071-3/+2
* Add support for new C++ preprocessing number tokens.Bruno Haible2018-01-061-3/+48
* maint: Update copyright yearDaiki Ueno2016-01-021-1/+1
* xgettext: Fix the last change to literalstringDaiki Ueno2015-06-251-11/+15
* xgettext: Make literal parser robust against NULDaiki Ueno2015-06-251-13/+18
* xgettext: avoid out-of-bounds read in literalsDaiki Ueno2015-06-241-0/+2
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+2
* kde: Enable ki18n keywords by defaultЧаслав Илић (Chusslove Illich)2015-05-111-0/+96
* build: Suppress dead assignment warningDaiki Ueno2015-03-121-4/+1
* c++: Fix commit 4dfe1c46Daiki Ueno2015-01-131-13/+4
* c++: Make C++11 raw string recognition stricterDaiki Ueno2015-01-131-21/+56
* c++: Differentiate scanning logic from CDaiki Ueno2015-01-131-17/+61
* c: Minor cleanup of the previous commitDaiki Ueno2014-12-021-2/+3
* c: Support C++11 string literalsDaiki Ueno2014-12-021-12/+90
* c: Fix octal character escape handlingDaiki Ueno2014-09-301-1/+2
* c: Fix empty string literal handlingDaiki Ueno2014-07-111-0/+5
* xgettext: Fix misrecognition of character literals in C and ValaDaiki Ueno2014-06-071-1/+3
* c: Interpret string literals lazilyDaiki Ueno2014-05-091-241/+275
* c: Support C99-style Unicode character escapesDaiki Ueno2014-05-031-42/+122
* Fix misuse of a logical operator.Daiki Ueno2013-11-111-1/+1
* Modernize quoting.Bruno Haible2012-02-181-8/+8
* Untabify.Bruno Haible2009-12-121-605/+605
* Extract comments meant for translators from Glade input files.Bruno Haible2009-06-231-1/+1
* GFC-internal format strings.Bruno Haible2009-06-231-1/+31
* Avoid gcc -Wredundant-decls warnings.Bruno Haible2009-06-231-2/+1
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
* Support for KDE format strings.Bruno Haible2009-06-231-0/+40
* Fix small memory leak.Bruno Haible2009-06-231-1/+1
* exit.h is replaced with <stdlib.h>.Bruno Haible2009-06-231-2/+1