summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Clarify the comment of Python brace format handling.python-brace-formatDaiki Ueno2013-03-011-9/+10
|
* Tests for python-brace-format.Daiki Ueno2013-02-284-2/+115
|
* Document python-brace-format.Daiki Ueno2013-02-282-0/+26
|
* Support for Python braced format strings.Daiki Ueno2013-02-2813-14/+567
| | | | | | | | | | | | | | | | While this looks similar to Perl's format strings, it is only valid when the string is the target of 'format' method, like this: _("foo {bar} baz").format(bar="bar") Since the current xgettext Python parser scans tokens from left to right, we transform the sequence into: .format(_("foo {bar} baz")).format(bar="bar") and then scan the sequence again, so the flag context introduced by 'format' have an effect on the inner context.
* gettextize: substitute PATH_SEPARATOR at configure timeDaiki Ueno2013-02-283-24/+11
|
* Remove unnecessary step from Admin/release-steps.Daiki Ueno2013-02-281-2/+0
|
* Update after gnulib changed.Daiki Ueno2013-02-252-4/+9
|
* Determine Woe32 C symbol prefix at configure time.Daiki Ueno2013-02-2511-12/+81
|
* Fix typo in msgfmt.texi.Daiki Ueno2013-02-152-1/+5
|
* Fix link in '@opindex' pointing to msgcat.Miguel Angel Arruga Vivas2013-02-053-2/+9
|
* Remove references to non-existing COPYING.LIB-2.*.Daiki Ueno2013-02-052-3/+14
|
* Fix link errors related to C99-style extern inline.Daiki Ueno2013-01-178-117/+35
| | | | | | After recent C99-style extern inline changes in gnulib, functions defined in xsize.h are now declared as "extern inline". That means the libraries using those functions need to be linked to xsize.o.
* Fix undef error count symbol error on OSXAndreas Stricker2013-01-103-0/+7
| | | | | Without including error.h the symbol error_message_count is used instead of rpl_error_message_count during linking in gettext-tools.
* Make autopoint AM_GNU_GETTEXT_VERSION handling more robust.Daiki Ueno2013-01-072-3/+16
|
* Don't use float-derived integer SHORT_MSG_MAX to define array.Daiki Ueno2013-01-062-1/+11
|
* Fix memory leak.Daiki Ueno2013-01-032-5/+12
|
* Update after gnulib changed.Daiki Ueno2013-01-032-4/+9
|
* Fix doc: correct ngettext argumentsDaiki Ueno2012-12-272-4/+9
|
* Regenerate files for 0.18.2.Daiki Ueno2012-12-2578-11693/+14216
|
* Update autopoint.in for 0.18.2.Daiki Ueno2012-12-252-1/+5
|
* Version 0.18.2.v0.18.2Daiki Ueno2012-12-2527-0/+108
|
* Prepare for 0.18.2.Daiki Ueno2012-12-2510-12/+32
|
* woe32dll: Check __MINGW32__ as well as _WIN64 for defining IMPDaiki Ueno2012-12-254-8/+16
|
* Work around error_* symbol conflict with Cygwin 1.7 DLL.Daiki Ueno2012-12-255-10/+68
|
* localecharset: respect the thread-specific locale on Mac OS XDaiki Ueno2012-12-242-2/+13
|
* Fix W64 build errors.Daiki Ueno2012-12-227-2/+41
|
* Fix build error in hello-c++-kde due to autom4te cache.Daiki Ueno2012-12-192-1/+6
|
* test-lock: work around pthread-win32 and merge gnulib changesDaiki Ueno2012-12-192-63/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test-lock: work around pthread-win32 * test-lock.c (gl_thread_self_pointer): Renamed from gl_thread_self; all callers changed. Work around pthread-win32. (gl_thread_join): Add extra RETVALP argument; all callers changed. test-lock: merge gnulib changes 2011-06-09 Bruno Haible <bruno@clisp.org> * test-lock.c: Use gl_thread_self_pointer instead of gl_thread_self. 2010-03-25 Bruno Haible <bruno@clisp.org> Minor formatting changes. * test-lock.c: Insert space before function argument list. Reported by Jim Meyering. 2008-12-07 Bruno Haible <bruno@clisp.org> * test-lock.c (test_lock, test_rwlock, test_recursive_lock) (test_once): Mark functions as static. 2008-09-30 Yoann Vandoorselaere <yoann.v@prelude-ids.com> Bruno Haible <bruno@clisp.org> * test-lock.c (test_lock, test_rwlock, test_recursive_lock) (test_once): Pass an additional NULL argument to gl_thread_join. 2008-09-21 Bruno Haible <bruno@clisp.org> * test-lock.c (main): Tweak skip message. 2008-08-22 Eric Blake <ebb9@byu.net> test-lock: mention why a test is skipped * test-lock.c (main) [!USE_*_THREADS]: Print why test is skipped. 2007-05-28 Eric Blake <ebb9@byu.net> Unconditionally include <config.h> in unit tests. test-lock.c: Remove #ifdef HAVE_CONFIG_H.
* Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER.Daiki Ueno2012-12-176-3/+18
|
* Add notice about included external libraries.Daiki Ueno2012-12-125-0/+15
|
* Fix typo in the copyright header.Daiki Ueno2012-12-102-1/+5
|
* Update the matrix.Daiki Ueno2012-12-083-929/+862
|
* Update from gnulib.Daiki Ueno2012-12-0815-173/+197
|
* Updated translations.Bruno Haible2012-12-0853-4982/+6774
|
* Update after gnulib changed.Bruno Haible2012-12-081-0/+1
|
* Ignore tests which fail with released libunistring.Daiki Ueno2012-12-082-1/+13
|
* Add NEWS entry for AC_PROG_MKDIR_P change.Daiki Ueno2012-12-082-0/+8
|
* m4: use AC_PROG_MKDIR_P, not the deprecated AM_PROG_MKDIR_PStefano Lattarini2012-12-073-5/+14
| | | | | | | AM_PROG_MKDIR_P is be deprecated since Automake 1.12.1, and will be removed in Automake 1.14. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
* Do not assume '#define ... defined ...' behavior.Bruno Haible2012-07-152-3/+15
|
* New Croatian translations.Bruno Haible2012-07-084-0/+414
|
* Write "Mac OS X" instead of "MacOS X".Bruno Haible2012-06-227-41/+50
|
* Spelling fixes.Jim Meyering2012-06-0319-26/+51
|
* Rules.quot: Reenable use of build gettext tools in gettext package.Bruno Haible2012-06-034-2/+14
|
* Document msgfmt option --endianness.Bruno Haible2012-05-034-0/+30
|
* Allow use of autoconf-2.69 and automake-1.12.Bruno Haible2012-04-292-1/+7
|
* Avoid spurious test output with guile 2.0.x.Bruno Haible2012-02-192-3/+10
|
* Move intmax_t.m4 file into libasprintf subdirectory.Bruno Haible2012-02-195-5/+15
|
* Avoid test failure with fpc version 2.6.0.Bruno Haible2012-02-192-4/+41
|
* Make the lang-pascal test work on x86_64 platforms.Bruno Haible2012-02-192-2/+9
|
* Update after gnulib changed.Bruno Haible2012-02-194-0/+146
|