summaryrefslogtreecommitdiffstats
path: root/gnulib-local
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-28 20:26:30 +0200
committerBruno Haible <bruno@clisp.org>2010-03-28 20:30:16 +0200
commitca1ea43024746485dcb284d2c7b07a7e4cf3ebd1 (patch)
treebfaa34c425c48a9136b86769c56062cb9a1f4e23 /gnulib-local
parent23c6d100bb87dbd36f0b6707fbf4859937d8db96 (diff)
downloadexternal_gettext-ca1ea43024746485dcb284d2c7b07a7e4cf3ebd1.zip
external_gettext-ca1ea43024746485dcb284d2c7b07a7e4cf3ebd1.tar.gz
external_gettext-ca1ea43024746485dcb284d2c7b07a7e4cf3ebd1.tar.bz2
Update after gnulib changed.
Diffstat (limited to 'gnulib-local')
-rw-r--r--gnulib-local/ChangeLog10
-rw-r--r--gnulib-local/modules/closeout2
-rw-r--r--gnulib-local/modules/fd-ostream2
-rw-r--r--gnulib-local/modules/html-styled-ostream2
-rw-r--r--gnulib-local/modules/iconv-ostream2
-rw-r--r--gnulib-local/modules/memory-ostream2
-rw-r--r--gnulib-local/modules/term-ostream2
-rw-r--r--gnulib-local/modules/xalloc2
8 files changed, 17 insertions, 7 deletions
diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog
index 65f31a5..c691c88 100644
--- a/gnulib-local/ChangeLog
+++ b/gnulib-local/ChangeLog
@@ -1,3 +1,13 @@
+2010-03-28 Bruno Haible <bruno@clisp.org>
+
+ * modules/closeout (Depends-on): Add stdlib, remove exit.
+ * modules/fd-ostream (Depends-on): Likewise.
+ * modules/html-styled-ostream (Depends-on): Likewise.
+ * modules/iconv-ostream (Depends-on): Likewise.
+ * modules/memory-ostream (Depends-on): Likewise.
+ * modules/term-ostream (Depends-on): Likewise.
+ * modules/xalloc (Depends-on): Likewise.
+
2010-03-06 Bruno Haible <bruno@clisp.org>
* m4/exitfail.m4.diff: Remove file.
diff --git a/gnulib-local/modules/closeout b/gnulib-local/modules/closeout
index 0eb9c5c..5a28ce7 100644
--- a/gnulib-local/modules/closeout
+++ b/gnulib-local/modules/closeout
@@ -8,7 +8,7 @@ lib/closeout.c
Depends-on:
error
fwriteerror
-exit
+stdlib
gettext-h
configure.ac:
diff --git a/gnulib-local/modules/fd-ostream b/gnulib-local/modules/fd-ostream
index 4420121..ff03106 100644
--- a/gnulib-local/modules/fd-ostream
+++ b/gnulib-local/modules/fd-ostream
@@ -8,7 +8,7 @@ lib/fd-ostream.oo.c
Depends-on:
ostream
error
-exit
+stdlib
full-write
gettext
xalloc
diff --git a/gnulib-local/modules/html-styled-ostream b/gnulib-local/modules/html-styled-ostream
index ce36722..e789248 100644
--- a/gnulib-local/modules/html-styled-ostream
+++ b/gnulib-local/modules/html-styled-ostream
@@ -12,7 +12,7 @@ html-ostream
binary-io
error
safe-read
-exit
+stdlib
xalloc
gettext-h
diff --git a/gnulib-local/modules/iconv-ostream b/gnulib-local/modules/iconv-ostream
index 15a66fe..eaf203a 100644
--- a/gnulib-local/modules/iconv-ostream
+++ b/gnulib-local/modules/iconv-ostream
@@ -9,7 +9,7 @@ Depends-on:
ostream
c-strcase
error
-exit
+stdlib
gettext
iconv
xalloc
diff --git a/gnulib-local/modules/memory-ostream b/gnulib-local/modules/memory-ostream
index 478cc4c..e6ba698 100644
--- a/gnulib-local/modules/memory-ostream
+++ b/gnulib-local/modules/memory-ostream
@@ -8,7 +8,7 @@ lib/memory-ostream.oo.c
Depends-on:
ostream
error
-exit
+stdlib
gettext
xalloc
xsize
diff --git a/gnulib-local/modules/term-ostream b/gnulib-local/modules/term-ostream
index e48e247..8b6799e 100644
--- a/gnulib-local/modules/term-ostream
+++ b/gnulib-local/modules/term-ostream
@@ -9,7 +9,7 @@ m4/term-ostream.m4
Depends-on:
ostream
error
-exit
+stdlib
fatal-signal
sigprocmask
full-write
diff --git a/gnulib-local/modules/xalloc b/gnulib-local/modules/xalloc
index 9ff3038..7a5b586 100644
--- a/gnulib-local/modules/xalloc
+++ b/gnulib-local/modules/xalloc
@@ -9,7 +9,7 @@ lib/xstrdup.c
Depends-on:
error
gettext-h
-exit
+stdlib
configure.ac: