summaryrefslogtreecommitdiffstats
path: root/gnulib-local
Commit message (Collapse)AuthorAgeFilesLines
* build: Make libxml2 check tighterDaniel Burr2016-05-281-3/+15
| | | | | | | | | * gnulib-local/m4/libxml.m4 (gl_LIBXML): Try to check xmlXPathSetContextNode, which is available in libxml2 2.9.1 or later. Problem reported by Dominyk in: http://savannah.gnu.org/bugs/?46844 Copyright-paperwork-exempt: yes
* Update after Gnulib changedDaiki Ueno2016-05-191-4/+8
| | | | | | * gnulib-local/lib/gettext.h: Update from gnulib. * gettext-runtime/m4/extern-inline.m4: Likewise. * gettext-runtime/m4/intdiv0.m4: Likewise.
* Update gnulibDaiki Ueno2016-05-192-17/+0
| | | | | | | | | | | * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Explicitly pull 'gettext', as the module is now marked as obsolete. * gnulib-local/Makefile.am (EXTRA_DIST): Remove m4/hard-locale.m4.diff. * gnulib-local/m4/hard-locale.m4.diff: Remove, as it is no longer needed. * gettext-tools/gnulib-lib/.gitignore: Ignore files brought by gnulib-tool. * gettext-tools/gnulib-tests/.gitignore: Likewise. * gettext-tools/libgettextpo/.gitignore: Likewise.
* moopp: Revert file modes accidentally setDaiki Ueno2016-02-081-0/+0
|
* moop: Replace CR as well as LF with a spaceKO Myung-Hun2016-01-201-2/+2
| | | | | | | On OS/2, EOL marker is CR+LF. * gnulib-local/bulid-aux/moopp (func_check_header_syntax): Replace CR as well as LF with a space.
* maint: Update copyright yearDaiki Ueno2016-01-0263-67/+65
|
* term-ostream-tests: Add test data for FreeBSD 10.1Daiki Ueno2015-12-233-0/+133
| | | | | | | * gnulib-local/modules/term-ostream-tests: Add test-term-ostream-xterm-freebsd101.out. * gnulib-local/tests/test-term-ostream-xterm: Use new test data. * gnulib-local/tests/test-term-ostream-xterm-freebsd101.out: New file.
* gnulib-local: Fix link error due to symbol dupesDaiki Ueno2015-12-151-1/+1
| | | | * gnulib-local/lib/libxml/trionan.c (minus_zerod): Mark as static.
* gnulib-local: Pull more functions for libxmlDaiki Ueno2015-12-151-0/+3
| | | | | | | | * gettext-tools/gnulib-lib/.gitignore: Ignore files brought by gnulib-tool. * gettext-tools/gnulib-tests/.gitignore: Likewise. * gnulib-local/modules/libxml (Depends-on): Add 'pow', 'log10', and 'fabs'.
* gnulib-local: Replace libxml2 trio with GnulibDaiki Ueno2015-12-154-1203/+47
| | | | | | | | | | | * gettext-tools/gnulib-lib/.gitignore: Ignore files brought by gnulib-tool. * gettext-tools/gnulib-tests/.gitignore: Likewise. * gnulib-local/lib/libxml/triodef.h: Remove. * gnulib-local/lib/libxml/trionan.c: Replace it with Gnulib functions. * gnulib-local/lib/libxml/trionan.h: Remove. * gnulib-local/modules/libxml (Depends-on): Add 'isinf', 'isnan', and 'signbit'.
* gnulib-local: Update included libxml2 to 2.9.3Daiki Ueno2015-12-14100-12526/+42919
| | | | | | | * gnulib-local/lib/libxml/*: Update from libxml2 2.9.3. Add buf.[ch], enc.h, save.h, triodef.h, trionan.[ch]. Enable XPath and XPointer support. * gnulib-local/modules/libxml (Files): Add new files from libxml2 2.9.3.
* gnulib-local: Make markup.c translator friendlyDaiki Ueno2015-12-101-39/+79
| | | | * gnulib-local/lib/markup.c: Reuse strings.
* build: Remove expat dependencyDaiki Ueno2015-12-093-0/+1718
| | | | | | | | | | | | | | | | | | | | | | | | | * DEPENDENCIES: Suggest libxml2 instead of expat. * gnulib-local/lib/markup.c: New file. * gnulib-local/lib/markup.h: New file. * gnulib-local/modules/markup: New file. * autogen.sh (GNULIB_MODULES_LIBGETTEXTPO): Add markup module. * gettext-tools/configure.ac: Remove checks for expat. * gettext-tools/gnulib-lib/.gitignore: Ignore modules pulled by gnulib-tool due to the markup module usage. * gettext-tools/gnulib-tests/.gitignore: Likewise. * gettext-tools/libgettextpo/.gitignore: Likewise. * gettext-tools/libgettextpo/Makefile.am (libgettextpo_la_AUXSOURCES): Remove ../src/libexpat-compat.c. (libgettextpo_la_LDFLAGS): Remove @LTLIBEXPAT@. * gettext-tools/src/Makefile.am (noinst_HEADERS): Remove libexpat-compat.h. (libgettextsrc_la_SOURCES): Remove libexpat-compat.c. (libgettextsrc_la_LDFLAGS): Remove @LTLIBEXPAT@. * gettext-tools/src/format-kde-kuit.c: Use functions from markup.h, when the file is being compiled as part of libgettextpo. Otherwise use libxml2. * gettext-tools/src/libexpat-compat.c: Remove. * gettext-tools/src/libexpat-compat.h: Remove.
* build: Remove ChangeLogsDaiki Ueno2015-10-142-6/+1
| | | | | | | | | | | | | | | | | | | | | 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.
* Release 0.19.6Daiki Ueno2015-09-111-0/+4
|
* gnulib-local: Fix Java compilation on mingwDaiki Ueno2015-07-142-0/+21
| | | | | | * lib/clean-temp.c.diff: New file, from m4. Suggested by Eric Blake in: <https://lists.gnu.org/archive/html/bug-gnulib/2013-09/msg00044.html>.
* Release 0.19.5Daiki Ueno2015-07-101-0/+4
|
* maint: Update copyright yearDaiki Ueno2015-06-0561-62/+77
|
* Update GnulibDaiki Ueno2015-01-201-13/+0
|
* Update GnulibDaiki Ueno2015-01-201-10/+1
|
* Release 0.19.4Daiki Ueno2014-12-241-0/+4
|
* gnulib-local: Suppress compiler warning with -WunusedDaiki Ueno2014-12-242-0/+18
| | | | * lib/diffseq.h.diff: New file.
* Backport iOS check from GnulibDaiki Ueno2014-12-162-3/+19
| | | | * gnulib-local/lib/unistd.in.h.diff: Update.
* Work around interoperability with preinstalled libunistringDaiki Ueno2014-12-152-0/+19
| | | | | * modules/unilbrk/base.diff: New file; bump minimum version of unilbrk.h.
* List new file in term-ostream-tests moduleDaiki Ueno2014-10-162-1/+3
| | | | Fixes commit a843584f.
* Release 0.19.3Daiki Ueno2014-10-151-0/+4
|
* tests: Support newer ncurses with italic caps in xterm terminfoDaiki Ueno2014-10-154-0/+141
| | | | | | | | * tests/test-term-ostream-xterm-basic-italic.out: New file. * tests/test-term-ostream-xterm: Use it as possible test result. * Makefile.am (EXTRA_DIST): Add new files. Needed for ncurses >= 5.9-20140906 that defines sitm/ritm in the xterm-basic terminfo definition.
* Release 0.19.2Daiki Ueno2014-07-141-0/+4
|
* Update after Gnulib changedDaiki Ueno2014-07-143-8/+14
|
* Release 0.19.1Daiki Ueno2014-06-101-0/+4
|
* Fix the last commitDaiki Ueno2014-06-032-0/+8
|
* build: Handle 'environ' global variable differently on cygwin x86_64Daiki Ueno2014-06-031-0/+18
| | | | | | Amendment to commit c97dafde. * tests/test-environ.c.diff: New file. * Makefile.am (EXTRA_DIST): Add new patch.
* Release 0.19Daiki Ueno2014-06-021-0/+4
|
* build: Handle 'environ' global variable differently on cygwin x86_64Daiki Ueno2014-06-024-0/+47
| | | | | | | | Problem reported by Vasyl Khalak in: <https://cygwin.com/ml/cygwin/2013-06/msg00228.html>. * lib/execute.c.diff: New file. * lib/spawn-pipe.c.diff: Likewise. * Makefile.am (EXTRA_DIST): Add new patches.
* Remove non-existing regex.diff from distributionDaiki Ueno2014-05-141-1/+0
|
* Update after gnulib changed.Daiki Ueno2014-05-142-19/+6
|
* build: Turn update-po.sh into a Makefile ruleDaiki Ueno2014-04-251-0/+2
| | | | | | | | | | | | | | Suggested by Andreas Stricker in: <https://lists.gnu.org/archive/html/bug-gettext/2014-04/msg00020.html>. * configure.ac (maintainer-update-po): New recursive rule. * update-po.sh: Remove. * autogen.sh: Don't mention update-po.sh. * Makefile.am (maintainer-update-po-local): New rule. * gettext-runtime/Makefile.am (maintainer-update-po): New rule. * gettext-runtime/man/Makefile.am (update-man1): Remove; add explicit dependency on the executable to each .1 rule. * gettext-tools/man/Makefile.am (update-man1): Remove; add explicit dependency on the executable to each .1 rule.
* Update after gnulib changed.Daiki Ueno2014-04-072-6/+11
|
* Update after gnulib changed.Daiki Ueno2013-08-072-6/+11
|
* Update after gnulib changed.Daiki Ueno2013-07-212-25/+5
|
* Work around localcharset issue under OS X multi-threaded scenario.Daiki Ueno2013-06-252-0/+31
| | | | | * lib/localcharset.c.diff: New patch originally posted to Gnulib <https://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00091.html>.
* Fix quoting in gl_LIBXMLAndreas Schwab2013-06-162-12/+16
| | | | * m4/libxml.m4 (gl_LIBXML): Remove extra quotes.
* Use $(MKDIR_P) instead of obsolete $(mkdir_p).Daiki Ueno2013-06-103-53/+60
| | | | | Suggested by Stefano Lattarini in <https://lists.gnu.org/archive/html/bug-gettext/2013-04/msg00044.html>.
* Update after gnulib changed.Daiki Ueno2013-02-252-4/+9
|
* Determine Woe32 C symbol prefix at configure time.Daiki Ueno2013-02-252-0/+10
|
* Update after gnulib changed.Daiki Ueno2013-01-032-4/+9
|
* Version 0.18.2.Daiki Ueno2012-12-251-0/+4
|
* Work around error_* symbol conflict with Cygwin 1.7 DLL.Daiki Ueno2012-12-252-4/+28
|
* Add notice about included external libraries.Daiki Ueno2012-12-125-0/+15
|
* Do not assume '#define ... defined ...' behavior.Bruno Haible2012-07-152-3/+15
|