diff options
author | Daiki Ueno <ueno@gnu.org> | 2014-06-03 06:20:30 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2014-06-03 06:20:30 +0900 |
commit | 80cc3c2ff362f3eb63228594cbc5a0b362784eb4 (patch) | |
tree | 7832eb216b25bb4013463699263e16c4f2b39698 /gnulib-local | |
parent | 4c54909904198d6ad19fa8389a283d2683bfddbf (diff) | |
download | external_gettext-80cc3c2ff362f3eb63228594cbc5a0b362784eb4.zip external_gettext-80cc3c2ff362f3eb63228594cbc5a0b362784eb4.tar.gz external_gettext-80cc3c2ff362f3eb63228594cbc5a0b362784eb4.tar.bz2 |
Fix the last commit
Diffstat (limited to 'gnulib-local')
-rw-r--r-- | gnulib-local/ChangeLog | 7 | ||||
-rw-r--r-- | gnulib-local/Makefile.am | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index c746683..2121ccc 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,10 @@ +2014-06-03 Daiki Ueno <ueno@gnu.org> + + build: Handle 'environ' global variable differently on cygwin x86_64 + Amendment to commit c97dafde. + * tests/test-environ.c.diff: New file. + * Makefile.am (EXTRA_DIST): Add new patch. + 2014-06-02 Daiki Ueno <ueno@gnu.org> * gettext 0.19 released. diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am index 1cde518..166b278 100644 --- a/gnulib-local/Makefile.am +++ b/gnulib-local/Makefile.am @@ -298,6 +298,7 @@ modules/xalloc \ modules/xalloc-die \ modules/xerror \ modules/xgetcwd \ +tests/test-environ.c.diff \ tests/test-moo-aroot.oo.c \ tests/test-moo-aroot.oo.h \ tests/test-moo-assign.c \ |