summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/x-c.c
Commit message (Expand)AuthorAgeFilesLines
* Implement disambiguation of overloaded functions.Bruno Haible2009-06-231-3/+3
* Add support for contexts in xgettext.Bruno Haible2009-06-231-71/+67
* Comments are now passed via remember_a_message directly.Bruno Haible2009-06-231-12/+8
* Revamp the hash table API.Bruno Haible2009-06-231-6/+7
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* Fix compilation error with picky compilers.Bruno Haible2009-06-231-2/+2
* Improved handling of multi-part strings when there is a newline betweenBruno Haible2009-06-231-7/+33
* Verify that the pushback buffer's size is sufficient.Bruno Haible2009-06-231-4/+24
* Reduce the size of the pushback buffers.Bruno Haible2009-06-231-14/+16
* Tweak an error message.Bruno Haible2009-06-231-1/+0
* Fix the extraction of tagged comments.Bruno Haible2009-06-231-1/+3
* Accept CR/LF line terminators.Bruno Haible2009-06-231-22/+55
* Support Objective C specific format strings.Bruno Haible2009-06-231-20/+112
* Improved ObjectiveC support.Bruno Haible2009-06-231-39/+114
* Renamed xmalloc.h to xalloc.h.Bruno Haible2009-06-231-1/+1
* Recognize format strings depending on their position.Bruno Haible2009-06-231-15/+173
* Remove extraneous optimization of extract_all.Bruno Haible2009-06-231-13/+1
* Whitespace changes.Bruno Haible2009-06-231-6/+6
* Move the error_with_progname variable from module 'progname' to a new moduleBruno Haible2009-06-231-1/+1
* Reorder definitions. Better separation of code sections.Bruno Haible2009-06-231-58/+65
* Avoid quadratic running time when extracting very long strings or veryBruno Haible2009-06-231-11/+11
* Move src/x-c.c to gettext-tools/src/x-c.c.Bruno Haible2009-06-231-0/+1487