Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 12ce0041f5aef5c9.
2013-03-21
| ||
12:06 | Add flag LOOK_INVALID, not used yet. Add many more UTF8/16 test-cases. ... (check-in: 3ec3909b17 user: jan.nijtmans tags: trunk) | |
10:57 | merge trunk (testcases not adapted yet!) ... (check-in: 43aa3b2d8b user: jan.nijtmans tags: improve_commit_warning) | |
2013-03-20
| ||
14:40 | • Ticket [7567c8daf9] Tickets Cannot be searched from Web UI status still Open with 4 other changes ... (artifact: 2812f3f450 user: anonymous) | |
02:02 | • Edit [3f2f1e62fa157017|3f2f1e62fa]: Mark "Closed". ... (artifact: 6e853e61ec user: mistachkin) | |
2013-03-19
| ||
17:40 | Merge UTF-16 byte swapping fix and test-looks-like-utf command enhancements. ... (check-in: b4bec3753d user: mistachkin tags: trunk) | |
17:37 | Fix overly eager byte swapping when checking for UTF-16 text. ... (Closed-Leaf check-in: 3f2f1e62fa user: mistachkin tags: bomRefactor) | |
14:12 | take over new testcases from bomRefactor branch. ... (check-in: f58bc2dfc7 user: jan.nijtmans tags: trunk) | |
12:49 | • Ticket [e167be3b92] fossil timeline: option for single line per log entry status still Open with 4 other changes ... (artifact: 79bca6b52d user: anonymous) | |
12:05 | • Ticket [5927b03873] Make timeline machine readable status still Open with 4 other changes ... (artifact: 49fe04337c user: anonymous) | |
12:03 | • Ticket [e167be3b92] fossil timeline: option for single line per log entry status still Open with 4 other changes ... (artifact: 3f52ae0fc3 user: anonymous) ... 1 similar event omitted. | |
10:06 | merge trunk (still experimental) ... (Closed-Leaf check-in: af4d780446 user: jan.nijtmans tags: use-blob_strip_bom) | |
09:03 | • Edit [5a886cfd9b499191|5a886cfd9b]: Mark "Closed". ... (artifact: 6f10750fae user: jan.nijtmans) | |
08:59 | Merge "cr-warning" branch to trunk: Fossil now warns before committing files with CR line-endings and offers to convert them to LF line-endings; fossil's diff cannot handle those. In checkin.c, use LOOK_BINARY in stead of LOOK_NUL, in case more flags are added to the BINARY detection. Rename LOOK_LENGTH to LOOK_LONG. ... (check-in: ea2598e447 user: jan.nijtmans tags: trunk) | |
08:41 | • Edit [59f2644788308c15|59f2644788]: Mark "Closed". ... (artifact: b44f49bb28 user: jan.nijtmans) | |
08:41 | • Edit [9263d4c2c3a66f50|9263d4c2c3]: Mark "Closed". ... (artifact: e3971e5395 user: jan.nijtmans) | |
08:38 | • Edit [a9f1cbbd6cf7b856|a9f1cbbd6c]: Mark "Closed". ... (artifact: 137ef81d02 user: jan.nijtmans) | |
08:34 | • Edit [b0b3f2a44f3daadc|b0b3f2a44f]: Move to branch bomRefactor. ... (artifact: 24bdee3197 user: jan.nijtmans) | |
08:34 | Fix expected value of test-cases: The value of LOOK_LONE_CR is wrong in 19 cases. I leave it to Joe to fix the code. ... (check-in: 8af1541ac5 user: jan.nijtmans tags: bomRefactor) | |
2013-03-18
| ||
23:47 | Make sure that LOOK_CR is set even when a CR/LF pair is detected. Rename the LOOK_LENGTH flag to LOOK_LONG for clarify. Add LOOK_SHORT flag to indicate that the looks_like_utf16() function did not perform a full check. Support tests for UTF-16 in reverse byte order. Enhancements to the test-looks-like-utf command. ... (check-in: b0b3f2a44f user: mistachkin tags: bomRefactor) | |
12:46 | • Edit [a4cdc7235a923422|a4cdc7235a]: Edit check-in comment. ... (artifact: 0e3f1c2b3c user: jan.nijtmans) | |
12:37 | Adapt test-case 112 such that it contains a reversed CR/LF, a case not covered before. Fix detection of reversed CR/LF and lone CR in reversed UTF-16 case, broken by [e3f9a42b58]. ... (check-in: a4cdc7235a user: jan.nijtmans tags: trunk) | |
11:45 | Add test-cases using reverse UTF-16 BOM, and the unicode characters U+0A00 and U+0D00 ... (check-in: d1f0c4b93e user: jan.nijtmans tags: trunk) | |
11:04 | • Edit [a9f1cbbd6cf7b856|a9f1cbbd6c]: Move to branch reverse-bom-testcases. ... (artifact: fddf4c9558 user: jan.nijtmans) | |
10:22 | Add test-cases using reverse UTF-16 BOM, and the unicode characters U+0A00 and U+0D00 ... (Closed-Leaf check-in: a9f1cbbd6c user: jan.nijtmans tags: reverse-bom-testcases) | |
09:30 | Remove dead code from checkin.c Fix LOOK_BINARY macro: LOOK_ODD doesn't say anything about being binary or not, it only means it cannot be UTF-16. ... (check-in: 12ce0041f5 user: jan.nijtmans tags: trunk) | |
08:00 | • Ticket [3a2a265132] Suggestion: CLI option to describe features with which fossil was compiled status still Closed with 3 other changes ... (artifact: 3d768a5bc8 user: mistachkin) | |
07:10 | Rename blob_remove_cr() to blob_to_lf_only() since that is what it now does. Also, improvements to style and related comments. ... (check-in: 757585fb28 user: mistachkin tags: trunk) | |
07:05 | Improve consistency of the version information. ... (check-in: e452aa97f1 user: mistachkin tags: trunk) | |
06:09 | Fixes to the verbose mode of the version command. Also, make sure to consistently order optional feature lists. ... (check-in: b85a18ba20 user: mistachkin tags: trunk) | |
05:38 | Correct inverted result of looks_like_binary() macro. Correct off-by-one error in the looks_like_utf16() function. Restore original meaning of the LOOK_CR and LOOK_LF flags. Restore LOOK_ODD flag, abstracting UTF-16 content inspection away from blob length. When performing byte swaps, do so consistently. Fix test cases to work with Tcl versions prior to 8.6. Add could_be_utf16() function to preform the preliminary blob checks. Adjustments to style and comments. ... (check-in: e3f9a42b58 user: mistachkin tags: trunk) | |
2013-03-17
| ||
09:54 | remove the LOOK_ODD flag. It doesn't fit in looks_like_utf16() because it doesn't need each character to be scanned. ... (check-in: d4fe8be6a3 user: jan.nijtmans tags: trunk) | |
2013-03-16
| ||
06:46 | move starts_with_utf16_bom() call out of looks_like_utf16(), so we do it only once. ... (check-in: b58800e5eb user: jan.nijtmans tags: trunk) | |
2013-03-15
| ||
19:06 | • Ticket [137cf42ad9] Fossil pull from file fails when proxy is set status still Open with 4 other changes ... (artifact: 405d04539f user: mjanssen) | |
18:26 | • Ticket [3a2a265132] Suggestion: CLI option to describe features with which fossil was compiled status still Closed with 3 other changes ... (artifact: d2b0f0b175 user: anonymous) | |
15:02 | Code changes for Android, suggested by Mark Janssen. ... (check-in: d4d66d133a user: jan.nijtmans tags: trunk) | |
14:53 | Fixed a C99ism (decl after code). ... (check-in: 123e4bc589 user: stephan tags: trunk) | |
14:52 | • Closed ticket [3a2a265132]: Suggestion: CLI option to describe features with which fossil was compiled plus 4 other changes ... (artifact: 23f9b19640 user: stephan) | |
14:49 | Added basic implementation of RFE ticket [3a2a26513220342]: -verbose option for the "version" command. ... (check-in: 1be15a57f1 user: stephan tags: trunk) | |
14:35 | ssh:// and file:// protocols now ignore proxy. (From Martin Gagnon.) ... (check-in: 0d55a0ad0f user: stephan tags: trunk) | |
14:08 | • Fixed ticket [38cecac15f]: test-move-repository requires access to original repository plus 4 other changes ... (artifact: 8c565d705f user: jan.nijtmans) | |
14:07 | Fix ticket [38cecac15f]: test-move-repository requires access to original repository ... (check-in: e5905473a8 user: jan.nijtmans tags: trunk) | |
13:40 | • Edit [9b90146a6ae6581d|9b90146a6a]: Mark "Closed". ... (artifact: 6ca70a47d8 user: jan.nijtmans) | |
12:53 | • Edit [5a886cfd9b499191|5a886cfd9b]: Move to branch cr-warning. ... (artifact: 61ea6b9e79 user: jan.nijtmans) | |
12:53 | (expirimental) First implementation of "CR line endings" warning. ... (Closed-Leaf check-in: 5a886cfd9b user: jan.nijtmans tags: cr-warning) | |
12:35 | • New ticket [3a2a265132] Suggestion: CLI option to describe features with which fossil was compiled. ... (artifact: fac77fe9df user: anonymous) | |
12:29 | merge trunk ... (Closed-Leaf check-in: 59f2644788 user: jan.nijtmans tags: bomRefactor) | |
12:23 | Don't let looks_like_utf8/16 decide any more whether the blob is text or binary. Calling code can do that based on the returned flags. This simplifies looks_like_utf8/16 a lot. ... (check-in: 276b34955b user: jan.nijtmans tags: trunk) | |
11:32 | Allow blob_remove_cr() to be used for both \r\n -> \n as well as \r -> \n conversions. ... (check-in: 4b2c2a519f user: jan.nijtmans tags: trunk) | |
11:16 | minor simplifications ... (check-in: 731e07dd94 user: jan.nijtmans tags: bomRefactor) | |