SQLite

Check-in [4d9edbc50f]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Use a built-in atof() function instead of the one from the library to avoid problems with locale. Ticket #305. (CVS 1144)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 4d9edbc50f7dee64edbadad2e2dc4f93d8248b3b
User & Date: drh 2003-12-23 02:17:35.000
Context
2003-12-23
03:06
Test functions tolerate an "0x" before a pointer value. Ticket #452. (CVS 1145) (check-in: c6c5e07b65 user: drh tags: trunk)
02:17
Use a built-in atof() function instead of the one from the library to avoid problems with locale. Ticket #305. (CVS 1144) (check-in: 4d9edbc50f user: drh tags: trunk)
2003-12-22
14:53
Optimizations to the LEMON parser template. (CVS 1143) (check-in: 06db29df8f user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/date.c.
Changes to src/func.c.
Changes to src/printf.c.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/tokenize.c.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to test/format3.test.
Changes to test/misc3.test.