Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins by user jan.nijtmans occurring around d13143eb3be8c692.
2012-11-30
| ||
13:27 | (experimental) command-line expansion for MinGW-w64. Should work on MSVC as well. Doesn't work with MinGW. ... (check-in: b1036fe5bf user: jan.nijtmans tags: cmdline-expansion) | |
13:05 | Changes to allow *[]? in check-in comments were added by check-in [647bb7b79f3c2a], which is sufficient to address ticket [46bf4baedcea6c]. The additional logic in this branch that tries to do special encodings for double-quote characters on windows is complication we can do without. Was: fix merge problem, which cause an OSX broken build ... (check-in: 7885b60187 user: jan.nijtmans tags: ticket-d17d6e5b17) | |
12:36 | merge trunk. appears to work well again. ... (check-in: 0c65916136 user: jan.nijtmans tags: ticket-d17d6e5b17) | |
2012-11-29
| ||
21:21 | merge trunk. Seems to work now. Still to be tested more. ... (check-in: 49bdd78b75 user: jan.nijtmans tags: ticket-d17d6e5b17) | |
15:13 | merge trunk. Broken on win32! ... (check-in: 258cedd625 user: jan.nijtmans tags: ticket-d17d6e5b17) | |
09:59 | One more thing I spotted (but cannot test!): UTF8-mac encoded values could enter fossil through environment variables as well... ... (check-in: 42951c59ae user: jan.nijtmans tags: ticket-e399bc) | |
09:53 | Tested now on win32 and cygwin (with some fixes, please evaluate!). I cannot test it on OSX, but I think this should function as intended. ... (check-in: a0148eac53 user: jan.nijtmans tags: ticket-e399bc) | |
08:57 | unbreak win32 ... (check-in: 0ff5b5ed0f user: jan.nijtmans tags: ticket-e399bc) | |
2012-11-28
| ||
08:45 | merge trunk ... (check-in: 58a98df4a5 user: jan.nijtmans tags: ticket-d17d6e5b17) | |
08:44 | merge trunk ... (Closed-Leaf check-in: 9d67e2e2d3 user: jan.nijtmans tags: convert_before_commit_v2) | |
08:43 | merge trunk ... (check-in: 569d0e2cec user: jan.nijtmans tags: improve_commit_warning) | |
2012-11-27
| ||
14:53 | unbreak mingw-w64 build ... (check-in: 14cf3f3c9d user: jan.nijtmans tags: trunk) | |
12:10 | merge trunk ... (check-in: 2e1f2e69d5 user: jan.nijtmans tags: improve_commit_warning) | |
11:26 | merge trunk ... (check-in: 71cd228b0e user: jan.nijtmans tags: ticket-d17d6e5b17) | |
11:10 | Suggested fix for [1038e224fa] ... (Closed-Leaf check-in: 9f3622b22a user: jan.nijtmans tags: ticket-1038e224fa) | |
09:46 | merge trunk ... (check-in: 35f5c40c72 user: jan.nijtmans tags: convert_before_commit_v2) | |
09:42 | blob_to_utf8_no_bom(): the starts_with_utf16(le|be)_bom calls were swapped. ... (check-in: d27cddf17c user: jan.nijtmans tags: trunk) | |
09:15 | missed a small part when merging ... (check-in: 5d3a492d8a user: jan.nijtmans tags: convert_before_commit_v2) | |
09:10 | merge trunk ... (check-in: 43caa73788 user: jan.nijtmans tags: convert_before_commit_v2) | |
2012-11-26
| ||
22:47 | merge trunk ... (check-in: f05090e5e8 user: jan.nijtmans tags: ticket-d17d6e5b17) | |
20:03 | merge trunk ... (check-in: 1772f8b895 user: jan.nijtmans tags: ticket-d17d6e5b17) | |
12:23 | - Make --force imply --no-warnings - Add --no-warnings to "fossil scrub" and "fossil clean" - Remove "--conflict" option for "fossil merge", use --force for that. ... (Closed-Leaf check-in: 06e1b67270 user: jan.nijtmans tags: bellon-unicode-v2) | |
2012-11-25
| ||
21:42 | Patch provided by Stefan Bellon, >Attached you'll find a patch that adds the "unicode-glob" to the >settings and respects its setting in the check-in. Additionally I >disabled all the check-in warnings (crnl, binary and unicode) in case >--force/-f is set on commit. ... (check-in: 0c2f705c80 user: jan.nijtmans tags: bellon-unicode) | |
20:44 | merge trunk ... (check-in: 22a543bcf5 user: jan.nijtmans tags: ticket-d17d6e5b17) | |
2012-11-23
| ||
19:33 | some unnecessary spacing ... (check-in: d13143eb3b user: jan.nijtmans tags: trunk) | |
11:29 | merge trunk "filename contains illegal characters" is now a warning ... (check-in: d3bee356ba user: jan.nijtmans tags: ticket-d17d6e5b17) | |
10:35 | Disallow invalid unicode characters ... (Closed-Leaf check-in: 9242c09ff9 user: jan.nijtmans tags: invalid-unicode) | |
2012-11-22
| ||
12:59 | merge trunk ... (check-in: 6e9c044e3b user: jan.nijtmans tags: ticket-d17d6e5b17) | |
12:58 | Minor fix in checking for drive-prefix (!= absolute filename) ... (check-in: 6119cb310d user: jan.nijtmans tags: ticket-d17d6e5b17) | |
09:32 | merge trunk <p>Functional complete and well-tested ... (check-in: e6a1910fa8 user: jan.nijtmans tags: ticket-d17d6e5b17) | |
2012-11-21
| ||
20:53 | Just commit some weird filenames, even one with a newline in it, to test the code. ... (Closed-Leaf check-in: ac1af2306b user: jan.nijtmans tags: test-ticket-d17d6e5b17) | |
09:20 | Somehow, part of previous change got lost ... (check-in: 9272573511 user: jan.nijtmans tags: ticket-d17d6e5b17) | |
09:12 | Split off in separate functions <p>Still experimental, but starts looking better ... (check-in: b59dc07818 user: jan.nijtmans tags: ticket-d17d6e5b17) | |
2012-11-20
| ||
13:46 | Experimental fix for issue [d17d6e5b17]. <p>Should have a LOT more testing before merging it to trunk, because it is dangerous! <p>The method used is as described at: <br> [http://cygwin.com/cygwin-ug-net/using-specialnames.html] The only problematic characters left are ':' and '\', all other problematic characters are handled by translating them to characters in the range U+F000 to U+F0FF <p>Feedback welcome. ... (check-in: 82ce90f91c user: jan.nijtmans tags: ticket-d17d6e5b17) | |
2012-11-17
| ||
20:19 | merge trunk ... (Closed-Leaf check-in: 7e7dcdd2c9 user: jan.nijtmans tags: convert_before_commit) | |
2012-11-16
| ||
07:50 | remove unused variable ... (check-in: 6fb750d77c user: jan.nijtmans tags: trunk) | |
07:33 | The <nobr> tag is not valid xhtml. <p>All div.logo, div.status, div.section and div.divider parts of the html pages are not supposed to be line-wrapped. Some skins do that though the <nobr> tag, other do it by putting "white-space: nowrap;" in css. <p>This commit changes the skins to do the same using css in all skins. <p>With this change, the "timeline" and "finfo" pages become 100% html5 complient: validator.w3.org doesn't show any errors any more (just 3 warnings) ... (Closed-Leaf check-in: 46fba0f1c6 user: jan.nijtmans tags: no-nobr) | |
2012-11-13
| ||
15:04 | this ampersand should not have been escaped ... (check-in: 2017763c31 user: jan.nijtmans tags: trunk) | |
12:31 | bug-fix: If both suppressCnt and pendingEndTr are true, a </td></tr> pair too much is printed out. Discovered by validator.w3.org ... (check-in: 06b00fa511 user: jan.nijtmans tags: trunk) | |
2012-11-12
| ||
13:19 | merge trunk ... (check-in: aaa1cb04dd user: jan.nijtmans tags: improve_commit_warning) | |
13:17 | merge trunk ... (Closed-Leaf check-in: 2b63068b4a user: jan.nijtmans tags: ticket-fb3057f6ed) | |
13:16 | revert unrelated changes ... (check-in: 2c5844b1be user: jan.nijtmans tags: convert_before_commit) | |
13:12 | merge trunk ... (check-in: b1beeb77ee user: jan.nijtmans tags: convert_before_commit) | |
2012-11-10
| ||
19:57 | merge trunk ... (check-in: df71e9d360 user: jan.nijtmans tags: ticket-fb3057f6ed) | |
2012-11-09
| ||
15:39 | merge trunk ... (check-in: 9627a9051b user: jan.nijtmans tags: convert_before_commit) | |
11:56 | In html5, every table row is expected to have the same number of cells. ... (check-in: cc746fc66c user: jan.nijtmans tags: trunk) | |
09:01 | Attempt to fix [fb3057f6ed]. Seems to work. ... (check-in: b0917b1000 user: jan.nijtmans tags: ticket-fb3057f6ed) | |
08:52 | (committed to the wrong branch) Attempt to fix [fb3057f6ed]. Seems to work. ... (check-in: 153116f2d5 user: jan.nijtmans tags: convert_before_commit) | |
07:47 | merge trunk ... (check-in: 49f73889b3 user: jan.nijtmans tags: convert_before_commit) | |
2012-11-08
| ||
15:47 | merge trunk ... (check-in: 4b9243f6a0 user: jan.nijtmans tags: convert_before_commit) | |