index
:
external_gettext.git
replicant-6.0
gettext for Android
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gettext-tools
/
src
/
x-perl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Update copyright year
Daiki Ueno
2016-01-02
1
-1
/
+1
*
maint: Update copyright year
Daiki Ueno
2015-06-05
1
-1
/
+1
*
Fix misuse of a logical operator.
Daiki Ueno
2013-11-11
1
-1
/
+1
*
Improve how xgettext handles Perl syntax ambiguities.
Guido Flohr
2010-04-01
1
-64
/
+208
*
Clarify code.
Guido Flohr
2010-04-01
1
-2
/
+2
*
Rename a variable.
Guido Flohr
2010-04-01
1
-9
/
+9
*
Remove trailing whitespace.
Bruno Haible
2010-03-28
1
-2
/
+2
*
Untabify.
Bruno Haible
2009-12-12
1
-2002
/
+2002
*
Fix a bug in the Perl extractor.
Bruno Haible
2009-11-28
1
-1
/
+4
*
Support the new perl operator '//'.
Bruno Haible
2009-06-23
1
-3
/
+13
*
Extract comments meant for translators from Glade input files.
Bruno Haible
2009-06-23
1
-4
/
+4
*
Avoid gcc -Wredundant-decls warnings.
Bruno Haible
2009-06-23
1
-1
/
+0
*
Improve error message.
Bruno Haible
2009-06-23
1
-4
/
+6
*
Switch the license of the programs from GPLv2 to GPLv3.
Bruno Haible
2009-06-23
1
-5
/
+4
*
Don't include getline.h.
Bruno Haible
2009-06-23
1
-1
/
+0
*
Change boundary of extracted comments.
Bruno Haible
2009-06-23
1
-3
/
+19
*
Update after gnulib change: Use "unistr.h".
Bruno Haible
2009-06-23
1
-1
/
+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
-4
/
+4
*
Make it compile in C++ mode.
Bruno Haible
2009-06-23
1
-1
/
+1
*
Make the x-*.h files real specification headers.
Bruno Haible
2009-06-23
1
-0
/
+3
*
Remove unused code.
Bruno Haible
2009-06-23
1
-34
/
+13
*
Remove unused code.
Bruno Haible
2009-06-23
1
-9
/
+0
*
Fix Perl parsing bug introduced between 0.14.6 and 0.15.
Bruno Haible
2009-06-23
1
-60
/
+222
*
Remove an unused variable.
Bruno Haible
2009-06-23
1
-6
/
+3
*
Comments.
Bruno Haible
2009-06-23
1
-2
/
+51
*
Fix invalid ANSI C syntax.
Bruno Haible
2009-06-23
1
-48
/
+50
*
Document the default keywords.
Bruno Haible
2009-06-23
1
-0
/
+2
*
Support for extracted-comments per keyword.
Bruno Haible
2009-06-23
1
-0
/
+1
*
Support extraction of contexts in GNOME glib syntax.
Bruno Haible
2009-06-23
1
-1
/
+3
*
Implement disambiguation of overloaded functions.
Bruno Haible
2009-06-23
1
-10
/
+11
*
Add support for contexts in xgettext.
Bruno Haible
2009-06-23
1
-78
/
+92
*
Comments are now passed via remember_a_message directly.
Bruno Haible
2009-06-23
1
-15
/
+10
*
Use savable_comment_* API everywhere.
Bruno Haible
2009-06-23
1
-4
/
+12
*
Revamp the hash table API.
Bruno Haible
2009-06-23
1
-10
/
+12
*
Update FSF postal address.
Bruno Haible
2009-06-23
1
-1
/
+1
*
Fix a small Perl parsing bug.
Bruno Haible
2009-06-23
1
-1
/
+8
*
Reduce the size of the pushback buffers.
Bruno Haible
2009-06-23
1
-1
/
+3
*
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
-61
/
+260
*
Remove extraneous optimization of extract_all.
Bruno Haible
2009-06-23
1
-81
/
+42
*
Forgot to initialize some global variables.
Bruno Haible
2009-06-23
1
-0
/
+2
*
Typo in comment.
Bruno Haible
2009-06-23
1
-1
/
+1
*
Recognize the sub keyword and don't interpret dollars in the following
Bruno Haible
2009-06-23
1
-18
/
+76
*
Improve error behaviour.
Bruno Haible
2009-06-23
1
-3
/
+1
*
Fixes from Guido Flohr.
Bruno Haible
2009-06-23
1
-16
/
+60
*
Fix confusion about last_token.
Bruno Haible
2009-06-23
1
-5
/
+3
*
Avoid a warning about undeclared gnu_getline.
Bruno Haible
2009-06-23
1
-0
/
+1
*
Move the error_with_progname variable from module 'progname' to a new module
Bruno Haible
2009-06-23
1
-1
/
+1
*
Fix \x handling in strings.
Bruno Haible
2009-06-23
1
-1
/
+1
[next]