Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More explicit type casting to silence VC++. (CVS 6006) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
14e6d19c3157ccdce170e769d678c7f4 |
User & Date: | drh 2008-12-10 18:03:46.000 |
Context
2008-12-10
| ||
19:26 | Never use strlen(). Use our own internal sqlite3Strlen30() which is guaranteed to never overflow an integer. Additional explicit casts to avoid nuisance warning messages. (CVS 6007) (check-in: c872d55493 user: drh tags: trunk) | |
18:03 | More explicit type casting to silence VC++. (CVS 6006) (check-in: 14e6d19c31 user: drh tags: trunk) | |
17:20 | Remove or rename local variables that shadow other variables or parameters. (CVS 6005) (check-in: e7e9fa4fa1 user: drh tags: trunk) | |
Changes
Changes to src/parse.y.
Changes to src/pcache1.c.
Changes to src/printf.c.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/update.c.
Changes to src/vdbe.c.
Changes to src/vdbeapi.c.
Changes to src/vdbemem.c.
Changes to src/vtab.c.
Changes to tool/lempar.c.