diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-05 22:52:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-05 22:52:41 +0000 |
commit | 74ac2cecc74de4f6de8fce2192299d6ac23cdd12 (patch) | |
tree | 569660c7a6532f0caee9c64a50aa94f670eddbdb /stdio-common/Makefile | |
parent | 628d9ffc34acfb17bc5dbbce685fd264b681a956 (diff) | |
download | glibc-74ac2cecc74de4f6de8fce2192299d6ac23cdd12.tar glibc-74ac2cecc74de4f6de8fce2192299d6ac23cdd12.tar.gz glibc-74ac2cecc74de4f6de8fce2192299d6ac23cdd12.tar.bz2 glibc-74ac2cecc74de4f6de8fce2192299d6ac23cdd12.zip |
Update.
2000-09-05 Ulrich Drepper <drepper@redhat.com>
* stdio-common/vfprintf.c (process_string_arg): Handle precision
in wide char case correctly. Don't allocate too long temporary
strings with alloca.
* stdio-common/Makefile (tests): Add tst-swprintf.
(tst-swprintf-ENV): New variable.
* stdio-common/tst-swprintf.c: New file.
* soft-fp/sysdeps/sparc/sparc64/qp_neg.S: Move from here...
* sysdeps/sparc/sparc64/soft-fp/qp_neg.S: ... to here.
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 33907ebb60..7e78d44f97 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -54,7 +54,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ 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 tst-obprintf tst-sscanf + scanf12 tst-tmpnam tst-cookie tst-obprintf tst-sscanf tst-swprintf test-srcs = tst-unbputc tst-printf @@ -81,6 +81,7 @@ CFLAGS-scanf7.c = -Wno-format CFLAGS-tst-printfsz.c = -Wno-format tst-sscanf-ENV = LOCPATH=$(common-objpfx)localedata +tst-swprintf-ENV = LOCPATH=$(common-objpfx)localedata $(inst_includedir)/bits/stdio_lim.h: $(common-objpfx)bits/stdio_lim.h $(do-install) |