summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/x-python.c
Commit message (Expand)AuthorAgeFilesLines
* Move the xasprintf function from the 'xerror' module to the 'xvasprintf'Bruno Haible2009-06-231-0/+1
* Document the default keywords.Bruno Haible2009-06-231-1/+3
* Implement disambiguation of overloaded functions.Bruno Haible2009-06-231-3/+3
* Add support for contexts in xgettext.Bruno Haible2009-06-231-76/+32
* Comments are now passed via remember_a_message directly.Bruno Haible2009-06-231-7/+5
* Revamp the hash table API.Bruno Haible2009-06-231-5/+5
* Support for Python source encodings (PEP 0263).Bruno Haible2009-06-231-183/+827
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* Improved handling of multi-part strings when there is a newline betweenBruno Haible2009-06-231-6/+16
* Verify that the pushback buffer's size is sufficient.Bruno Haible2009-06-231-1/+10
* Reduce the size of the pushback buffers.Bruno Haible2009-06-231-5/+7
* Renamed xmalloc.h to xalloc.h.Bruno Haible2009-06-231-1/+1
* Recognize format strings depending on their position.Bruno Haible2009-06-231-10/+57
* Remove extraneous optimization of extract_all.Bruno Haible2009-06-231-28/+17
* Forgot to initialize some global variables.Bruno Haible2009-06-231-0/+6
* Remove unused #includes.Bruno Haible2009-06-231-2/+0
* Whitespace changes.Bruno Haible2009-06-231-2/+2
* 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-26/+30
* Avoid quadratic running time when extracting very long strings or veryBruno Haible2009-06-231-5/+5
* Support for VMS.Bruno Haible2009-06-231-1/+1
* Support for plural forms in xgettext --language=Python.Bruno Haible2009-06-231-1/+5
* Move src/x-python.c to gettext-tools/src/x-python.c.Bruno Haible2009-06-231-0/+1145