| Commit message (Expand) | Author | Age | Files | Lines |
* | Update git-version-gen.diff for current gnulib...* gnulib-local/build-aux/git-version-gen.diff: Update.
| Andy Wingo | 2016-07-07 | 1 | -8/+10 |
* | Revert "Update Gnulib to v0.1-603-g1d16a7b"...This reverts commit 2d4da30fdefbcdb065d4b1f48f2a77d06f69e3c3.
This Gnulib update was causing failures related to timezones in
stime.c. I tried to fix it by adopting the time_rz module from gnulib
but that then caused other failures. We can try again later.
| Andy Wingo | 2015-10-25 | 1 | -7/+7 |
* | Update Gnulib to v0.1-603-g1d16a7b | Andy Wingo | 2015-10-22 | 1 | -7/+7 |
* | Update to gnulib 0.0.7865-a828. | Andy Wingo | 2013-02-18 | 1 | -31/+16 |
* | Update Gnulib to v0.0-7695-g26c0590....* gnulib-local/m4/canonicalize.m4.diff: Remove.
* Makefile.am (EXTRA_DIST): Adjust accordingly.
| Ludovic Courtès | 2012-11-17 | 1 | -67/+0 |
* | Store the `git-version-gen' patch....* gnulib-local/build-aux/git-version-gen.diff: New file.
* Makefile.am (EXTRA_DIST): Add it.
| Ludovic Courtès | 2012-07-07 | 1 | -0/+62 |
* | Work around `gl_CANONICALIZE_LGPL' bug when cross-compiling to GNU/Hurd....* gnulib-local/m4/canonicalize.m4.diff: New file.
* Makefile.am (EXTRA_DIST): Add it.
| Ludovic Courtès | 2012-07-07 | 1 | -0/+17 |
* | Work around `gl_CANONICALIZE_LGPL' bug when cross-compiling....* gnulib-local/m4/canonicalize.m4.diff: New file.
* Makefile.am (EXTRA_DIST): Add it.
| Ludovic Courtès | 2012-07-07 | 1 | -0/+50 |
* | Use `clock-time' directly from Gnulib, but with a local patch....This is equivalent to the previous situation, but more easily
maintainable.
* acinclude.m4 (gl_CLOCK_TIME): Remove.
* configure.ac: Remove explicit use of `gl_CLOCK_TIME'.
* m4/gnulib-cache.m4 (gl_MODULES): Add `clock-time'.
* gnulib-local/m4/clock_time.m4.diff: New file.
* Makefile.am (EXTRA_DIST): Add it.
| Ludovic Courtès | 2012-07-06 | 1 | -0/+28 |
* | Update Gnulib to v0.0-7509-g98a2286....* Makefile.am (EXTRA_DIST): Add `m4/gnulib-cache.m4'.
* build-aux/git-version-gen: Keep unchanged.
| Ludovic Courtès | 2012-07-06 | 1 | -3/+3 |
* | Don't fail when locale env. vars specify a dot-less locale name....Fixes <http://bugs.gnu.org/10742>.
Reported by Alírio Eyng <alirioeyng@ig.com.br>.
* gnulib-local/lib/localcharset.c.diff (environ_locale_charset): Change
to set CODESET to "" when LOCALE lacks a dot. Return "ISO-8859-1"
when CODESET is the empty string.
* lib/localcharset.c: Update.
* test-suite/standalone/Makefile.am (check_SCRIPTS): Add
`test-command-line-encoding2'.
(TESTS): Likewise.
* test-suite/standalone/test-command-line-encoding2: New file.
| Ludovic Courtès | 2012-02-18 | 1 | -27/+24 |
* | Use Gnulib's `localcharset', with local patches....This follows Bruno Haible's suggestion at
<http://lists.gnu.org/archive/html/guile-devel/2011-11/msg00055.html>.
* m4/gnulib-cache.m4: Add `gl_LOCAL_DIR'; use `localcharset'.
* Makefile.am (EXTRA_DIST): Add gnulib-local/lib/localcharset.[ch].diff.
(TESTS_ENVIRONMENT): New variable.
* gnulib-local/lib/localcharset.c.diff,
gnulib-local/lib/localcharset.h.diff: New files.
* test-suite/Makefile.am (TESTS_ENVIRONMENT): Add
@LOCALCHARSET_TESTS_ENVIRONMENT@.
* test-suite/standalone/Makefile.am (TESTS_ENVIRONMENT): Likewise.
| Ludovic Courtès | 2011-12-15 | 2 | -0/+106 |