Changes On Branch broken-build
Not logged in

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

Changes In Branch broken-build Excluding Merge-Ins

This is equivalent to a diff from 6f1b5d6047 to bdcfdc4642

2014-01-07
10:16
Merge changes from the broken-build branch into trunk (after fixing the build). check-in: de86ef41b2 user: drh tags: trunk
10:15
Fix the unix makefile that was broken by check-in [1ab2728820]. Closed-Leaf check-in: bdcfdc4642 user: drh tags: broken-build
09:49
Unflatten top line of directory nodes. Pros of old design (reduced screen space) aren't worth the cons (more confusing, more complicated CSS, and very few people are going to be using subdirectory pages). check-in: a9e9ac461d user: joel tags: broken-build
09:03
Make sure that shell.o and sqlite3.o are rebuilt whenever compilation options change. This should prevent problems like [http://comments.gmane.org/gmane.comp.version-control.fossil-scm.user/14805|Problem with compilation under MINGW] once and for all. check-in: 1ab2728820 user: jan.nijtmans tags: broken-build
08:25
merge trunk Closed-Leaf check-in: f52089d95e user: jan.nijtmans tags: sqlite-min-to-3.7.17
04:21
Implement runtime check for a minimum required version of SQLite. check-in: d0476bd958 user: mistachkin tags: sqliteRuntimeCheck
03:58
There's already an nFullName in FileTreeNode, so use that. Remove other pointless redundancy, too. check-in: 6f1b5d6047 user: joel tags: trunk
03:39
Move nFullName declaration to proper location check-in: 98b297a35b user: joel tags: trunk

Changes to src/browse.c.

Changes to src/makemake.tcl.

Changes to src/style.c.

Changes to win/Makefile.mingw.

Changes to win/Makefile.mingw.mistachkin.

Changes to win/Makefile.msc.