summaryrefslogtreecommitdiff
path: root/gettext-tools/src/x-ycp.c
Commit message (Expand)AuthorAgeFilesLines
* xgettext: In language YCP, avoid stack overflow.Bruno Haible2023-03-091-1/+24
* Fix "warning: unannotated fall-through between switch labels".Bruno Haible2020-10-041-2/+3
* xgettext: Freshly initialize all static variables for each input file.Bruno Haible2020-04-061-1/+5
* xgettext: Signal a warning when the same msgid is used with and without plural.Bruno Haible2019-09-291-4/+39
* xgettext: Simplify calling convention of remember_a_message.Bruno Haible2018-11-051-4/+4
* xgettext: Share some more code among extractors.Bruno Haible2018-11-051-7/+2
* xgettext: Split source code into smaller files.Bruno Haible2018-11-051-2/+4
* all: Replace http URLs by https URLs in copyright notices.Bruno Haible2018-05-051-1/+1
* maint: Update copyright yearDaiki Ueno2016-01-021-1/+1
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+2
* Fix xgettext crash when extracting a message with plural that is excluded.Bruno Haible2011-07-301-5/+8
* Untabify.Bruno Haible2009-12-121-413/+413
* Extract comments meant for translators from Glade input files.Bruno Haible2009-06-231-2/+2
* 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
* Change boundary of extracted comments.Bruno Haible2009-06-231-5/+19
* exit.h is replaced with <stdlib.h>.Bruno Haible2009-06-231-2/+1
* Make the x-*.h files real specification headers.Bruno Haible2009-06-231-0/+3
* Support string concatenation in YCP string extractor.Bruno Haible2009-06-231-4/+57
* Use locale-independent character handling.Bruno Haible2009-06-231-1/+0
* Add support for contexts in xgettext.Bruno Haible2009-06-231-1/+1
* Comments are now passed via remember_a_message directly.Bruno Haible2009-06-231-6/+4
* Use savable_comment_* API everywhere.Bruno Haible2009-06-231-6/+10
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* Verify that the pushback buffer's size is sufficient.Bruno Haible2009-06-231-1/+7
* Reduce the size of the pushback buffers.Bruno Haible2009-06-231-0/+2
* Fix the extraction of tagged comments.Bruno Haible2009-06-231-9/+17
* Renamed xmalloc.h to xalloc.h.Bruno Haible2009-06-231-1/+1
* Recognize format strings depending on their position.Bruno Haible2009-06-231-31/+114
* Reorder definitions. Better separation of code sections.Bruno Haible2009-06-231-19/+28
* Avoid quadratic running time when extracting very long strings or veryBruno Haible2009-06-231-10/+10
* Move src/x-ycp.c to gettext-tools/src/x-ycp.c.Bruno Haible2009-06-231-0/+609