]> git.ipfire.org Git - thirdparty/gettext.git/log
thirdparty/gettext.git
11 years agoAdd missing extern-inline.m4 into archive 0.18.3 v0.18.3.2
Daiki Ueno [Tue, 17 Dec 2013 03:16:02 +0000 (12:16 +0900)] 
Add missing extern-inline.m4 into archive

Problem reported by Reuben Thomas in:
<https://lists.gnu.org/archive/html/bug-gettext/2013-12/msg00010.html>.
* gettext-runtime/m4/extern-inline.m4: New file, from gnulib.
* gettext-runtime/m4/intl.m4 (AM_INTL_SUBDIR): Require gl_EXTERN_INLINE.
* gettext-runtime/m4/Makefile.am (EXTRA_DIST): Update.
* gettext-tools/m4/Makefile.am (aclocal_DATA): Add extern-inline.m4.
* Makefile.am (distcheck-hook): Check extern-inline.m4.

11 years agolibgrep: Fix issues detected by gcc -Wformat-security
Ivailo [Thu, 5 Dec 2013 09:56:20 +0000 (18:56 +0900)] 
libgrep: Fix issues detected by gcc -Wformat-security

* m-fgrep.c (Fcompile): Supply FORMAT argument of error.
* m-regex.c (compile): Likewise.

11 years agoautopoint: Allow user to specify custom autom4te executable
Daiki Ueno [Thu, 5 Dec 2013 09:47:46 +0000 (18:47 +0900)] 
autopoint: Allow user to specify custom autom4te executable

* autopoint.in (func_trace): Allow user to specify autom4te
executable name through $AUTOM4TE envvar.
* gettextize.in (func_trace): Likewise.
Suggested by Eric Blake at
<https://lists.gnu.org/archive/html/bug-gettext/2013-12/msg00006.html>.

11 years agoautopoint: disable m4_include and m4_esyscmd when tracing
Daiki Ueno [Tue, 19 Nov 2013 03:08:10 +0000 (12:08 +0900)] 
autopoint: disable m4_include and m4_esyscmd when tracing

* autopoint.in (func_trace): Disable m4_include and m4_esyscmd.
* gettextize.in (func_trace): Likewise.
Reported by Bernhard Voelker in
<https://lists.gnu.org/archive/html/bug-gettext/2013-11/msg00011.html>
and suggested by Eric Blake at <https://savannah.gnu.org/bugs/?40083>.

11 years agoFix misuse of a logical operator.
Daiki Ueno [Mon, 11 Nov 2013 08:56:00 +0000 (17:56 +0900)] 
Fix misuse of a logical operator.

11 years agoautopoint: use 'm4' as the fallback macro directory
Daiki Ueno [Wed, 16 Oct 2013 07:34:48 +0000 (16:34 +0900)] 
autopoint: use 'm4' as the fallback macro directory

11 years agoautopoint: discard stderr of autom4te
Daiki Ueno [Tue, 24 Sep 2013 05:15:29 +0000 (14:15 +0900)] 
autopoint: discard stderr of autom4te

11 years agoautopoint: recognize multiple arguments of AM_GNU_GETTEXT when tracing
Daiki Ueno [Tue, 24 Sep 2013 03:51:16 +0000 (12:51 +0900)] 
autopoint: recognize multiple arguments of AM_GNU_GETTEXT when tracing

11 years agoDon't add 'gnulib-lib' to include path when compiling libgettextpo tests.
Daiki Ueno [Fri, 30 Aug 2013 08:23:50 +0000 (17:23 +0900)] 
Don't add 'gnulib-lib' to include path when compiling libgettextpo tests.

11 years agoUpdate copyright year in Windows resource. v0.18.3.1
Michele Locati [Tue, 13 Aug 2013 19:30:51 +0000 (21:30 +0200)] 
Update copyright year in Windows resource.

11 years agoFix copyright year in xgettext version string.
Miguel Ángel Arruga Vivas [Wed, 7 Aug 2013 22:09:00 +0000 (00:09 +0200)] 
Fix copyright year in xgettext version string.

11 years agoautopoint: make macro trace in autom4te robuster
Daiki Ueno [Mon, 12 Aug 2013 14:19:55 +0000 (16:19 +0200)] 
autopoint: make macro trace in autom4te robuster

11 years agotests: fix make distcheck
Daiki Ueno [Mon, 12 Aug 2013 13:57:04 +0000 (15:57 +0200)] 
tests: fix make distcheck

11 years agoglade: handle multi-line extracted comments
Daiki Ueno [Mon, 12 Aug 2013 10:12:12 +0000 (12:12 +0200)] 
glade: handle multi-line extracted comments

11 years agoFix AC_CHECK_DECLS usage.
Daiki Ueno [Fri, 9 Aug 2013 07:41:25 +0000 (09:41 +0200)] 
Fix AC_CHECK_DECLS usage.

11 years agoautopoint: fix copying intl/ directory
Daiki Ueno [Sat, 20 Jul 2013 23:18:01 +0000 (08:18 +0900)] 
autopoint: fix copying intl/ directory

* autopoint.in (omitintl): Don't set it 'no' when no
AM_GNU_GETTEXT call is found.
Reported by Sebastien Helleu in <http://savannah.gnu.org/bugs/?39536>.

11 years agolua: fix crash when parsing '..' with non-string argument
Daiki Ueno [Wed, 10 Jul 2013 23:15:11 +0000 (08:15 +0900)] 
lua: fix crash when parsing '..' with non-string argument

Reported by Koen Dergent at <http://savannah.gnu.org/bugs/?39458>.
* x-lua.c (extract_balanced): Skip stray '..'.

12 years agoRegenerated for 0.18.3. v0.18.3
Daiki Ueno [Sun, 7 Jul 2013 12:46:03 +0000 (21:46 +0900)] 
Regenerated for 0.18.3.

12 years agoPrepare for 0.18.3.
Daiki Ueno [Sun, 7 Jul 2013 03:12:24 +0000 (12:12 +0900)] 
Prepare for 0.18.3.

12 years agoFix typo in msgfmt-1 test.
Daiki Ueno [Sun, 7 Jul 2013 01:31:20 +0000 (10:31 +0900)] 
Fix typo in msgfmt-1 test.

12 years agotests/lang-javascript: Fix gjs module checks.
Daiki Ueno [Sun, 7 Jul 2013 01:03:51 +0000 (10:03 +0900)] 
tests/lang-javascript: Fix gjs module checks.

12 years agoPort en@quot changes to gettext-tools.
Daiki Ueno [Sun, 7 Jul 2013 00:31:38 +0000 (09:31 +0900)] 
Port en@quot changes to gettext-tools.

12 years agoUpdate from gnulib.
Daiki Ueno [Sun, 7 Jul 2013 00:17:47 +0000 (09:17 +0900)] 
Update from gnulib.

12 years agoNEWS: Mention libasprintf change and Tcl bug fix.
Daiki Ueno [Sat, 6 Jul 2013 23:32:27 +0000 (08:32 +0900)] 
NEWS: Mention libasprintf change and Tcl bug fix.

12 years agoUpdated translations.
Daiki Ueno [Sat, 6 Jul 2013 21:39:25 +0000 (06:39 +0900)] 
Updated translations.

12 years agoUpdated translations.
Daiki Ueno [Thu, 4 Jul 2013 09:07:52 +0000 (18:07 +0900)] 
Updated translations.

12 years agoUpdated translations.
Daiki Ueno [Thu, 4 Jul 2013 06:32:09 +0000 (15:32 +0900)] 
Updated translations.

12 years agoMention git submodule in Admin/release-steps.
Daiki Ueno [Thu, 27 Jun 2013 07:20:01 +0000 (16:20 +0900)] 
Mention git submodule in Admin/release-steps.

12 years agoFix string concatenation with '+' in Python.
Daiki Ueno [Thu, 27 Jun 2013 03:00:30 +0000 (12:00 +0900)] 
Fix string concatenation with '+' in Python.

12 years agoautogen.sh: Mention GNULIB_TOOL again for off-line bootstrap.
Daiki Ueno [Wed, 26 Jun 2013 09:12:48 +0000 (18:12 +0900)] 
autogen.sh: Mention GNULIB_TOOL again for off-line bootstrap.

12 years agoUpdate gnulib.
Daiki Ueno [Wed, 26 Jun 2013 09:02:08 +0000 (18:02 +0900)] 
Update gnulib.

12 years agoFix commit 417f0080823ae17d0f258ec08f3810cd0274e021.
Daiki Ueno [Tue, 25 Jun 2013 09:53:52 +0000 (18:53 +0900)] 
Fix commit 417f0080823ae17d0f258ec08f3810cd0274e021.

AM_CONFIG_HEADER obsoletion (commit 0cde5e7f) has been mistakenly reverted
when merging the patch.

12 years agoAllow user to supply custom sed command when generating en@quot.po.
Daiki Ueno [Tue, 25 Jun 2013 08:42:59 +0000 (17:42 +0900)] 
Allow user to supply custom sed command when generating en@quot.po.

12 years agoSignal a change of the loaded catalogs in libintl_setlocale.
Daiki Ueno [Thu, 7 Mar 2013 08:47:37 +0000 (17:47 +0900)] 
Signal a change of the loaded catalogs in libintl_setlocale.

12 years agoRevert the last change for \x handling in Tcl.
Daiki Ueno [Tue, 25 Jun 2013 03:55:57 +0000 (12:55 +0900)] 
Revert the last change for \x handling in Tcl.

12 years agoFix handling of \x and \u escape sequences in Tcl.
Daiki Ueno [Tue, 25 Jun 2013 03:24:47 +0000 (12:24 +0900)] 
Fix handling of \x and \u escape sequences in Tcl.

12 years agoWork around localcharset issue under OS X multi-threaded scenario.
Daiki Ueno [Tue, 25 Jun 2013 02:56:09 +0000 (11:56 +0900)] 
Work around localcharset issue under OS X multi-threaded scenario.

* lib/localcharset.c.diff: New patch originally posted to Gnulib
<https://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00091.html>.

12 years agoRespect only GNULIB_SRCDIR, not GNULIB_TOOL.
Daiki Ueno [Mon, 17 Jun 2013 05:23:25 +0000 (14:23 +0900)] 
Respect only GNULIB_SRCDIR, not GNULIB_TOOL.

12 years agoEmbed gnulib as a git submodule.
Daiki Ueno [Mon, 17 Jun 2013 03:17:29 +0000 (12:17 +0900)] 
Embed gnulib as a git submodule.

12 years agoNEWS: some wording fixes
Daiki Ueno [Mon, 17 Jun 2013 03:09:31 +0000 (12:09 +0900)] 
NEWS: some wording fixes

12 years agoEnable python-brace-format detection by default.
Daiki Ueno [Mon, 17 Jun 2013 02:56:41 +0000 (11:56 +0900)] 
Enable python-brace-format detection by default.

12 years agoMake Glade parsing a bit robuster.
Daiki Ueno [Mon, 17 Jun 2013 03:20:44 +0000 (12:20 +0900)] 
Make Glade parsing a bit robuster.

12 years agoRename xgettext-gtkbuilder-* tests to xgettext-glade-*.
Daiki Ueno [Mon, 17 Jun 2013 02:42:26 +0000 (11:42 +0900)] 
Rename xgettext-gtkbuilder-* tests to xgettext-glade-*.

12 years agoFix quoting in gl_LIBXML
Andreas Schwab [Sat, 15 Jun 2013 14:01:35 +0000 (16:01 +0200)] 
Fix quoting in gl_LIBXML

* m4/libxml.m4 (gl_LIBXML): Remove extra quotes.

12 years agoMinor clean up for the GtkBuilder support
Daiki Ueno [Fri, 14 Jun 2013 07:28:28 +0000 (16:28 +0900)] 
Minor clean up for the GtkBuilder support

12 years agoNEWS: Document more new features.
Daiki Ueno [Thu, 13 Jun 2013 01:48:06 +0000 (10:48 +0900)] 
NEWS: Document more new features.

12 years agoTest GtkBuilder UI files extraction support.
Miguel Ángel Arruga Vivas [Wed, 20 Mar 2013 18:59:10 +0000 (19:59 +0100)] 
Test GtkBuilder UI files extraction support.

12 years agoSupport GtkBuilder file format in the Glade scanner.
Miguel Ángel Arruga Vivas [Thu, 13 Jun 2013 07:28:42 +0000 (16:28 +0900)] 
Support GtkBuilder file format in the Glade scanner.

12 years agoNEWS: Mention that future 'gettextize' will require Automake 1.10.
Daiki Ueno [Tue, 11 Jun 2013 05:53:50 +0000 (14:53 +0900)] 
NEWS: Mention that future 'gettextize' will require Automake 1.10.

12 years agoUse $(MKDIR_P) instead of obsolete $(mkdir_p).
Daiki Ueno [Mon, 10 Jun 2013 07:26:47 +0000 (16:26 +0900)] 
Use $(MKDIR_P) instead of obsolete $(mkdir_p).

Suggested by Stefano Lattarini in
<https://lists.gnu.org/archive/html/bug-gettext/2013-04/msg00044.html>.

12 years agobuild: drop the 'fixacocal' auxiliary script
Stefano Lattarini [Sat, 8 Jun 2013 16:34:41 +0000 (18:34 +0200)] 
build: drop the 'fixacocal' auxiliary script

The comments in that script state that its use is only required to
work around issues in aclocal from Automake 1.10, while the rest
of the Gettext build infrastructure assumes Automake >= 1.11 anyway.

* autogen.sh: Drop invocations of 'fixaclocal', simply invoke the
'aclocal' program directly.
* build-aux/fixaclocal: Remove.
* Makefile.am (EXTRA_DIST): Stop distributing it.
(ACLOCAL): Drop redefinition in function of 'fixaclocal'.
* gettext-runtime/Makefile.am (ACLOCAL): Likewise.
* gettext-runtime/libasprintf/Makefile.am (ACLOCAL): Likewise.
* gettext-tools/Makefile.am (ACLOCAL): Likewise.
* gettext-tools/examples/Makefile.am (ACLOCAL): Likewise.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
12 years agoCheck if gjs has gettext and format modules.
Daiki Ueno [Thu, 6 Jun 2013 08:47:47 +0000 (17:47 +0900)] 
Check if gjs has gettext and format modules.

12 years agoDon't assume that aclocal accepts configure.in.
Daiki Ueno [Tue, 23 Apr 2013 10:16:48 +0000 (19:16 +0900)] 
Don't assume that aclocal accepts configure.in.

12 years agoObsolete gt_CHECK_DECL in favor of AC_CHECK_DECLS.
Daiki Ueno [Tue, 23 Apr 2013 08:27:08 +0000 (17:27 +0900)] 
Obsolete gt_CHECK_DECL in favor of AC_CHECK_DECLS.

12 years agoSupport for Vala.
Daiki Ueno [Tue, 21 May 2013 01:39:06 +0000 (10:39 +0900)] 
Support for Vala.

12 years agoMinor cleanup of JavaScript support.
Daiki Ueno [Fri, 31 May 2013 03:52:10 +0000 (12:52 +0900)] 
Minor cleanup of JavaScript support.

12 years agobuild: enable parallel tests harness from Automake
Stefano Lattarini [Fri, 14 Dec 2012 17:11:38 +0000 (18:11 +0100)] 
build: enable parallel tests harness from Automake

This way, we'll be able to run test cases in parallel (useful
on multicore systems), and output from test cases will be
saved in log files, which should simplify debugging and bug
reporting.

* configure.ac (AM_INIT_AUTOMAKE): Add 'parallel-tests' option.
Require Automake 1.11.1 or later, so that the 'parallel-tests'
will be certainly available.
(AC_INIT): Require Autoconf 2.62 or later; that is the minimal
version supported by Automake 1.11.1 or later.
* gettext-runtime/configure.ac: Likewise.
* gettext-tools/configure.ac: Likewise.
* autogen.sh: Update version number requirement for Autoconf.
* gettext-tools/tests/Makefile.am (TESTS_ENVIRONMENT): Remove
trailing '$(SHELL)'.  With the parallel-tests harness, this is
no longer the correct way to define a custom test runner for
the test scripts; to do so, we have to ...
(LOG_COMPILER): ... define this to $(SHELL).

Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
12 years agoUse distinct temporary file names in tests.
Daiki Ueno [Wed, 29 May 2013 09:41:25 +0000 (18:41 +0900)] 
Use distinct temporary file names in tests.

12 years agoSet executable bit to xgettext-javascript-5.
Daiki Ueno [Wed, 29 May 2013 02:44:39 +0000 (11:44 +0900)] 
Set executable bit to xgettext-javascript-5.

12 years agointl: use @SHELL@ for the SHELL make variable definition.
Thomas Petazzoni [Tue, 28 May 2013 12:07:53 +0000 (14:07 +0200)] 
intl: use @SHELL@ for the SHELL make variable definition.

12 years agoImprove backslash handling in JavaScript scanner
Daiki Ueno [Sun, 12 May 2013 07:54:58 +0000 (16:54 +0900)] 
Improve backslash handling in JavaScript scanner

12 years agoAdd --previous option.
Pavel Kharitonov [Mon, 20 May 2013 14:24:12 +0000 (10:24 -0400)] 
Add --previous option.

12 years agoFix bootstrap error on Mac OS X.
Daiki Ueno [Mon, 13 May 2013 05:16:45 +0000 (14:16 +0900)] 
Fix bootstrap error on Mac OS X.

12 years agoImprove JavaScript scanner tests.
Andreas Stricker [Wed, 24 Apr 2013 18:37:55 +0000 (20:37 +0200)] 
Improve JavaScript scanner tests.

12 years agoFix end-of-string handling in JavaScript scanner.
Daiki Ueno [Sat, 11 May 2013 23:47:37 +0000 (08:47 +0900)] 
Fix end-of-string handling in JavaScript scanner.

12 years agoDon't use non-portable character escape in user-email script.
Daiki Ueno [Fri, 3 May 2013 12:58:59 +0000 (21:58 +0900)] 
Don't use non-portable character escape in user-email script.

12 years agoRefactor Autoconf trace in autopoint.in.
Daiki Ueno [Wed, 1 May 2013 09:16:28 +0000 (18:16 +0900)] 
Refactor Autoconf trace in autopoint.in.

12 years agoRetrieve archive.dir.tar from FTP when bootstrapping.
Daiki Ueno [Thu, 2 May 2013 05:48:55 +0000 (14:48 +0900)] 
Retrieve archive.dir.tar from FTP when bootstrapping.

12 years agoFix Python brace format test for added argument.
Daiki Ueno [Wed, 1 May 2013 21:47:27 +0000 (06:47 +0900)] 
Fix Python brace format test for added argument.

12 years agoUpdate POTFILES.in for Lua, JavaScript, Python brace format support.
Daiki Ueno [Tue, 30 Apr 2013 10:47:07 +0000 (19:47 +0900)] 
Update POTFILES.in for Lua, JavaScript, Python brace format support.

12 years agoUpdate after gnulib changed.
Daiki Ueno [Tue, 30 Apr 2013 10:34:10 +0000 (19:34 +0900)] 
Update after gnulib changed.

12 years agoAdd NEWS entry for Python brace format.
Daiki Ueno [Fri, 26 Apr 2013 10:04:45 +0000 (19:04 +0900)] 
Add NEWS entry for Python brace format.

12 years agoSupport Python brace format.
Daiki Ueno [Mon, 22 Apr 2013 11:01:12 +0000 (20:01 +0900)] 
Support Python brace format.

12 years agoAdd the .mailmap file
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

12 years agoMake header checking more reliable
Daiki Ueno [Thu, 18 Apr 2013 05:43:07 +0000 (14:43 +0900)] 
Make header checking more reliable

12 years agoSupport CR/LF line terminators in Python sources even on Unix.
Daiki Ueno [Tue, 16 Apr 2013 06:17:14 +0000 (15:17 +0900)] 
Support CR/LF line terminators in Python sources even on Unix.

12 years agoSupport explicit string concatenation with '+' in Python.
Daiki Ueno [Tue, 16 Apr 2013 04:03:07 +0000 (13:03 +0900)] 
Support explicit string concatenation with '+' in Python.

12 years agoMinor fixes for the JavaScript support.
Daiki Ueno [Thu, 18 Apr 2013 10:49:09 +0000 (19:49 +0900)] 
Minor fixes for the JavaScript support.

12 years agoWrap long lines in xgettext --help.
Daiki Ueno [Thu, 18 Apr 2013 10:25:06 +0000 (19:25 +0900)] 
Wrap long lines in xgettext --help.

12 years agoUpdate list of copyright assignments.
Daiki Ueno [Wed, 17 Apr 2013 09:08:03 +0000 (18:08 +0900)] 
Update list of copyright assignments.

12 years agoAdd NEWS entry for JavaScript support.
Daiki Ueno [Wed, 17 Apr 2013 09:05:33 +0000 (18:05 +0900)] 
Add NEWS entry for JavaScript support.

12 years agoSupport for JavaScript.
Andreas Stricker [Tue, 23 Feb 2010 13:14:09 +0000 (14:14 +0100)] 
Support for JavaScript.

12 years agoSupport for escape sequences added in Lua 5.2.
Ľubomír Remák [Tue, 16 Apr 2013 16:34:45 +0000 (18:34 +0200)] 
Support for escape sequences added in Lua 5.2.

12 years agoExport formatstring_lua for Woe32DLL.
Daiki Ueno [Mon, 15 Apr 2013 06:49:12 +0000 (15:49 +0900)] 
Export formatstring_lua for Woe32DLL.

12 years agoAdd NEWS entry for Lua support.
Daiki Ueno [Fri, 12 Apr 2013 02:39:35 +0000 (11:39 +0900)] 
Add NEWS entry for Lua support.

12 years agoAdd format-lua.c to FILES.
Daiki Ueno [Fri, 12 Apr 2013 02:38:06 +0000 (11:38 +0900)] 
Add format-lua.c to FILES.

12 years agoSupport for Lua.
Ľubomír Remák [Wed, 1 Feb 2012 16:31:56 +0000 (17:31 +0100)] 
Support for Lua.

12 years agoSuppress bootstrap warnings
Daiki Ueno [Tue, 2 Apr 2013 09:12:05 +0000 (18:12 +0900)] 
Suppress bootstrap warnings

12 years agoAugment Glade2 testing.
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.

12 years agoTest for Glade2 msgctxt support.
Miguel Ángel Arruga Vivas [Thu, 14 Mar 2013 20:04:35 +0000 (21:04 +0100)] 
Test for Glade2 msgctxt support.

12 years agoExtract msgctxt from Glade input files.
Daiki Ueno [Wed, 30 Jan 2013 07:21:50 +0000 (16:21 +0900)] 
Extract msgctxt from Glade input files.

12 years agoMerge branch 'maint'
Daiki Ueno [Wed, 13 Mar 2013 03:04:14 +0000 (12:04 +0900)] 
Merge branch 'maint'

12 years agoDescribe the header entry in the PO format
Andreas Stricker [Tue, 12 Mar 2013 21:10:25 +0000 (06:10 +0900)] 
Describe the header entry in the PO format

12 years agoDo not define __attribute__ in header files.
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.

12 years agoFix commit 2509d5255bd13c016f575c13b92ccf4fed48a672.
Daiki Ueno [Wed, 6 Mar 2013 06:17:03 +0000 (15:17 +0900)] 
Fix commit 2509d5255bd13c016f575c13b92ccf4fed48a672.

12 years agoUpdate list of copyright assignments.
Daiki Ueno [Wed, 6 Mar 2013 00:51:18 +0000 (09:51 +0900)] 
Update list of copyright assignments.

12 years agoAdd 'autosprintf::operator='.
Miguel Angel Arruga Vivas [Tue, 5 Mar 2013 21:48:55 +0000 (06:48 +0900)] 
Add 'autosprintf::operator='.

12 years agoMerge branch 'maint'
Daiki Ueno [Tue, 5 Mar 2013 09:57:55 +0000 (18:57 +0900)] 
Merge branch 'maint'

12 years agoUpdate copyright year.
Daiki Ueno [Tue, 5 Mar 2013 07:55:58 +0000 (16:55 +0900)] 
Update copyright year.

12 years agoUpdate copyright year.
Daiki Ueno [Tue, 5 Mar 2013 08:09:59 +0000 (17:09 +0900)] 
Update copyright year.