Changes On Branch sqlite4
Not logged in

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

Changes In Branch sqlite4 Excluding Merge-Ins

This is equivalent to a diff from 01e4de6b8a to 0328d68181

2012-06-29
19:35
Remove redundant include argument from the compilation steps of several source files. check-in: 8a18e7fb7f user: mistachkin tags: trunk
15:59
Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". Leaf check-in: 0328d68181 user: drh tags: sqlite4
15:47
Merge in the trunk changes. check-in: 0315f3f03b user: drh tags: sqlite4
12:48
Fix the manifest generator for check-ins so that when a partial commit is done and some of the uncommitted files have been renamed, the rows of the check-in manifest are ordered by the original, unchanged names of the uncommitted renamed files. check-in: 01e4de6b8a user: drh tags: trunk
11:05
Update the test-parse-manifest test command so that it reports parse failures on standard output. check-in: 4113f5881b user: drh tags: trunk

Changes to src/Makefile.

Changes to src/add.c.

Changes to src/allrepo.c.

Changes to src/attach.c.

Changes to src/bisect.c.

Changes to src/branch.c.

Changes to src/browse.c.

Changes to src/captcha.c.

Changes to src/cgi.c.

Changes to src/checkin.c.

Changes to src/clone.c.

Changes to src/config.h.

Changes to src/configure.c.

Changes to src/content.c.

Changes to src/cson_amalgamation.c.

Changes to src/cson_amalgamation.h.

Changes to src/db.c.

Changes to src/descendants.c.

Changes to src/diff.c.

Changes to src/diffcmd.c.

Changes to src/doc.c.

Changes to src/encode.c.

Changes to src/event.c.

Changes to src/export.c.

Changes to src/file.c.

Changes to src/finfo.c.

Changes to src/gzip.c.

Changes to src/http_transport.c.

Changes to src/import.c.

Changes to src/info.c.

Changes to src/json.c.

Changes to src/json_artifact.c.

Changes to src/json_branch.c.

Changes to src/json_config.c.

Changes to src/json_dir.c.

Changes to src/json_finfo.c.

Changes to src/json_login.c.

Changes to src/json_query.c.

Changes to src/json_report.c.

Changes to src/json_tag.c.

Changes to src/json_timeline.c.

Changes to src/json_user.c.

Changes to src/json_wiki.c.

Changes to src/leaf.c.

Changes to src/login.c.

Changes to src/main.c.

Changes to src/main.mk.

Changes to src/makemake.tcl.

Changes to src/manifest.c.

Changes to src/md5.c.

Changes to src/merge.c.

Changes to src/name.c.

Changes to src/path.c.

Changes to src/pivot.c.

Changes to src/printf.c.

Changes to src/rebuild.c.

Changes to src/report.c.

Changes to src/rss.c.

Changes to src/search.c.

Changes to src/setup.c.

Changes to src/sha1.c.

Changes to src/shell.c.

Changes to src/shun.c.

Changes to src/skins.c.

Changes to src/sqlcmd.c.

Deleted src/sqlite3.c.

Deleted src/sqlite3.h.

Added src/sqlite4.c.

Added src/sqlite4.h.

Changes to src/stash.c.

Changes to src/stat.c.

Changes to src/tag.c.

Changes to src/tar.c.

Changes to src/th.c.

Changes to src/timeline.c.

Changes to src/tkt.c.

Changes to src/undo.c.

Changes to src/update.c.

Changes to src/user.c.

Changes to src/verify.c.

Changes to src/vfile.c.

Changes to src/wiki.c.

Changes to src/wikiformat.c.

Changes to src/winhttp.c.

Changes to src/xfer.c.

Changes to win/Makefile.PellesCGMake.

Changes to win/Makefile.dmc.

Changes to win/Makefile.mingw.

Changes to win/Makefile.msc.