SQLite

Check-in [8009220c36]
Login

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

Overview
Comment:Modifications to avoid unsigned/signed comparisons in various files. (CVS 5914)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 8009220c36635dd9b6efea7dc13281ca9625c40a
User & Date: danielk1977 2008-11-17 19:18:55.000
Context
2008-11-18
07:27
Reduce the number of "missing initializer" warnings. (CVS 5915) (check-in: d68e2795e7 user: danielk1977 tags: trunk)
2008-11-17
19:18
Modifications to avoid unsigned/signed comparisons in various files. (CVS 5914) (check-in: 8009220c36 user: danielk1977 tags: trunk)
16:42
Modifications to avoid unsigned/signed comparisons in where.c. (CVS 5913) (check-in: f35606d1d8 user: danielk1977 tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/btmutex.c.
Changes to src/build.c.
Changes to src/date.c.
Changes to src/insert.c.
Changes to src/malloc.c.
Changes to src/mem5.c.
Changes to src/mutex_unix.c.
Changes to src/os_unix.c.
Changes to src/pragma.c.
Changes to src/prepare.c.
Changes to src/printf.c.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/util.c.
Changes to src/vacuum.c.
Changes to src/vdbeaux.c.
Changes to src/vdbefifo.c.
Changes to src/where.c.