Fossil

Timeline
Login

Timeline

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

15 check-ins using file src/diff.c version 44fc8779b0

2011-10-17
01:12
Add new warnings for when Fossil overwrites an unmanged file on "update" or "merge". Undo has been and continues to be available to recover the overwritten files. ... (check-in: 39f979b08c user: drh tags: trunk)
2011-10-16
23:10
Fix a typo in the timeline EVENT table entries generated by "fossil rebuild" in the previous check-in. ... (check-in: fd486df492 user: drh tags: trunk)
23:00
Show tag changes on the timeline. A "fossil rebuild" is required to take advantage of this new feature. Also put a • character in front of non-checkin timeline entries to make them stand out more. ... (check-in: 87540ed6e6 user: drh tags: trunk)
17:32
Fix new and harmless compiler warnings that appeared with the upgrade to GCC 4.6.1. ... (check-in: d8bbe4add6 user: drh tags: trunk)
14:33
Removed a GNU-make-only construct which broke Jan's build. ... (check-in: 8da8432630 user: stephan tags: json-multitag-test, json)
13:29
pulled in latest cson for cson_object_merge(). ... (check-in: d3ad893c5b user: stephan tags: json-multitag-test, json)
13:29
fixed a memleak of parent artifact uuid. long live valgrind. ... (check-in: 3db8bfc5bf user: stephan tags: json-multitag-test, json)
12:56
Merge latest changes from trunk ... (check-in: 1349e5ed20 user: ashish tags: ashish-ipv6)
10:04
merged/resolved trunk [ee723ed98ddb0a]. ... (check-in: a40ac8fdc4 user: stephan tags: json-multitag-test, json)
2011-10-15
17:36
Vary the number of columns of displayed files in the File List depending on the length of the longest filename in the list. ... (check-in: ee723ed98d user: drh tags: trunk)
17:18
Update to the Fossil-v-Git matrix. ... (check-in: a52287876c user: drh tags: trunk)
12:30
Fix clang static analyzer warnings about deref null pointers and undefined values. There are still lots of dead code warnings, but those are harmless. ... (check-in: 630691456b user: drh tags: trunk)
12:16
Mark functions that never return (ex: fossil_panic()) as such so that static analyzers can do a better job of pruning paths. ... (check-in: 86d2b4efc8 user: drh tags: trunk)
10:40
Update the built-in SQLite and the SQL command-line shell to the latest code from the SQLite trunk: version 3.7.9 alpha. This fixes some warnings that started appearing after upgrading to gcc 4.6.1. ... (check-in: 3dd0c15583 user: drh tags: trunk)
10:17
A very simple fix to the annotate memory leak problem. ... (check-in: 9929bab702 user: drh tags: trunk)