From 1e9f6e9846167aeefea8781f097cd47d75d70a1b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 5 Oct 1999 00:48:12 +0000 Subject: Update. * stdio-common/Makefile (tests): Add bug13. * stdio-common/bug13.c: New file. --- ChangeLog | 2 ++ stdio-common/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5318e18be8..2b13a183ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * stdio-common/vfprintf.c: Correct last patch and use outchar instead of PUTC to output single characters. + * stdio-common/Makefile (tests): Add bug13. + * stdio-common/bug13.c: New file. * configure.in: Add additional options --with-gd-include and --with-gd-lib to help people with strange installations. diff --git a/stdio-common/Makefile b/stdio-common/Makefile index e95c983f28..cf12dc7704 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -50,7 +50,7 @@ distribute := _itoa.h _itowa.h printf-parse.h stdio_lim.h.in tests := tst-printf tstscanf test_rdwr test-popen tstgetln test-fseek \ temptest tst-fileno test-fwrite tst-ungetc tst-ferror \ xbug errnobug \ - bug1 bug2 bug3 bug4 bug5 bug6 bug7 bug8 bug9 bug10 bug11 bug12 \ + bug1 bug2 bug3 bug4 bug5 bug6 bug7 bug8 bug9 bug10 bug11 bug12 bug13 \ tfformat tiformat tllformat tstdiomisc tst-printfsz tst-wc-printf \ scanf1 scanf2 scanf3 scanf4 scanf5 scanf7 scanf8 scanf9 scanf10 \ scanf12 tst-tmpnam tst-cookie -- cgit v1.2.3