Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
33 check-ins using file src/main.c version 05527f6219
|
2011-06-14
| ||
| 17:24 | Change the minimum required autoconf from 2.67 to 2.62. check-in: 0241d75a90 user: drh tags: autoconf | |
| 17:21 | Add Makefile.in forgotten in [8559c781c2]. check-in: dcda2dbcb0 user: joerg tags: autoconf | |
| 17:10 | Remove NetBSD RCS ID check-in: 8079974223 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: 8559c781c2 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: 6ed7ceb1de 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: 0538980488 user: drh tags: trunk | |
|
2011-06-07
| ||
| 15:51 | Improvements to the "annotate" algorithm: Only search primary ancestors; ignore branchs. check-in: 621be70494 user: drh tags: trunk | |
| 02:09 | Merge the venks-emacs changes into trunk. check-in: fbf417b681 user: drh tags: trunk | |
| 00:48 | Pull the latest trunk changes into the venks-emacs branch. check-in: 690ba8cbdb user: drh tags: venks-emacs | |
|
2011-06-06
| ||
| 17:59 | Fix indentation and tabs to style guide check-in: 081a29c0b7 user: venkat tags: venks-emacs | |
| 17:17 | When setting execute permission only set it for those users that also have read permission. check-in: fd6f1c5e61 user: drh tags: trunk | |
| 17:15 | Bug fix: make sure "fossil update" sets the execute permission bit correctly. check-in: 37c231b11d user: drh tags: trunk | |
| 16:50 | Remove an unnecessary level of function nesting. check-in: 12989181a6 user: drh tags: trunk | |
| 12:01 | Update the "scrub" command to remove traces of login-groups and subrepositories. check-in: 5ea9cf4002 user: drh tags: trunk | |
|
2011-06-05
| ||
| 00:09 | Fix minor typo in comment check-in: ac7be7fd6c user: venkat tags: venks-emacs | |
| 00:04 | Add ability to append to ticket fields from the fossil ticket command check-in: 35d6029a13 user: venkat tags: venks-emacs | |
|
2011-06-03
| ||
| 14:24 | Update the built-in SQLite to the latest 3.7.7 alpha. check-in: 9f9047d686 user: drh tags: trunk | |
|
2011-06-02
| ||
| 20:49 | Improved handling of check-in diff display when files have changed names but are otherwise unmodified. Requires a rebuild to get the display exactly right since the MLINK table needs to be recomputed. check-in: 067cda2645 user: drh tags: trunk | |
| 19:28 | Create new branch named "ben-testing" check-in: 25c77401f0 user: ben tags: ben-testing | |
| 14:56 | Make sure the built-in "now()" function is available to peer-repository connections for single-signon operations. Ticket [3233c3dad99d57ad]. check-in: 74ecc4d646 user: drh tags: trunk | |
|
2011-06-01
| ||
| 22:39 | Add the --type option to the "fossil tag find" command. Ticket [9bed1f604e0773] check-in: d5b9674ec5 user: drh tags: trunk | |
| 22:32 | In contexts where only a check-out makes since, only resolve tags or branch names into check-outs, not events or other artifacts. Ticket [5f611295e3c2a8]. check-in: 2a013f0228 user: drh tags: trunk | |
|
2011-05-31
| ||
| 12:52 | Always use the alternate-form flag "#" to control the number of input bytes to printf conversions like %t, %h, and %q. Do not use precision in those cases since precision limits the number of output characters, not the number of input characters. Ticket [8967ea1df4f51af]. check-in: e5e6ca4659 user: drh tags: trunk | |
|
2011-05-30
| ||
| 16:46 | Makefile which works under the BSDs and Solaris using their non-GNU make. Resolves [5a96dd5f52]. check-in: 3abab7e177 user: ben tags: trunk | |
| 07:14 | Add configure script, which must be run before running make, as it appears there's no cross-platform way to set a make variable to the output of a shell command. Closed-Leaf check-in: 5abe6347c2 user: ben tags: configure-make | |
| 07:04 | Create new branch named "configure-make" check-in: 62284df93a user: ben tags: configure-make | |
|
2011-05-28
| ||
| 18:51 | Release check-in: 0448438c56 user: drh tags: trunk, release | |
| 17:56 | Merge the latest changes from the ben-security branch into trunk. check-in: 6d35cde78d user: drh tags: trunk, test-%-&-tag | |
| 17:52 | Do not attempt to use fossil_fopen() in place of fopen() in the SQLite shell as doing so causes problems on (some) Macs and does not really help the windows i18n situation. Ticket [034fa7bb2907e96] check-in: e94c1e9068 user: drh tags: trunk | |
|
2011-05-27
| ||
| 14:37 | Issue a warning if the "push" or "sync" command is issued when "dont-push" is enable. check-in: 21ceccddd8 user: drh tags: trunk | |
| 12:56 | Internationalize the opendir() function calls. Ticket [49db5c3993bef2]. check-in: e05fea3852 user: drh tags: trunk | |
| 12:16 | Add the test-mimetype command and use it to verify the correct order of entries in the mimetype table. Fix the errors found. check-in: ea2698e9c7 user: drh tags: trunk | |
| 12:03 | Do not use strcmp() for comparison since the sort order can vary by locale. Use fossil_strcmp() instead. Ticket [3f0216560679fd41]. check-in: 32ad9a1584 user: drh tags: trunk | |