summaryrefslogtreecommitdiff
path: root/gettext-tools/src/x-python.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+2
* python: Fix invalid memory access when concatenating strings with +Daiki Ueno2014-09-241-2/+1
* xgettext: Fix memleaks around wrong usage of mixed_string_buffer_doneDaiki Ueno2014-05-021-1/+1
* xgettext: Add more comments to mixed_string_buffer usageDaiki Ueno2014-05-021-0/+1
* xgettext: Factor out commonly used mixed_string_bufferDaiki Ueno2014-05-021-205/+15
* Fix string concatenation with '+' in Python.Daiki Ueno2013-06-271-1/+1
* Enable python-brace-format detection by default.Daiki Ueno2013-06-171-0/+12
* Support CR/LF line terminators in Python sources even on Unix.Daiki Ueno2013-04-221-11/+41
* Support explicit string concatenation with '+' in Python.Daiki Ueno2013-04-221-14/+62
* Use u8_mbtoucr instead of u8_mbtouc in some places.Bruno Haible2011-06-071-2/+2
* Port to uClibc.Bruno Haible2011-06-071-2/+3
* Untabify.Bruno Haible2009-12-121-950/+950
* Update comments regarding PEP 0263.Bruno Haible2009-11-181-1/+3
* Use type 'ucs4_t' more often. Avoids gcc warnings on Cygwin.Bruno Haible2009-08-101-4/+4
* Extract comments meant for translators from Glade input files.Bruno Haible2009-06-231-2/+2
* Avoid gcc -Wredundant-decls warnings.Bruno Haible2009-06-231-1/+0
* Improve interpretation of the [ ] operators.Bruno Haible2009-06-231-18/+57
* Handle lone high surrogates gracefully.Bruno Haible2009-06-231-0/+5
* Improve error message.Bruno Haible2009-06-231-10/+21
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
* Fix handling of octal and hexadecimal escapes inside u"..." strings.Bruno Haible2009-06-231-3/+11
* Avoid link error.Bruno Haible2009-06-231-1/+1
* Update after gnulib change: Use "unistr.h".Bruno Haible2009-06-231-3/+1
* exit.h is replaced with <stdlib.h>.Bruno Haible2009-06-231-2/+1
* New macros XMALLOC, XNMALLOC.Bruno Haible2009-06-231-1/+1
* Make the x-*.h files real specification headers.Bruno Haible2009-06-231-0/+3
* Rename strstr to c_strstr.Bruno Haible2009-06-231-2/+2
* 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