index
:
delta/gettext.git
0.10.xx
0.11.2
0.11.5
0.14.x
0.16.x
0.18.2
0.18.3
0.20.x
0.21.x
baserock/bootstrap
baserock/build-essential
baserock/morph
maint
master
python-brace-format
wip/ueno/cldr-plural
wip/ueno/its
wip/ueno/its2
wip/ueno/xgettext-suboptions
git.savannah.gnu.org: git/gettext.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gettext-tools
/
src
/
x-python.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Update copyright year
Daiki Ueno
2015-06-05
1
-1
/
+2
*
python: Fix invalid memory access when concatenating strings with +
Daiki Ueno
2014-09-24
1
-2
/
+1
*
xgettext: Fix memleaks around wrong usage of mixed_string_buffer_done
Daiki Ueno
2014-05-02
1
-1
/
+1
*
xgettext: Add more comments to mixed_string_buffer usage
Daiki Ueno
2014-05-02
1
-0
/
+1
*
xgettext: Factor out commonly used mixed_string_buffer
Daiki Ueno
2014-05-02
1
-205
/
+15
*
Fix string concatenation with '+' in Python.
Daiki Ueno
2013-06-27
1
-1
/
+1
*
Enable python-brace-format detection by default.
Daiki Ueno
2013-06-17
1
-0
/
+12
*
Support CR/LF line terminators in Python sources even on Unix.
Daiki Ueno
2013-04-22
1
-11
/
+41
*
Support explicit string concatenation with '+' in Python.
Daiki Ueno
2013-04-22
1
-14
/
+62
*
Use u8_mbtoucr instead of u8_mbtouc in some places.
Bruno Haible
2011-06-07
1
-2
/
+2
*
Port to uClibc.
Bruno Haible
2011-06-07
1
-2
/
+3
*
Untabify.
Bruno Haible
2009-12-12
1
-950
/
+950
*
Update comments regarding PEP 0263.
Bruno Haible
2009-11-18
1
-1
/
+3
*
Use type 'ucs4_t' more often. Avoids gcc warnings on Cygwin.
Bruno Haible
2009-08-10
1
-4
/
+4
*
Extract comments meant for translators from Glade input files.
Bruno Haible
2009-06-23
1
-2
/
+2
*
Avoid gcc -Wredundant-decls warnings.
Bruno Haible
2009-06-23
1
-1
/
+0
*
Improve interpretation of the [ ] operators.
Bruno Haible
2009-06-23
1
-18
/
+57
*
Handle lone high surrogates gracefully.
Bruno Haible
2009-06-23
1
-0
/
+5
*
Improve error message.
Bruno Haible
2009-06-23
1
-10
/
+21
*
Switch the license of the programs from GPLv2 to GPLv3.
Bruno Haible
2009-06-23
1
-5
/
+4
*
Fix handling of octal and hexadecimal escapes inside u"..." strings.
Bruno Haible
2009-06-23
1
-3
/
+11
*
Avoid link error.
Bruno Haible
2009-06-23
1
-1
/
+1
*
Update after gnulib change: Use "unistr.h".
Bruno Haible
2009-06-23
1
-3
/
+1
*
exit.h is replaced with <stdlib.h>.
Bruno Haible
2009-06-23
1
-2
/
+1
*
New macros XMALLOC, XNMALLOC.
Bruno Haible
2009-06-23
1
-1
/
+1
*
Make the x-*.h files real specification headers.
Bruno Haible
2009-06-23
1
-0
/
+3
*
Rename strstr to c_strstr.
Bruno Haible
2009-06-23
1
-2
/
+2
*
Move the xasprintf function from the 'xerror' module to the 'xvasprintf'
Bruno Haible
2009-06-23
1
-0
/
+1
*
Document the default keywords.
Bruno Haible
2009-06-23
1
-1
/
+3
*
Implement disambiguation of overloaded functions.
Bruno Haible
2009-06-23
1
-3
/
+3
*
Add support for contexts in xgettext.
Bruno Haible
2009-06-23
1
-76
/
+32
*
Comments are now passed via remember_a_message directly.
Bruno Haible
2009-06-23
1
-7
/
+5
*
Revamp the hash table API.
Bruno Haible
2009-06-23
1
-5
/
+5
*
Support for Python source encodings (PEP 0263).
Bruno Haible
2009-06-23
1
-183
/
+827
*
Update FSF postal address.
Bruno Haible
2009-06-23
1
-1
/
+1
*
Improved handling of multi-part strings when there is a newline between
Bruno Haible
2009-06-23
1
-6
/
+16
*
Verify that the pushback buffer's size is sufficient.
Bruno Haible
2009-06-23
1
-1
/
+10
*
Reduce the size of the pushback buffers.
Bruno Haible
2009-06-23
1
-5
/
+7
*
Renamed xmalloc.h to xalloc.h.
Bruno Haible
2009-06-23
1
-1
/
+1
*
Recognize format strings depending on their position.
Bruno Haible
2009-06-23
1
-10
/
+57
*
Remove extraneous optimization of extract_all.
Bruno Haible
2009-06-23
1
-28
/
+17
*
Forgot to initialize some global variables.
Bruno Haible
2009-06-23
1
-0
/
+6
*
Remove unused #includes.
Bruno Haible
2009-06-23
1
-2
/
+0
*
Whitespace changes.
Bruno Haible
2009-06-23
1
-2
/
+2
*
Move the error_with_progname variable from module 'progname' to a new module
Bruno Haible
2009-06-23
1
-1
/
+1
*
Reorder definitions. Better separation of code sections.
Bruno Haible
2009-06-23
1
-26
/
+30
*
Avoid quadratic running time when extracting very long strings or very
Bruno Haible
2009-06-23
1
-5
/
+5
*
Support for VMS.
Bruno Haible
2009-06-23
1
-1
/
+1
*
Support for plural forms in xgettext --language=Python.
Bruno Haible
2009-06-23
1
-1
/
+5
*
Move src/x-python.c to gettext-tools/src/x-python.c.
Bruno Haible
2009-06-23
1
-0
/
+1145