Subject: CVS commit: src/lib/libc
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 01/25/2006 15:43:01
Module Name: src
Committed By: kleink
Date: Wed Jan 25 15:43:01 UTC 2006
Modified Files:
src/lib/libc: Makefile
src/lib/libc/stdlib: Makefile.inc
Added Files:
src/lib/libc/gdtoa: Makefile.inc
Removed Files:
src/lib/libc/stdlib: strtod.c
Log Message:
Drop in gdtoa as a replacement for dtoa, strtod() from stdlib/strtod.c.
To generate a diff of this commit:
cvs rdiff -r1.125 -r1.126 src/lib/libc/Makefile
cvs rdiff -r0 -r1.1 src/lib/libc/gdtoa/Makefile.inc
cvs rdiff -r1.62 -r1.63 src/lib/libc/stdlib/Makefile.inc
cvs rdiff -r1.50 -r0 src/lib/libc/stdlib/strtod.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.