Commit Graph

272 Commits

Author SHA1 Message Date
Daiki Ueno 7fa0c2779d maint: Update copyright year 2016-01-02 18:58:05 +09:00
Daiki Ueno f6dde6baee build: Fix texi2html failure with perl 5.22
* gettext-runtime/libasprintf/texi2html (update_sec_num): Don't use
"defined" against an array ref.
* gettext-tools/doc/texi2html (update_sec_num): Likewise.
2015-12-08 19:18:10 +09:00
Daiki Ueno 614ff78da5 build: Remove ChangeLogs
Generate ChangeLog files at "make dist" time, using
gitlog-to-changelog.  We still keep ChangeLog files under "po" and
"intl" directories, since those files are copied as part of gettext
infrastructure and it is still meaningful to have them there.
* .gitignore: Add ChangeLog files.
* Admin/release-steps: Remove mention of running update-changelog
script.
* Admin/update-changelog: Remove.
* Makefile.am (gen-ChangeLog): New rule.
* autogen.sh: Copy gitlog-to-changelog from gnulib.  Create empty
ChangeLog files to suppress Automake errors.
* gettext-tools/doc/Makefile.am (EXTRA_DIST): Remove ChangeLog.0.
* gettext-tools/man/Makefile.am (EXTRA_DIST): Remove ChangeLog.0.
* gettext-tools/src/Makefile.am (EXTRA_DIST): Remove ChangeLog.0.
* gettext-tools/tests/Makefile.am (EXTRA_DIST): Remove ChangeLog.0.
* gnulib-local/Makefile.am (EXTRA_DIST): Remove ChangeLog files.
* */ChangeLog: Rename to ChangeLog.0 or ChangeLog.1.
* HACKING: Add brief guideline to submit patches.
2015-10-14 15:00:09 +09:00
Daiki Ueno c00302c3b2 Release 0.19.6 2015-09-11 12:03:07 +09:00
Daiki Ueno 1ec1eb9e73 Release 0.19.5 2015-07-10 15:04:12 +09:00
Daiki Ueno 4a22b2df2b maint: Update copyright year 2015-06-05 16:11:39 +09:00
Daiki Ueno 6e9a7a6fc4 intl: Update from gnulib
* gettext-runtime/intl/localename.c, gettext-runtime/intl/vasnprintf.c:
Update from gnulib.
* gettext-runtime/libasprintf/vasnprintf.c: Update from gnulib.
2015-03-12 13:13:02 +09:00
Daiki Ueno fe642a4949 intl: Update from gnulib
* config.charset, localcharset.c, relocatable.c, vasnprintf.c:
Update from gnulib.
* codeset.m4, extern-inline.m4, fcntl-o.m4, gettext.m4, glibc2.m4:
* glibc21.m4, iconv.m4, intdiv0.m4, intldir.m4, intlmacosx.m4:
* intmax.m4, inttypes-pri.m4, inttypes_h.m4, lcmessage.m4, lock.m4:
* longlong.m4, nls.m4, printf-posix.m4, progtest.m4:
* size_max.m4, stdint_h.m4, threadlib.m4, uintmax_t.m4:
* visibility.m4, wchar_t.m4, wint_t.m4, xsize.m4: Update copyright
year.
2015-01-22 17:55:36 +09:00
Daiki Ueno 92097b86a1 Release 0.19.4 2014-12-24 15:33:18 +09:00
Daiki Ueno f4b41ad3a5 Release 0.19.3 2014-10-15 18:37:28 +09:00
Daiki Ueno ce70d92b4b Update after Gnulib changed 2014-09-30 19:09:57 +09:00
Daiki Ueno 29a9384c6a Release 0.19.2 2014-07-14 14:29:05 +09:00
Daiki Ueno 676d4f13a2 Release 0.19.1 2014-06-10 12:16:06 +09:00
Daiki Ueno ae7df91c4f Release 0.19 2014-06-02 09:57:11 +09:00
Daiki Ueno 534f854777 Update .gitignore 2014-04-22 14:50:36 +09:00
Daiki Ueno 147dbca63d Regenerated for 0.18.3. 2013-07-07 21:46:03 +09:00
Daiki Ueno 41286e6047 Update from gnulib. 2013-07-07 13:58:57 +09:00
Daiki Ueno 896d19bc29 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>.
2013-06-10 17:37:53 +09:00
Stefano Lattarini 3bf01bf68b 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>
2013-06-10 11:28:22 +09:00
Miguel Ángel Arruga Vivas 91bbb3d2a9 Do not define __attribute__ in header files.
Fix Savannah bug #35313.
2013-03-07 10:26:49 +01:00
Daiki Ueno f2fea95114 Fix commit 2509d5255b. 2013-03-06 15:17:03 +09:00
Miguel Angel Arruga Vivas 2509d5255b Add 'autosprintf::operator='. 2013-03-06 06:48:55 +09:00
Daiki Ueno eb1ef102cc 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.
2013-01-17 18:10:37 +09:00
Daiki Ueno ad9e6e9156 Version 0.18.2. 2012-12-25 14:17:00 +09:00
Daiki Ueno 0cde5e7f08 Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. 2012-12-17 09:49:35 +09:00
Daiki Ueno 0edb463c34 Update from gnulib. 2012-12-08 18:24:35 +09:00
Bruno Haible dfb4acffc1 Update after gnulib changed. 2012-12-08 04:17:38 +01:00
Jim Meyering d7966de55c Spelling fixes. 2012-06-03 21:50:03 +02:00
Bruno Haible 4e2caeddd1 Update from gnulib. 2012-02-18 22:30:31 +01:00
Bruno Haible b366aa9b24 Modernize quoting. 2012-02-18 22:28:04 +01:00
Bruno Haible 58b0dee19c Update from gnulib. 2012-01-04 14:54:26 +01:00
Bruno Haible 61e3e44b2a Update from gnulib. 2011-10-15 13:24:55 +02:00
Bruno Haible f17ea2fd4b Update from gnulib. 2011-10-15 12:15:49 +02:00
Bruno Haible 735f0aa8ac Ensure mbstate_t gets defined in libasprintf. 2011-06-07 23:39:50 +02:00
Bruno Haible fc350cd47d Ensure intmax_t gets defined in libasprintf. 2011-06-07 23:39:50 +02:00
Bruno Haible d02e410652 Update from gnulib, use verify.h. 2011-06-07 23:39:49 +02:00
Bruno Haible b671c3bef6 Copyright: Use LGPL 2.1 instead of LGPL 2.0. 2011-06-07 23:39:49 +02:00
Bruno Haible f6e5f42cfa Update from gnulib. 2011-06-07 23:39:48 +02:00
Bruno Haible ae65ae49cc Update from gnulib. 2011-06-07 23:39:46 +02:00
Bruno Haible fcf60b8042 Ensure that <features.h> is included before __GLIBC__ is tested. 2011-06-07 23:38:49 +02:00
Bruno Haible fdeb790080 Port to uClibc. 2011-06-07 23:38:49 +02:00
Bruno Haible 2a0e41d30f Fix a comment. 2011-06-07 23:38:49 +02:00
Bruno Haible 12452d87fe vasnprintf: Support I flag on glibc systems. 2011-06-07 23:38:48 +02:00
Bruno Haible 4d5c3fbd22 Rename autosprintf.h.in to autosprintf.in.h. 2011-06-07 23:38:47 +02:00
Bruno Haible 085a53c79a vasnprintf: Don't set errno to 0. 2011-06-07 23:38:47 +02:00
Bruno Haible fbcb867ad8 Ignore distributed autogenerated files. 2010-06-04 12:57:30 +02:00
Bruno Haible 88e35c5c38 Version 0.18.1. 2010-06-04 01:39:47 +02:00
Bruno Haible f2488ce2d9 Remove automatically generated files from version control. 2010-05-13 18:54:41 +02:00
Bruno Haible 9e73d30e34 Version 0.18. 2010-05-09 21:05:00 +02:00
Bruno Haible b9d1ef9b4d Fix syntax errors in libintl build on mingw. 2010-05-09 12:54:20 +02:00