mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Update.
* stdio-common/Makefile (tests): Add bug13. * stdio-common/bug13.c: New file.
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
* stdio-common/vfprintf.c: Correct last patch and use outchar
|
* stdio-common/vfprintf.c: Correct last patch and use outchar
|
||||||
instead of PUTC to output single characters.
|
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
|
* configure.in: Add additional options --with-gd-include and
|
||||||
--with-gd-lib to help people with strange installations.
|
--with-gd-lib to help people with strange installations.
|
||||||
|
@@ -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 \
|
tests := tst-printf tstscanf test_rdwr test-popen tstgetln test-fseek \
|
||||||
temptest tst-fileno test-fwrite tst-ungetc tst-ferror \
|
temptest tst-fileno test-fwrite tst-ungetc tst-ferror \
|
||||||
xbug errnobug \
|
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 \
|
tfformat tiformat tllformat tstdiomisc tst-printfsz tst-wc-printf \
|
||||||
scanf1 scanf2 scanf3 scanf4 scanf5 scanf7 scanf8 scanf9 scanf10 \
|
scanf1 scanf2 scanf3 scanf4 scanf5 scanf7 scanf8 scanf9 scanf10 \
|
||||||
scanf12 tst-tmpnam tst-cookie
|
scanf12 tst-tmpnam tst-cookie
|
||||||
|
Reference in New Issue
Block a user