]>
git.ipfire.org Git - thirdparty/gettext.git/log
Daiki Ueno [Mon, 22 Apr 2013 11:01:12 +0000 (20:01 +0900)]
Support Python brace format.
Stefan Beller [Mon, 22 Apr 2013 19:04:05 +0000 (21:04 +0200)]
Add the .mailmap file
The .mailmap feature is used to coalesce together commits by the same
person in the shortlog, where their name and/or email address was
spelled differently.
For further reference see the man page of git shortlog
git shortlog -sne |awk '{ print $NF }' |sort |uniq -d
git shortlog -sne |awk '{ NF--; $1=""; print }' |sort |uniq -d
Daiki Ueno [Thu, 18 Apr 2013 05:43:07 +0000 (14:43 +0900)]
Make header checking more reliable
Daiki Ueno [Tue, 16 Apr 2013 06:17:14 +0000 (15:17 +0900)]
Support CR/LF line terminators in Python sources even on Unix.
Daiki Ueno [Tue, 16 Apr 2013 04:03:07 +0000 (13:03 +0900)]
Support explicit string concatenation with '+' in Python.
Daiki Ueno [Thu, 18 Apr 2013 10:49:09 +0000 (19:49 +0900)]
Minor fixes for the JavaScript support.
Daiki Ueno [Thu, 18 Apr 2013 10:25:06 +0000 (19:25 +0900)]
Wrap long lines in xgettext --help.
Daiki Ueno [Wed, 17 Apr 2013 09:08:03 +0000 (18:08 +0900)]
Update list of copyright assignments.
Daiki Ueno [Wed, 17 Apr 2013 09:05:33 +0000 (18:05 +0900)]
Add NEWS entry for JavaScript support.
Andreas Stricker [Tue, 23 Feb 2010 13:14:09 +0000 (14:14 +0100)]
Support for JavaScript.
Ľubomír Remák [Tue, 16 Apr 2013 16:34:45 +0000 (18:34 +0200)]
Support for escape sequences added in Lua 5.2.
Daiki Ueno [Mon, 15 Apr 2013 06:49:12 +0000 (15:49 +0900)]
Export formatstring_lua for Woe32DLL.
Daiki Ueno [Fri, 12 Apr 2013 02:39:35 +0000 (11:39 +0900)]
Add NEWS entry for Lua support.
Daiki Ueno [Fri, 12 Apr 2013 02:38:06 +0000 (11:38 +0900)]
Add format-lua.c to FILES.
Ľubomír Remák [Wed, 1 Feb 2012 16:31:56 +0000 (17:31 +0100)]
Support for Lua.
Daiki Ueno [Tue, 2 Apr 2013 09:12:05 +0000 (18:12 +0900)]
Suppress bootstrap warnings
Miguel Ángel Arruga Vivas [Thu, 14 Mar 2013 20:06:17 +0000 (21:06 +0100)]
Augment Glade2 testing.
New test case in xgettext-glade-4 for atkproperty tag.
Miguel Ángel Arruga Vivas [Thu, 14 Mar 2013 20:04:35 +0000 (21:04 +0100)]
Test for Glade2 msgctxt support.
Daiki Ueno [Wed, 30 Jan 2013 07:21:50 +0000 (16:21 +0900)]
Extract msgctxt from Glade input files.
Daiki Ueno [Wed, 13 Mar 2013 03:04:14 +0000 (12:04 +0900)]
Merge branch 'maint'
Andreas Stricker [Tue, 12 Mar 2013 21:10:25 +0000 (06:10 +0900)]
Describe the header entry in the PO format
Miguel Ángel Arruga Vivas [Wed, 6 Mar 2013 20:11:19 +0000 (21:11 +0100)]
Do not define __attribute__ in header files.
Fix Savannah bug #35313.
Daiki Ueno [Wed, 6 Mar 2013 06:17:03 +0000 (15:17 +0900)]
Daiki Ueno [Wed, 6 Mar 2013 00:51:18 +0000 (09:51 +0900)]
Update list of copyright assignments.
Miguel Angel Arruga Vivas [Tue, 5 Mar 2013 21:48:55 +0000 (06:48 +0900)]
Add 'autosprintf::operator='.
Daiki Ueno [Tue, 5 Mar 2013 09:57:55 +0000 (18:57 +0900)]
Merge branch 'maint'
Daiki Ueno [Tue, 5 Mar 2013 07:55:58 +0000 (16:55 +0900)]
Update copyright year.
Daiki Ueno [Tue, 5 Mar 2013 08:09:59 +0000 (17:09 +0900)]
Update copyright year.
Daiki Ueno [Tue, 5 Mar 2013 07:04:45 +0000 (16:04 +0900)]
po-mode: Properly highlight C format strings with parameter positions
Ævar Arnfjörð Bjarmason [Sun, 12 Sep 2010 17:52:30 +0000 (17:52 +0000)]
po-mode: make (po-check-file-header) optional (bug #30835)
po-mode would always overwrite the PO Header Entry when editing *.po
files. This isn't always desired behavior as noted in bug #30835 so
it's now customizable.
It can be customized through the po-auto-update-file-header variable,
which can be t, nil or 'ask. It's t by default to preserve the old
default behavior.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Daiki Ueno [Mon, 4 Mar 2013 09:19:02 +0000 (18:19 +0900)]
autopoint: extract macro directories from configure.ac
Daiki Ueno [Mon, 4 Mar 2013 09:30:36 +0000 (18:30 +0900)]
gettextize: Use autoconf trace to detect auxdir and m4dir
Daiki Ueno [Mon, 4 Mar 2013 08:51:21 +0000 (17:51 +0900)]
Fix the last commit.
Bruno Haible [Sat, 2 Mar 2013 17:27:56 +0000 (18:27 +0100)]
Updated translations.
Daiki Ueno [Fri, 1 Mar 2013 10:44:46 +0000 (19:44 +0900)]
gettextize: extract macro directories from configure.ac
Daiki Ueno [Thu, 28 Feb 2013 07:55:58 +0000 (16:55 +0900)]
gettextize: substitute PATH_SEPARATOR at configure time
Daiki Ueno [Thu, 28 Feb 2013 02:52:40 +0000 (11:52 +0900)]
Remove unnecessary step from Admin/release-steps.
Daiki Ueno [Mon, 25 Feb 2013 10:02:15 +0000 (19:02 +0900)]
Update after gnulib changed.
Daiki Ueno [Mon, 25 Feb 2013 09:18:24 +0000 (18:18 +0900)]
Determine Woe32 C symbol prefix at configure time.
Daiki Ueno [Fri, 15 Feb 2013 10:34:25 +0000 (19:34 +0900)]
Fix typo in msgfmt.texi.
Miguel Angel Arruga Vivas [Tue, 5 Feb 2013 02:34:16 +0000 (11:34 +0900)]
Fix link in '@opindex' pointing to msgcat.
Daiki Ueno [Mon, 21 Jan 2013 02:09:24 +0000 (11:09 +0900)]
Remove references to non-existing COPYING.LIB-2.*.
Daiki Ueno [Wed, 16 Jan 2013 08:08:28 +0000 (17:08 +0900)]
Fix link errors related to C99-style extern inline.
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.
Andreas Stricker [Wed, 9 Jan 2013 16:37:48 +0000 (17:37 +0100)]
Fix undef error count symbol error on OSX
Without including error.h the symbol error_message_count is used
instead of rpl_error_message_count during linking in gettext-tools.
Daiki Ueno [Sun, 6 Jan 2013 23:09:09 +0000 (08:09 +0900)]
Make autopoint AM_GNU_GETTEXT_VERSION handling more robust.
Daiki Ueno [Sun, 6 Jan 2013 03:50:27 +0000 (12:50 +0900)]
Don't use float-derived integer SHORT_MSG_MAX to define array.
Daiki Ueno [Thu, 3 Jan 2013 05:18:38 +0000 (14:18 +0900)]
Fix memory leak.
Daiki Ueno [Thu, 3 Jan 2013 01:34:18 +0000 (10:34 +0900)]
Update after gnulib changed.
Daiki Ueno [Thu, 27 Dec 2012 07:24:46 +0000 (16:24 +0900)]
Fix doc: correct ngettext arguments
Daiki Ueno [Tue, 25 Dec 2012 06:24:25 +0000 (15:24 +0900)]
Regenerate files for 0.18.2.
Daiki Ueno [Tue, 25 Dec 2012 06:23:58 +0000 (15:23 +0900)]
Update autopoint.in for 0.18.2.
Daiki Ueno [Sat, 8 Dec 2012 09:42:15 +0000 (18:42 +0900)]
Version 0.18.2.
Daiki Ueno [Sat, 8 Dec 2012 09:39:13 +0000 (18:39 +0900)]
Prepare for 0.18.2.
Daiki Ueno [Tue, 25 Dec 2012 04:54:08 +0000 (13:54 +0900)]
woe32dll: Check __MINGW32__ as well as _WIN64 for defining IMP
Daiki Ueno [Tue, 25 Dec 2012 00:37:54 +0000 (09:37 +0900)]
Work around error_* symbol conflict with Cygwin 1.7 DLL.
Daiki Ueno [Sun, 23 Dec 2012 23:00:49 +0000 (08:00 +0900)]
localecharset: respect the thread-specific locale on Mac OS X
Daiki Ueno [Fri, 21 Dec 2012 08:39:02 +0000 (17:39 +0900)]
Fix W64 build errors.
Daiki Ueno [Wed, 19 Dec 2012 10:32:12 +0000 (19:32 +0900)]
Fix build error in hello-c++-kde due to autom4te cache.
Daiki Ueno [Mon, 17 Dec 2012 00:10:09 +0000 (09:10 +0900)]
test-lock: work around pthread-win32 and merge gnulib changes
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.
Daiki Ueno [Mon, 17 Dec 2012 00:44:26 +0000 (09:44 +0900)]
Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER.
Daiki Ueno [Wed, 12 Dec 2012 02:57:57 +0000 (11:57 +0900)]
Add notice about included external libraries.
Daiki Ueno [Mon, 10 Dec 2012 02:03:23 +0000 (11:03 +0900)]
Fix typo in the copyright header.
Daiki Ueno [Sat, 8 Dec 2012 09:33:01 +0000 (18:33 +0900)]
Update the matrix.
Daiki Ueno [Sat, 8 Dec 2012 09:24:35 +0000 (18:24 +0900)]
Update from gnulib.
Bruno Haible [Sat, 8 Dec 2012 04:01:55 +0000 (05:01 +0100)]
Updated translations.
Bruno Haible [Sat, 8 Dec 2012 03:17:19 +0000 (04:17 +0100)]
Update after gnulib changed.
Daiki Ueno [Sat, 8 Dec 2012 01:38:43 +0000 (10:38 +0900)]
Ignore tests which fail with released libunistring.
Daiki Ueno [Sat, 8 Dec 2012 01:36:29 +0000 (10:36 +0900)]
Add NEWS entry for AC_PROG_MKDIR_P change.
Stefano Lattarini [Sat, 28 Apr 2012 12:01:58 +0000 (14:01 +0200)]
m4: use AC_PROG_MKDIR_P, not the deprecated AM_PROG_MKDIR_P
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>
Bruno Haible [Sun, 15 Jul 2012 13:40:50 +0000 (15:40 +0200)]
Do not assume '#define ... defined ...' behavior.
Bruno Haible [Sun, 8 Jul 2012 16:17:45 +0000 (18:17 +0200)]
New Croatian translations.
Bruno Haible [Fri, 22 Jun 2012 11:16:22 +0000 (13:16 +0200)]
Write "Mac OS X" instead of "MacOS X".
Jim Meyering [Sun, 3 Jun 2012 19:48:40 +0000 (21:48 +0200)]
Spelling fixes.
Bruno Haible [Sun, 3 Jun 2012 19:05:57 +0000 (21:05 +0200)]
Rules.quot: Reenable use of build gettext tools in gettext package.
Bruno Haible [Thu, 3 May 2012 09:54:35 +0000 (11:54 +0200)]
Document msgfmt option --endianness.
Bruno Haible [Sun, 29 Apr 2012 11:20:25 +0000 (13:20 +0200)]
Allow use of autoconf-2.69 and automake-1.12.
Bruno Haible [Sun, 19 Feb 2012 12:54:55 +0000 (13:54 +0100)]
Avoid spurious test output with guile 2.0.x.
Bruno Haible [Sun, 19 Feb 2012 01:09:34 +0000 (02:09 +0100)]
Move intmax_t.m4 file into libasprintf subdirectory.
Bruno Haible [Sat, 18 Feb 2012 22:58:38 +0000 (23:58 +0100)]
Avoid test failure with fpc version 2.6.0.
Bruno Haible [Sat, 18 Feb 2012 22:10:12 +0000 (23:10 +0100)]
Make the lang-pascal test work on x86_64 platforms.
Bruno Haible [Sat, 18 Feb 2012 21:22:12 +0000 (22:22 +0100)]
Update after gnulib changed.
Bruno Haible [Sat, 18 Feb 2012 12:05:39 +0000 (13:05 +0100)]
Two more release steps.
Bruno Haible [Sat, 18 Feb 2012 00:47:36 +0000 (01:47 +0100)]
Replace FSF snail-mail address with URL.
Bruno Haible [Sat, 18 Feb 2012 00:45:22 +0000 (01:45 +0100)]
Update after gnulib changed.
Bruno Haible [Sat, 18 Feb 2012 12:55:16 +0000 (13:55 +0100)]
Update from gnulib.
Bruno Haible [Thu, 26 Jan 2012 20:49:41 +0000 (21:49 +0100)]
Modernize quoting.
Bruno Haible [Sun, 15 Jan 2012 17:13:11 +0000 (18:13 +0100)]
Avoid a test failure on Solaris 11.
Bruno Haible [Sun, 15 Jan 2012 11:11:54 +0000 (12:11 +0100)]
Support for MSVC 9.
* woe32dll/export.h (VARIABLE): Define to empty if not using GCC.
Bruno Haible [Thu, 26 Jan 2012 20:14:40 +0000 (21:14 +0100)]
Update copyright year.
Bruno Haible [Sat, 18 Feb 2012 12:58:15 +0000 (13:58 +0100)]
Update from gnulib.
Bruno Haible [Sat, 18 Feb 2012 12:51:06 +0000 (13:51 +0100)]
Update from gnulib.
Bruno Haible [Thu, 26 Jan 2012 14:53:13 +0000 (15:53 +0100)]
Update after gnulib changed.
Bruno Haible [Sat, 18 Feb 2012 12:34:04 +0000 (13:34 +0100)]
Update from gnulib.
Bruno Haible [Thu, 26 Jan 2012 18:41:06 +0000 (19:41 +0100)]
Update from gnulib.
Bruno Haible [Thu, 26 Jan 2012 18:38:46 +0000 (19:38 +0100)]
Update from gnulib.
Bruno Haible [Sat, 7 Jan 2012 03:26:07 +0000 (04:26 +0100)]
Update from gnulib.
Bruno Haible [Wed, 4 Jan 2012 13:54:26 +0000 (14:54 +0100)]
Update from gnulib.
Bruno Haible [Sun, 27 Nov 2011 13:10:32 +0000 (14:10 +0100)]
Speed up configure a bit.
Bruno Haible [Tue, 18 Oct 2011 18:36:32 +0000 (20:36 +0200)]
Support for old NeXTstep 3.3 gcc.
Bruno Haible [Tue, 18 Oct 2011 18:36:12 +0000 (20:36 +0200)]
Fix a ChangeLog entry.