| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarify the comment of Python brace format handling.python-brace-format | Daiki Ueno | 2013-03-01 | 1 | -9/+10 |
| | | |||||
| * | Tests for python-brace-format. | Daiki Ueno | 2013-02-28 | 4 | -2/+115 |
| | | |||||
| * | Document python-brace-format. | Daiki Ueno | 2013-02-28 | 2 | -0/+26 |
| | | |||||
| * | Support for Python braced format strings. | Daiki Ueno | 2013-02-28 | 13 | -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 time | Daiki Ueno | 2013-02-28 | 3 | -24/+11 |
| | | |||||
| * | Remove unnecessary step from Admin/release-steps. | Daiki Ueno | 2013-02-28 | 1 | -2/+0 |
| | | |||||
| * | Update after gnulib changed. | Daiki Ueno | 2013-02-25 | 2 | -4/+9 |
| | | |||||
| * | Determine Woe32 C symbol prefix at configure time. | Daiki Ueno | 2013-02-25 | 11 | -12/+81 |
| | | |||||
| * | Fix typo in msgfmt.texi. | Daiki Ueno | 2013-02-15 | 2 | -1/+5 |
| | | |||||
| * | Fix link in '@opindex' pointing to msgcat. | Miguel Angel Arruga Vivas | 2013-02-05 | 3 | -2/+9 |
| | | |||||
| * | Remove references to non-existing COPYING.LIB-2.*. | Daiki Ueno | 2013-02-05 | 2 | -3/+14 |
| | | |||||
| * | Fix link errors related to C99-style extern inline. | Daiki Ueno | 2013-01-17 | 8 | -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 OSX | Andreas Stricker | 2013-01-10 | 3 | -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 Ueno | 2013-01-07 | 2 | -3/+16 |
| | | |||||
| * | Don't use float-derived integer SHORT_MSG_MAX to define array. | Daiki Ueno | 2013-01-06 | 2 | -1/+11 |
| | | |||||
| * | Fix memory leak. | Daiki Ueno | 2013-01-03 | 2 | -5/+12 |
| | | |||||
| * | Update after gnulib changed. | Daiki Ueno | 2013-01-03 | 2 | -4/+9 |
| | | |||||
| * | Fix doc: correct ngettext arguments | Daiki Ueno | 2012-12-27 | 2 | -4/+9 |
| | | |||||
| * | Regenerate files for 0.18.2. | Daiki Ueno | 2012-12-25 | 78 | -11693/+14216 |
| | | |||||
| * | Update autopoint.in for 0.18.2. | Daiki Ueno | 2012-12-25 | 2 | -1/+5 |
| | | |||||
| * | Version 0.18.2.v0.18.2 | Daiki Ueno | 2012-12-25 | 27 | -0/+108 |
| | | |||||
| * | Prepare for 0.18.2. | Daiki Ueno | 2012-12-25 | 10 | -12/+32 |
| | | |||||
| * | woe32dll: Check __MINGW32__ as well as _WIN64 for defining IMP | Daiki Ueno | 2012-12-25 | 4 | -8/+16 |
| | | |||||
| * | Work around error_* symbol conflict with Cygwin 1.7 DLL. | Daiki Ueno | 2012-12-25 | 5 | -10/+68 |
| | | |||||
| * | localecharset: respect the thread-specific locale on Mac OS X | Daiki Ueno | 2012-12-24 | 2 | -2/+13 |
| | | |||||
| * | Fix W64 build errors. | Daiki Ueno | 2012-12-22 | 7 | -2/+41 |
| | | |||||
| * | Fix build error in hello-c++-kde due to autom4te cache. | Daiki Ueno | 2012-12-19 | 2 | -1/+6 |
| | | |||||
| * | test-lock: work around pthread-win32 and merge gnulib changes | Daiki Ueno | 2012-12-19 | 2 | -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 Ueno | 2012-12-17 | 6 | -3/+18 |
| | | |||||
| * | Add notice about included external libraries. | Daiki Ueno | 2012-12-12 | 5 | -0/+15 |
| | | |||||
| * | Fix typo in the copyright header. | Daiki Ueno | 2012-12-10 | 2 | -1/+5 |
| | | |||||
| * | Update the matrix. | Daiki Ueno | 2012-12-08 | 3 | -929/+862 |
| | | |||||
| * | Update from gnulib. | Daiki Ueno | 2012-12-08 | 15 | -173/+197 |
| | | |||||
| * | Updated translations. | Bruno Haible | 2012-12-08 | 53 | -4982/+6774 |
| | | |||||
| * | Update after gnulib changed. | Bruno Haible | 2012-12-08 | 1 | -0/+1 |
| | | |||||
| * | Ignore tests which fail with released libunistring. | Daiki Ueno | 2012-12-08 | 2 | -1/+13 |
| | | |||||
| * | Add NEWS entry for AC_PROG_MKDIR_P change. | Daiki Ueno | 2012-12-08 | 2 | -0/+8 |
| | | |||||
| * | m4: use AC_PROG_MKDIR_P, not the deprecated AM_PROG_MKDIR_P | Stefano Lattarini | 2012-12-07 | 3 | -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 Haible | 2012-07-15 | 2 | -3/+15 |
| | | |||||
| * | New Croatian translations. | Bruno Haible | 2012-07-08 | 4 | -0/+414 |
| | | |||||
| * | Write "Mac OS X" instead of "MacOS X". | Bruno Haible | 2012-06-22 | 7 | -41/+50 |
| | | |||||
| * | Spelling fixes. | Jim Meyering | 2012-06-03 | 19 | -26/+51 |
| | | |||||
| * | Rules.quot: Reenable use of build gettext tools in gettext package. | Bruno Haible | 2012-06-03 | 4 | -2/+14 |
| | | |||||
| * | Document msgfmt option --endianness. | Bruno Haible | 2012-05-03 | 4 | -0/+30 |
| | | |||||
| * | Allow use of autoconf-2.69 and automake-1.12. | Bruno Haible | 2012-04-29 | 2 | -1/+7 |
| | | |||||
| * | Avoid spurious test output with guile 2.0.x. | Bruno Haible | 2012-02-19 | 2 | -3/+10 |
| | | |||||
| * | Move intmax_t.m4 file into libasprintf subdirectory. | Bruno Haible | 2012-02-19 | 5 | -5/+15 |
| | | |||||
| * | Avoid test failure with fpc version 2.6.0. | Bruno Haible | 2012-02-19 | 2 | -4/+41 |
| | | |||||
| * | Make the lang-pascal test work on x86_64 platforms. | Bruno Haible | 2012-02-19 | 2 | -2/+9 |
| | | |||||
| * | Update after gnulib changed. | Bruno Haible | 2012-02-19 | 4 | -0/+146 |
| | | |||||
