Re: dtoa, etc, and changes in that area (and PR lib/56937)

2023-04-04 Thread Robert Elz
While you are working in this area, and before you forget everything you have discovered, could you take a look at PR lib/56937 and see if you can find the cause &/or a fix ? Thanks, kre

CVS commit: src/sbin/mount_portal

2023-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Apr 4 20:39:36 UTC 2023 Modified Files: src/sbin/mount_portal: puffs_portal.c Log Message: mount_portal: fix lint warnings about extern and empty declarations To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 sr

CVS commit: src/sbin/mount_portal

2023-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Apr 4 20:39:36 UTC 2023 Modified Files: src/sbin/mount_portal: puffs_portal.c Log Message: mount_portal: fix lint warnings about extern and empty declarations To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 sr

CVS commit: src/usr.sbin/mmcformat

2023-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Apr 4 20:28:01 UTC 2023 Modified Files: src/usr.sbin/mmcformat: mmcformat.c Log Message: mmcformat: KNF Remove trailing whitespace, sort headers, add RCS ID, unexport global variable. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/mmcformat

2023-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Apr 4 20:28:01 UTC 2023 Modified Files: src/usr.sbin/mmcformat: mmcformat.c Log Message: mmcformat: KNF Remove trailing whitespace, sort headers, add RCS ID, unexport global variable. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/mmcformat

2023-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Apr 4 20:17:01 UTC 2023 Modified Files: src/usr.sbin/mmcformat: mmcformat.c Log Message: mmcformat: remove redundant extern declarations No binary change. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr

CVS commit: src/usr.sbin/mmcformat

2023-04-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Apr 4 20:17:01 UTC 2023 Modified Files: src/usr.sbin/mmcformat: mmcformat.c Log Message: mmcformat: remove redundant extern declarations No binary change. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr

CVS commit: src/share/misc

2023-04-04 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Tue Apr 4 20:13:02 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: +RBL, DNSBL reputation block list real-time blackhole list DNS block list To generate a diff of this commit: cvs rdiff -u -r1.350 -r1.351

CVS commit: src/share/misc

2023-04-04 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Tue Apr 4 20:13:02 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: +RBL, DNSBL reputation block list real-time blackhole list DNS block list To generate a diff of this commit: cvs rdiff -u -r1.350 -r1.351

CVS commit: src/tests/lib/libc/stdio

2023-04-04 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Apr 4 19:39:38 UTC 2023 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Fix the test for "inf" output, also include newline in printf format... To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/

CVS commit: src/tests/lib/libc/stdio

2023-04-04 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Apr 4 19:39:38 UTC 2023 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Fix the test for "inf" output, also include newline in printf format... To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/

CVS commit: src/tests/lib/libc/stdio

2023-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 4 19:30:11 UTC 2023 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Add a test for PR/57250 from Havard Eidnes To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/stdio/t_p

CVS commit: src/tests/lib/libc/stdio

2023-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 4 19:30:11 UTC 2023 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Add a test for PR/57250 from Havard Eidnes To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/stdio/t_p

CVS commit: src/lib/libc

2023-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 4 19:26:06 UTC 2023 Modified Files: src/lib/libc/include: extern.h src/lib/libc/stdio: Makefile.inc vfwprintf.c Log Message: PR/57250: Martin Husemann: dtoa mishandles infinite doubles on 32bit big endian machin

CVS commit: src/lib/libc

2023-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 4 19:26:06 UTC 2023 Modified Files: src/lib/libc/include: extern.h src/lib/libc/stdio: Makefile.inc vfwprintf.c Log Message: PR/57250: Martin Husemann: dtoa mishandles infinite doubles on 32bit big endian machin