Fossil

Timeline
Login

Timeline

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

50 check-ins by user jan.nijtmans occurring around e08073d33366052c.

2013-01-15
10:22
merge trunk ... (check-in: 5e710f01b5 user: jan.nijtmans tags: allow-backslash-in-card-filename)
10:21
one more: if we already know the character is in the range U+E000 - U+FFFF, it cannot be a surrogate any more. ... (check-in: 4f510b66cb user: jan.nijtmans tags: trunk)
10:17
merge trunk ... (check-in: 15fec2830e user: jan.nijtmans tags: allow-backslash-in-card-filename)
10:15
Eliminate "continue" statement, makes control flow easier to understand. If we already know a character is non-ASCII, don't need to check for '\\' any more. ... (check-in: 886e1bb2a8 user: jan.nijtmans tags: trunk)
10:03
merge trunk ... (check-in: 9a88d1963f user: jan.nijtmans tags: allow-backslash-in-card-filename)
2013-01-11
12:28
merge trunk ... (check-in: 6e9e6436a6 user: jan.nijtmans tags: allow-backslash-in-card-filename)
08:10
Off-by-one error in regexp \u escape sequence parsing. Regexp \x escape sequence should only accept exactly 2 hex digits. Typo. ... (Closed-Leaf check-in: bef9a956c0 user: jan.nijtmans tags: regexp-x)
2013-01-03
22:33
4-byte utf-8 for re_compile, fix 3-byte utf-8 there, and fix a compiler warning. ... (check-in: f86304fefa user: jan.nijtmans tags: trunk)
13:38
regexp.c (re_next_char): 3 off-by-one errors, and disallow characters > 0x10ffff unicode.c/diff.c: fix some gcc warnings ... (check-in: a13e0a20a8 user: jan.nijtmans tags: trunk)
2012-12-20
22:59
Allow backslash in filenames on UNIX (experiment) ... (Closed-Leaf check-in: c3d74f4f63 user: jan.nijtmans tags: allow-backslash-on-unix)
2012-12-19
08:24
Allow backslash in card filenames without causing a SYNTAX error in card parsing. ... (check-in: 0a24257420 user: jan.nijtmans tags: allow-backslash-in-card-filename)
2012-12-14
11:50
include <winsock2.h> before <ws2tcpip.h> whenever needed. Thanks to Konstantin Khomoutov for reporting this. ... (check-in: 0658068a23 user: jan.nijtmans tags: trunk)
2012-12-12
22:03
typo integrate latest version of dirent.h ... (check-in: 8e50ff0c30 user: jan.nijtmans tags: trunk)
15:35
completed cp1252 table and conversion ... (check-in: bab2f28b60 user: jan.nijtmans tags: improve_commit_warning)
13:53
Add optional iso8859-1 to utf-8 conversion. Still to do: special cp1252 characters. ... (check-in: 4f060f6afb user: jan.nijtmans tags: improve_commit_warning)
13:08
merge trunk ... (check-in: b70a320288 user: jan.nijtmans tags: improve_commit_warning)
2012-12-10
19:50
some more unused variable gcc warnings ... (check-in: 1caa510170 user: jan.nijtmans tags: trunk)
19:35
A little bit smarter determination of the need for -DBROKEN_MINGW_CMDLINE ... (check-in: 0e5c128047 user: jan.nijtmans tags: trunk)
2012-12-03
22:03
Set bit 11 in the "general purpose bit flag" to 1. This indicates (according to the pkware documentation) that all filenames are in utf-8, in stead of IBM-437. This should fix ticket [838bde7990d8e190957cbfe7f15c77322dc54e57] ... (Closed-Leaf check-in: ceb11b0787 user: jan.nijtmans tags: utf8-in-zip)
20:48
missing parameter type ... (check-in: ee1ff73a9e user: jan.nijtmans tags: trunk)
2012-12-01
09:53
update wrong comment ... (check-in: 39807cdf0c user: jan.nijtmans tags: trunk)
2012-11-30
16:59
forgot makemake.tcl and Makefile.mingw.mistachkin changes ... (check-in: 08802c4af4 user: jan.nijtmans tags: cmdline-expansion)
16:43
merge trunk. Add fallback mechanism for MinGW ... (check-in: 2459ee7b71 user: jan.nijtmans tags: cmdline-expansion)
16:09
merge trunk ... (check-in: 380ad5312a user: jan.nijtmans tags: ticket-d17d6e5b17)
14:24
merge trunk g.nameOfExe should have filename_to_utf translation as well on UNIX/OSX ... (check-in: bac4b248f5 user: jan.nijtmans tags: cmdline-expansion)
14:09
fix testcase ... (check-in: e08073d333 user: jan.nijtmans tags: trunk)
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)