Module Name:    src
Committed By:   martin
Date:           Mon Apr 17 18:22:20 UTC 2023

Modified Files:
        src/lib/libc/include [netbsd-10]: extern.h
        src/lib/libc/stdio [netbsd-10]: Makefile.inc vfwprintf.c

Log Message:
Pull up following revision(s) (requested by he in ticket #137):

        lib/libc/stdio/Makefile.inc: revision 1.48
        lib/libc/stdio/vfwprintf.c: revision 1.40
        lib/libc/include/extern.h: revision 1.27

PR/57250: Martin Husemann: dtoa mishandles infinite doubles on 32bit big
endian machines. When long double support was added, the old code was kept
for the regular double code. This code was never used because WIDE_DOUBLE
was always defined in the Makefile. Remove that old code, and conditionalize
the WIDE_DOUBLE code based on if long doubles are different than doubles on
the specific platform.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.26.6.1 src/lib/libc/include/extern.h
cvs rdiff -u -r1.47 -r1.47.26.1 src/lib/libc/stdio/Makefile.inc
cvs rdiff -u -r1.39 -r1.39.2.1 src/lib/libc/stdio/vfwprintf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to