+2000-09-20 Andreas Jaeger <aj@suse.de>
+
+ * iconvdata/Makefile (generated): Add tst-tables.out.
+
+ * intl/Makefile (generated): Add test output.
+
+2000-09-19 Andreas Jaeger <aj@suse.de>
+
+ * sunrpc/clnt_simp.c (callrpc): Fix write beyond end of buffer.
+ Reported by Jens-Uwe Mager <jum@helios.de>.
+
2000-09-18 Ulrich Drepper <drepper@redhat.com>
* version.h (VERSION): Bump to 2.1.94.
m68k-*-linux
mips*-*-linux
powerpc-*-linux
+ s390-*-linux
sparc-*-linux
sparc64-*-linux
arm-*-linuxaout Linux-2.x on ARM using a.out binaries
mips*-*-linux-gnu Linux-2.x on MIPS
ia64-*-linux-gnu Linux-2.x on ia64
+ s390-*-linux-gnu Linux-2.x on IBM S/390
Former releases of this library (version 1.09.1 and perhaps earlier
versions) used to run on the following configurations:
$(gen-special-modules)
generated = $(generated-modules:=.h) $(generated-modules:=.stmp) \
- iconv-test.out iconv-rules tst-loading.mtrace mtrace-tst-loading
+ iconv-test.out iconv-rules tst-loading.mtrace \
+ mtrace-tst-loading tst-tables.out
ifdef objpfx
generated += gconv-modules
endif
crp->oldprognum = prognum;
crp->oldversnum = versnum;
(void) strncpy (crp->oldhost, host, 255);
- crp->oldhost[256] = '\0';
+ crp->oldhost[255] = '\0';
}
tottimeout.tv_sec = 25;
tottimeout.tv_usec = 0;