+2006-11-05 Bruno Haible <bruno@clisp.org>
+
+ * modules/term-ostream: New file.
+ * m4/term-ostream.m4: New file.
+ * lib/term-ostream.oo.h: New file.
+ * lib/term-ostream.oo.c: New file.
+ * Makefile.am (EXTRA_DIST): Add them.
+
+ * modules/termcap: New file.
+ * m4/termcap.m4: New file.
+ * Makefile.am (EXTRA_DIST): Add them.
+
+ * modules/memory-ostream: New file.
+ * lib/memory-ostream.oo.h: New file.
+ * lib/memory-ostream.oo.c: New file.
+ * Makefile.am (EXTRA_DIST): Add them.
+
+ * modules/iconv-ostream: New file.
+ * lib/iconv-ostream.oo.h: New file.
+ * lib/iconv-ostream.oo.c: New file.
+ * Makefile.am (EXTRA_DIST): Add them.
+
+ * modules/html-ostream: New file.
+ * lib/html-ostream.oo.h: New file.
+ * lib/html-ostream.oo.c: New file.
+ * Makefile.am (EXTRA_DIST): Add them.
+
+ * modules/file-ostream: New file.
+ * lib/file-ostream.oo.h: New file.
+ * lib/file-ostream.oo.c: New file.
+ * Makefile.am (EXTRA_DIST): Add them.
+
+ * modules/fd-ostream: New file.
+ * lib/fd-ostream.oo.h: New file.
+ * lib/fd-ostream.oo.c: New file.
+ * Makefile.am (EXTRA_DIST): Add them.
+
+ * modules/ostream: New file.
+ * lib/ostream.oo.h: New file.
+ * lib/ostream.oo.c: New file.
+ * Makefile.am (EXTRA_DIST): Add them.
+
+ * modules/moo: New file.
+ * build-aux/moopp: New file.
+ * lib/moo.h: New file.
+ * Makefile.am (EXTRA_DIST): Add them.
+
2006-11-06 Bruno Haible <bruno@clisp.org>
* lib/xalloc.h (xcharalloc): New macro.
# find . '(' -name CVS -o -name Makefile.am ')' -prune -o -type f '!' '(' -name '*.orig' -or -name '*~' ')' -printf '%P\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012'
EXTRA_DIST = \
ChangeLog \
+build-aux/moopp \
lib/3level.h \
lib/addext.c \
lib/alloca_.h \
lib/error-progname.c \
lib/error-progname.h \
lib/exitfail.h.diff \
+lib/fd-ostream.oo.c \
+lib/fd-ostream.oo.h \
+lib/file-ostream.oo.c \
+lib/file-ostream.oo.h \
lib/fnmatch.c.diff \
lib/fnmatch_loop.c.diff \
lib/fstrcmp.c \
lib/gettext.h \
lib/hash.c \
lib/hash.h \
+lib/html-ostream.oo.c \
+lib/html-ostream.oo.h \
+lib/iconv-ostream.oo.c \
+lib/iconv-ostream.oo.h \
lib/javacomp.c.diff \
lib/linebreak.c.diff \
+lib/memory-ostream.oo.c \
+lib/memory-ostream.oo.h \
+lib/moo.h \
lib/obstack.h.diff \
+lib/ostream.oo.c \
+lib/ostream.oo.h \
lib/progname.h.diff \
lib/propername.c \
lib/propername.h \
lib/relocatable.h \
lib/relocwrapper.c \
lib/strerror.c.diff \
+lib/term-ostream.oo.c \
+lib/term-ostream.oo.h \
lib/vasprintf.c \
lib/xalloc.h \
lib/xerror.c \
m4/quotearg.m4.diff \
m4/quote.m4.diff \
m4/relocatable.m4 \
+m4/termcap.m4 \
+m4/term-ostream.m4 \
m4/unionwait.m4 \
m4/vasprintf.m4 \
m4/xreadlink.m4 \
modules/closeout \
modules/error-progname \
modules/exitfail.diff \
+modules/fd-ostream \
+modules/file-ostream \
modules/fnmatch.diff \
modules/fstrcmp \
modules/gcj \
modules/gettext-tools-misc \
modules/gettext-tools-libgettextpo-misc \
modules/hash \
+modules/html-ostream \
+modules/iconv-ostream \
modules/java \
modules/javacomp.diff \
+modules/memory-ostream \
+modules/moo \
+modules/ostream \
modules/progreloc \
modules/propername \
modules/quotearg.diff \
modules/quote.diff \
modules/relocatable \
modules/relocwrapper \
+modules/termcap \
+modules/term-ostream \
modules/vasprintf.diff \
modules/wait-process.diff \
modules/xalloc \