+2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ * doc/autoconf.texi (Here-Documents): Document bug in UnixWare
+ 7.1.4 /usr/bin/posix/sh described by Tim Rice in
+ <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
+
2006-09-08 Paul Eggert <eggert@cs.ucla.edu>
* lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Add year_2050_test
@samp{ksh93g} (1998-04-30) but as of 2006 many operating systems were
still shipping older versions with the bug.
+The UnixWare 7.1.4 @command{/usr/bin/posix/sh} can mishandle words in
+here-documents that cross 8 KiB buffer boundaries. The usual workaround
+for this bug is to use another shell.
+
Many older shells (including the Bourne shell) implement here-documents
inefficiently. In particular, some shells can be extremely inefficient when
a single statement contains many here-documents. For instance if your