Fossil

Timeline
Login

Timeline

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

21 check-ins using file src/sqlite3.c version ac2015ba

2011-06-14
23:59
When doing a merge, only follow direct ancestor links when computing the set of filename changes. Do not follow merge links as this can result in non-intuitive changes. Ticket [554f44ee74e3d3b]. ... (check-in: 1c4d1272 user: drh tags: trunk)
22:31
Disable several warnings about sorting w/o an index. ... (check-in: b893eb0d user: drh tags: trunk)
22:16
A very simple commit fix. ... (check-in: 3a610a39 user: drh tags: trunk)
17:24
Change the minimum required autoconf from 2.67 to 2.62. ... (check-in: 0241d75a user: drh tags: autoconf)
17:21
Add Makefile.in forgotten in [8559c781c2]. ... (check-in: dcda2dbc user: joerg tags: autoconf)
17:10
Remove NetBSD RCS ID ... (check-in: 80799742 user: joerg tags: autoconf)
17:09
Add very basic configure script. It is just checking for zlib, OpenSSL and the USE_PREAD support on the BSDs. ... (check-in: 8559c781 user: joerg tags: autoconf)
2011-06-10
15:14
When creating manifest files as part of a "fossil import" command, ensure that "T" cards are added in sorted order, and that there are no duplicates. ... (check-in: 6ed7ceb1 user: dan tags: trunk)
2011-06-09
19:20
Make sure the content of a manifest has been materialized and is not a copy-or-write segment of another blob prior to parsing it. Ticket [9c3e2a224b6b0055] ... (check-in: 05389804 user: drh tags: trunk)
2011-06-07
15:51
Improvements to the "annotate" algorithm: Only search primary ancestors; ignore branchs. ... (check-in: 621be704 user: drh tags: trunk)
02:09
Merge the venks-emacs changes into trunk. ... (check-in: fbf417b6 user: drh tags: trunk)
00:48
Pull the latest trunk changes into the venks-emacs branch. ... (check-in: 690ba8cb user: drh tags: venks-emacs)
2011-06-06
17:59
Fix indentation and tabs to style guide ... (check-in: 081a29c0 user: venkat tags: venks-emacs)
17:17
When setting execute permission only set it for those users that also have read permission. ... (check-in: fd6f1c5e user: drh tags: trunk)
17:15
Bug fix: make sure "fossil update" sets the execute permission bit correctly. ... (check-in: 37c231b1 user: drh tags: trunk)
16:50
Remove an unnecessary level of function nesting. ... (check-in: 12989181 user: drh tags: trunk)
12:01
Update the "scrub" command to remove traces of login-groups and subrepositories. ... (check-in: 5ea9cf40 user: drh tags: trunk)
2011-06-05
08:54
Merge latest SQLite from trunk ... (check-in: be264779 user: ben tags: ben-testing)
00:09
Fix minor typo in comment ... (check-in: ac7be7fd user: venkat tags: venks-emacs)
00:04
Add ability to append to ticket fields from the fossil ticket command ... (check-in: 35d6029a user: venkat tags: venks-emacs)
2011-06-03
14:24
Update the built-in SQLite to the latest 3.7.7 alpha. ... (check-in: 9f9047d6 user: drh tags: trunk)