Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2017-03-25 01:47:09.
|
2017-04-18
| ||
| 01:29 | Substantial and minor changes to the file globs document taking advice from Warren Young's email. check-in: 1239b6c470 user: rberteig tags: glob-docs | |
|
2017-04-16
| ||
| 01:11 | Consistently use ` instead of ' to surround individual characters check-in: 565685b5c8 user: andygoth tags: glob-docs | |
| 01:09 | Mention difference between Fossil globs and Unix shell globs check-in: 8df6df49fc user: andygoth tags: glob-docs | |
| 00:45 | Replace []] example with [][] because a single-character character class is not terribly useful whereas the latter demonstrates the same concept as well as the visibly unusual way to match either bracket. Add example showing how to match a ^ character as well as ], further reinforcing the above. check-in: 541e324989 user: andygoth tags: glob-docs | |
|
2017-04-14
| ||
| 22:40 | Added a new document describing the details of the GLOB syntax used with many settings. Updated the permuted index generator (and the index) to include it. check-in: b96f86c607 user: rberteig tags: glob-docs | |
|
2017-04-13
| ||
| 20:42 | Correct reparent usage information check-in: 07783301bd user: andygoth tags: trunk | |
|
2017-04-12
| ||
| 18:40 | Fix a typo on the aboutdownload.wiki documentation page. check-in: f2e9eeb1c0 user: drh tags: trunk | |
| 11:39 | Minor gcc compiler warnings check-in: a9d1d46f65 user: jan.nijtmans tags: trunk | |
| 11:26 | Suppress "database locked" warnings on the "PRAGMA optimize" that occurs as the process is shutting down. check-in: 41956e7000 user: drh tags: trunk | |
|
2017-04-11
| ||
| 21:37 | Added verbiage to --ignore options of add and addremove to state that they apply to unmanaged files only. check-in: 4d2c34b0d7 user: sdr tags: trunk | |
| 20:54 | Version 2.2 check-in: 81d7d3f43e user: drh tags: trunk, release, version-2.2 | |
| 15:04 | Update change-log check-in: 909f2ef4c6 user: jan.nijtmans tags: trunk | |
|
2017-04-03
| ||
| 11:40 | Add support for GIT comment tags, as suggested [https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg24595.html|here]. Implementation by Roy Marples, but modified to use the (existing) 'T' card in stead of the 'C' card. check-in: 3bba2a6e82 user: jan.nijtmans tags: trunk | |
| 11:33 | Use the (existing) 'T' card in stead of an (incompatible) 'C' card, to store GIT's Tag comment. Closed-Leaf check-in: f2e075b9d5 user: jan.nijtmans tags: roy-export | |
|
2017-03-31
| ||
| 00:11 | Fixed bug in test files generated in commit-warning tests that caused some UCS-2 (aka UTF-16) files to have an odd byte length and be seen as binary instead of Unicode. check-in: 4bbd5c3e47 user: rberteig tags: trunk | |
|
2017-03-30
| ||
| 18:58 | Cherry-pick Solaris build fix from SQLite trunk [http://www.sqlite.org/src/info/c8000e94cca59dab] check-in: 54cf4397f4 user: jan.nijtmans tags: trunk | |
| 18:01 | Add a hyperlink to PRAGMA optimize in the change log for 2.2. check-in: 84c2682f4f user: drh tags: trunk | |
| 15:27 | Update the built-in SQLite to 3.18.0 Closed-Leaf check-in: 017baa24e1 user: jan.nijtmans tags: branch-2.1 | |
| 15:25 | Update the built-in SQLite to 3.18.0 check-in: 32b0065c58 user: jan.nijtmans tags: trunk | |
| 07:23 | merge-mark (no change, because the removal of unused code from local.tcl was already done in trunk) Closed-Leaf check-in: 327dc56377 user: jan.nijtmans tags: autosetup | |
|
2017-03-29
| ||
| 23:07 | Update autosetup to v0.6.6 Includes minor update to local.tcl for new option handling, and also remove some unused code from local.tcl check-in: 2af33c9771 user: steveb tags: autosetup | |
|
2017-03-28
| ||
| 11:10 | Remove superflouous part of autosetup/local.tcl, suggested by [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg24976.html|Steve Bennett] check-in: 7198a7dc16 user: jan.nijtmans tags: trunk | |
|
2017-03-25
| ||
| 19:15 | (cherry-pick): Define the NORETURN macro for MSVC check-in: 1112616e99 user: jan.nijtmans tags: branch-2.1 | |
| 02:20 | Fix minor typos and add helpful hyperlinks in some of the documentation. check-in: a0ce33c90b user: drh tags: trunk | |
| 01:47 | Fix a typo in The Fossil Sync Protocol document. check-in: 39d6fc72a5 user: drh tags: trunk | |
| 01:14 | Further changes to the security section of the How The Download Page Works document. check-in: 14ac1127de user: drh tags: trunk | |
| 01:12 | Add the "Security" section to the "How The Download Page Works" document. check-in: 914d5328b6 user: drh tags: trunk | |
| 00:44 | Add the "How The Download Page Works" documentation file. check-in: fb38d312c8 user: drh tags: trunk | |
|
2017-03-24
| ||
| 20:43 | Update the built-in SQLite to the third 3.18.0 beta. check-in: af225fea67 user: drh tags: trunk | |
| 08:55 | Not all MSVC versions understand __declspec(noreturn) check-in: 131bef4234 user: jan.nijtmans tags: trunk | |
| 02:54 | Update the built-in SQLite to the second 3.18.0 beta. check-in: c8a4300267 user: drh tags: trunk | |
|
2017-03-23
| ||
| 22:09 | Define the NORETURN macro for MSVC check-in: a99c9ffec2 user: drh tags: trunk | |
|
2017-03-22
| ||
| 16:42 | Since "allow-symlinks" is already ON by default on non-unix platforms (since fossil 1.35 already), no need to do anything special during GIT/SVN import. check-in: f21820f4ab user: jan.nijtmans tags: trunk | |
| 16:26 | (cherry-pick): Fixes to SVN import received from Christophe Gouiran (bechris13250 at gmail) check-in: dec3383ed4 user: jan.nijtmans tags: branch-2.1 | |
| 16:15 | Fix harmless compiler warnings in the shell check-in: cc65959b0f user: jan.nijtmans tags: trunk | |
| 15:56 | When compiling with Mingw(-w64), check for (older) MSVC compatibility. check-in: 4080860da5 user: jan.nijtmans tags: trunk | |
| 14:52 | Fix (older) MSVC compile check-in: 80c94b7689 user: jan.nijtmans tags: trunk | |
| 12:39 | Fixes to SVN import received from Christophe Gouiran (bechris13250 at gmail) check-in: 035bd4f65c user: drh tags: trunk | |
|
2017-03-21
| ||
| 23:45 | Added some UTF-16 cases, and a BOM case for UTF-8 to commit-warning.test check-in: 8705a52535 user: rberteig tags: trunk | |
| 13:21 | Add the --symlink option to test-file-environment. check-in: e583068713 user: drh tags: trunk | |
| 10:52 | Improve commit-warning tests by constructing test files for interesting cases aiming for coverage of all the situations that should produce warnings independent of the other files in the fossil repository. check-in: 02bfb9b629 user: rberteig tags: trunk | |
|
2017-03-20
| ||
| 13:57 | Update the built-in SQLite to the first 3.18.0 beta. check-in: affb6b5e76 user: drh tags: trunk | |
| 13:56 | Limit the virtual-machine size for SQL statements run for report generators. check-in: 307147510c user: drh tags: trunk | |
|
2017-03-18
| ||
| 14:10 | Update to the latest pre-release of SQLite 3.18.0 that includes a fix for the harmless compiler warning on Macs. check-in: 9612d43f93 user: drh tags: trunk | |
| 12:44 | The "amend" command only works from within an open check-out. check-in: 8c22e1bbcd user: drh tags: trunk | |
|
2017-03-16
| ||
| 23:20 | Clean up JSON tests and tweak use of catch in the test framework. check-in: 9e5f06deae user: rberteig tags: trunk | |
| 17:55 | Update the change log for version 2.2. Change the version number to 2.2. check-in: b477fe5799 user: drh tags: trunk | |
| 16:16 | Remove the (broken) "Color by Hash" submenu link from the /bloblist page. check-in: dd687c7c90 user: drh tags: trunk | |
| 15:29 | On the /rcvfromlist page, show the hash algorithms used for each batch of artifacts received. check-in: 386191d379 user: drh tags: trunk | |
| 15:14 | Rename crnl-glob versioned setting to crlf-glob check-in: c5e4f7dff8 user: jan.nijtmans tags: trunk | |