Fossil

Check-in [76442af7]
Login

Check-in [76442af7]

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

Overview
Comment:Cherrypick MSVC/TH1 related fixes [42316a14e2], [354288db9c], [9dc0877d91], [fb29094a8f], [e0f22dda7b], [1aeb2726b0], [95292a13fa], [5e368e911d], [dd8d317670], and [f61958b183] from trunk for review.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | branch-1.28
Files: files | file ages | folders
SHA1: 76442af7e13267bd164a2a681dc4ef2757ebcd4f
User & Date: mistachkin 2014-01-16 10:01:44
Context
2014-01-16
22:08
Cherrypick MSVC/TH1 related fixes [42316a14e2], [354288db9c], [9dc0877d91], [fb29094a8f], [e0f22dda7b], [1aeb2726b0], [95292a13fa], [5e368e911d], [dd8d317670], and [f61958b183] from trunk. ... (check-in: 93832bd9 user: mistachkin tags: branch-1.28)
10:01
Cherrypick MSVC/TH1 related fixes [42316a14e2], [354288db9c], [9dc0877d91], [fb29094a8f], [e0f22dda7b], [1aeb2726b0], [95292a13fa], [5e368e911d], [dd8d317670], and [f61958b183] from trunk for review. ... (check-in: 76442af7 user: mistachkin tags: branch-1.28)
07:05
Fix various corner cases for the TH1 'string first' and 'string last' sub-commands. ... (check-in: f61958b1 user: mistachkin tags: trunk)
06:31
Fix typo in TH1 'string last' error message. ... (check-in: dd8d3176 user: mistachkin tags: trunk)
2014-01-15
01:29
Improve a comment. ... (check-in: 5e368e91 user: mistachkin tags: trunk)
01:26
For the TH1 unset command, simplify removal of variable from the call frame. ... (check-in: 95292a13 user: mistachkin tags: trunk)
00:26
Update SQLite to the latest from the 3.8.2 branch. ... (check-in: 2447b2d7 user: mistachkin tags: branch-1.28)
2014-01-14
16:08
Fix several issues with the TH1 unset command, including a memory leak. Add more tests. Keep the original branch open in case further changes are needed. ... (check-in: 1aeb2726 user: drh tags: trunk)
09:48
Enable use of the TH1_DELETE_INTERP environment variable to delete the TH1 interp on exit. ... (check-in: e0f22dda user: mistachkin tags: trunk)
09:45
For MSVC, disable optimizations when compiling for debugging. ... (check-in: fb29094a user: mistachkin tags: trunk)
09:12
Unbreak the MSVC build batch file tool. ... (check-in: 9dc0877d user: mistachkin tags: trunk)
08:35
Fix build with older MinGW. See: http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg14377.html ... (check-in: 354288db user: jan.nijtmans tags: trunk)
00:10
Delay activation of ticket hook until after the ticket tables have been rebuilt. ... (check-in: 42316a14 user: mistachkin tags: trunk)
Changes
Unified Diffs Side-by-Side Diffs Patch

Changes to src/main.c.

Changes to src/makemake.tcl.

Changes to src/manifest.c.

Changes to src/rebuild.c.

Changes to src/th.c.

Changes to src/th.h.

Changes to src/th_lang.c.

Changes to src/th_main.c.

Changes to src/tkt.c.

Changes to src/xfer.c.

Changes to test/th1.test.

Changes to win/Makefile.msc.