SQLite

Check-in [c8a8a189a8]
Login

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

Overview
Comment:More strict aliasing fixes. The single source file library now runs successfully with -fstrict-alias. (CVS 3725)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: c8a8a189a82500aab501e9949f5b197c0b80b3a9
User & Date: drh 2007-03-27 13:36:37.000
Context
2007-03-27
14:05
Fix off-by-one errors in the header comments of btree.c. Ticket #2272. (CVS 3726) (check-in: a70ea7202d user: drh tags: trunk)
13:36
More strict aliasing fixes. The single source file library now runs successfully with -fstrict-alias. (CVS 3725) (check-in: c8a8a189a8 user: drh tags: trunk)
12:04
Get the -DSQLITE_OMIT_XFER_OPT option working. Run speed tests on a full regression. Add the script for generating sqlite3.c. (CVS 3724) (check-in: 1dd9d0775a user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/build.c.
Changes to src/expr.c.
Changes to src/pager.c.
Changes to src/sqliteInt.h.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to src/where.c.