Fossil

Timeline
Login

Timeline

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

50 most recent check-ins related to "experimental"

2016-10-25
22:06
Merge updates from trunk. ... (Closed-Leaf check-in: 66c5bc56 user: mistachkin tags: experimental)
22:05
Remove the 'fusefs' command from builds that do not have underlying support enabled. ... (check-in: 20b67ab3 user: mistachkin tags: experimental)
20:25
Add the --command option to "fossil diff". ... (check-in: eb67f09c user: drh tags: trunk)
2016-10-24
21:54
Merge updates from trunk. ... (check-in: 1375911c user: mistachkin tags: experimental)
21:53
Remove BOM (byte-order-mark) from the change log. ... (check-in: a2f47102 user: mistachkin tags: trunk)
2016-10-23
02:16
Fixes for incremental Git import/export. ... (check-in: 9599705c user: mistachkin tags: experimental)
02:14
Minor tweaks to the break_into_lines() algorithm. Add tests. ... (check-in: d3cc6d1d user: mistachkin tags: experimental)
02:07
Minor security enhancements to the optional SEE integration. ... (check-in: 69352027 user: mistachkin tags: experimental)
01:46
Add the 'project_description' variable to TH1. ... (check-in: 345c580d user: mistachkin tags: experimental)
01:45
Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. ... (check-in: a5fd16fe user: mistachkin tags: experimental)
01:42
Enhance 'brlist' page to make use of branch colors. ... (check-in: 435ca5d2 user: mistachkin tags: experimental)
01:28
Minor enhancement to 'mkversion'. ... (check-in: f59f4e1f user: mistachkin tags: trunk)
2016-10-10
18:53
Cosmetic TH1 doc tweaks. ... (Closed-Leaf check-in: 2a163d5c user: mistachkin tags: th1Unversioned)
05:55
Merge updates from trunk. ... (Closed-Leaf check-in: 82d77c23 user: mistachkin tags: prjDesc)
2016-10-08
14:06
Fix a regression introduced in [69668f8c57] that broke export of tags. ... (Closed-Leaf check-in: b2e0fda9 user: nick.lloyd tags: nick.lloyd-git-interop)
2016-10-04
19:17
Coding style tweaks. ... (Closed-Leaf check-in: 34d988c2 user: mistachkin tags: seeEnhanced)
02:55
Coding style tweak. ... (Closed-Leaf check-in: b47e4cc4 user: mistachkin tags: binDiffFix)
2016-03-06
06:35
Merge updates from trunk. ... (Closed-Leaf check-in: 4bd2b545 user: mistachkin tags: pending-review)
2016-01-20
12:15
Remove even fusefs command from non fuse-enabled builds ... (check-in: 06fd798b user: baruch tags: pending-review)
2014-10-21
22:12
Avoid invoking fossil_error() in manifest_crosslink() while processing a push, even though such errors are suppose to be ignored. ... (Closed-Leaf check-in: 1d857968 user: drh tags: experimental)
03:05
Fix compiler warning and clarify use of local variables. ... (check-in: e7518b44 user: mistachkin tags: trunk)
2014-07-22
19:56
Add tests for the legacy comment formatting (from trunk). ... (Closed-Leaf check-in: 86f5c188 user: mistachkin tags: experimental)
2014-07-20
05:09
Correct usage syntax error message for the 'test-comment-format' command. ... (check-in: 68cd1f5b user: mistachkin tags: experimental)
04:24
Enhance comments that describe the new comment printing function. ... (check-in: 4a5352c2 user: mistachkin tags: experimental)
02:35
Add -comfmtflags command line option to set the comment printing flags, defaulting to the legacy comment printing algorithm. ... (check-in: 18a97b3a user: mistachkin tags: experimental)
02:10
Merge updates from trunk. ... (check-in: 5ea6a95a user: mistachkin tags: experimental)
2014-07-19
19:20
Allow commits against a closed leaf as long as the new commit is on a different branch. ... (check-in: 619fa857 user: drh tags: trunk)
2014-06-24
00:40
Merge updates from trunk. ... (check-in: 591bc443 user: mistachkin tags: experimental)
2014-06-23
09:35
Make daysOfWeek a const table. c/char const/const char/ ... (check-in: 1d306725 user: jan.nijtmans tags: trunk)
2014-06-21
01:38
Add --trimspace option to the 'test-comment-format' test command. ... (check-in: 4e3f915c user: mistachkin tags: experimental)
01:32
Re-add the legacy comment printing algorithm. Currently, it is being retained primarily for testing and comparison purposes. ... (check-in: 0463c7bf user: mistachkin tags: experimental)
2014-06-20
20:56
Merge updates from trunk. ... (check-in: 265a48d3 user: mistachkin tags: experimental)
20:55
Merge updates from trunk. ... (Closed-Leaf check-in: 1f2eac61 user: mistachkin tags: respectformatting)
19:52
Merge parent branch again. ... (check-in: 91741c7a user: mistachkin tags: experimental)
19:48
Update comment tests. ... (check-in: fcbfd8b5 user: mistachkin tags: respectformatting)
19:16
Merge parent branch. ... (check-in: 69509558 user: mistachkin tags: experimental)
19:15
Merge updates from trunk. ... (check-in: fc84a01a user: mistachkin tags: respectformatting)
18:56
Reorganize the new code, making internal functions private. Add COMMENT_PRINT_TRIM_SPACE flag, on by default. ... (check-in: 856d10ae user: mistachkin tags: experimental)
18:31
Further refinements and more tests. ... (check-in: 70ba07c3 user: mistachkin tags: experimental)
03:56
Initial draft of the ability to break a multi-line comment on word boundaries using the new algorithm. ... (check-in: 10b47cc3 user: mistachkin tags: experimental)
2014-06-19
21:30
Merge updates from trunk. ... (check-in: 5d2a7a0f user: mistachkin tags: experimental)
21:28
Merge updates from trunk. Add tests. ... (check-in: 334f518c user: mistachkin tags: respectformatting)
21:25
Add several tests. ... (check-in: bb1a1918 user: mistachkin tags: experimental)
21:25
Complete re-write of the comment printing algorithm, taking the preservation of any pre-existing formatting within the comment into account. No attempt is made to avoid breaking a line in the middle of a word. ... (check-in: 89aa595f user: mistachkin tags: experimental)
05:43
Merge updates from branch. Gracefully handle the case where the first line contains no spaces. ... (check-in: d5476292 user: mistachkin tags: experimental)
04:21
Merge updates from trunk. Adjust tests to account for comment formatting changes. One key test is still failing. ... (check-in: 59d80134 user: mistachkin tags: respectformatting)
03:04
Merge variable name change. ... (check-in: 05ea665f user: mistachkin tags: experimental)
03:03
Rename the zBuf variable to zLine, to improve clarity. ... (check-in: b68446e2 user: mistachkin tags: respectformatting)
02:39
Experimental changes for more precise handling of new lines. ... (check-in: 816faa5a user: mistachkin tags: experimental)
02:39
Even more style improvements. ... (check-in: c7c3d99a user: mistachkin tags: respectformatting)