summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/x-sh.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Update copyright yearDaiki Ueno2016-01-021-1/+1
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+1
* sh: Fix handling of Bash ANSI-C quotingDaiki Ueno2014-12-181-19/+20
* sh: Fix typoDaiki Ueno2014-12-171-6/+6
* Untabify.Bruno Haible2009-12-121-602/+602
* Extract comments meant for translators from Glade input files.Bruno Haible2009-06-231-3/+3
* 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
* exit.h is replaced with <stdlib.h>.Bruno Haible2009-06-231-2/+1
* New macros XMALLOC, XNMALLOC.Bruno Haible2009-06-231-4/+4
* Make the x-*.h files real specification headers.Bruno Haible2009-06-231-0/+3
* Recognize also <(...) and >(...) syntax.Bruno Haible2009-06-231-11/+38
* Recognize $(...) syntax also inside double-quotes.Bruno Haible2009-06-231-136/+177
* Document the default keywords.Bruno Haible2009-06-231-1/+3
* Implement disambiguation of overloaded functions.Bruno Haible2009-06-231-2/+2
* Add support for contexts in xgettext.Bruno Haible2009-06-231-57/+29
* Comments are now passed via remember_a_message directly.Bruno Haible2009-06-231-12/+6
* Use savable_comment_* API everywhere.Bruno Haible2009-06-231-2/+10
* Revamp the hash table API.Bruno Haible2009-06-231-6/+6
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* Fix interpretation of backslashes in $"..." strings.Bruno Haible2009-06-231-8/+30
* Verify that the pushback buffer's size is sufficient.Bruno Haible2009-06-231-0/+7
* Reduce the size of the pushback buffers.Bruno Haible2009-06-231-9/+5
* Fix bug in handling of backslashed double-quotes inside single-quoted strings.Bruno Haible2009-06-231-1/+1
* Fix the extraction of tagged comments.Bruno Haible2009-06-231-1/+3
* Avoid warnings about format string arguments.Bruno Haible2009-06-231-2/+2
* Renamed xmalloc.h to xalloc.h.Bruno Haible2009-06-231-1/+1
* Recognize format strings depending on their position.Bruno Haible2009-06-231-14/+56
* Remove extraneous optimization of extract_all.Bruno Haible2009-06-231-59/+57
* Warn about $"...".Bruno Haible2009-06-231-0/+6
* sh/bash script parser.Bruno Haible2009-06-231-0/+1242