Fossil

Timeline
Login

Timeline

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

32 check-ins for the month beginning 2013-02-01 by user jan.nijtmans

Following month ↑
2013-02-27
13:51
plug minor memory leak ... (check-in: 52fb2a71 user: jan.nijtmans tags: trunk)
11:30
comment fix ... (check-in: f78a487f user: jan.nijtmans tags: use-blob_strip_bom)
11:26
merge trunk ... (check-in: d085eb9a user: jan.nijtmans tags: use-blob_strip_bom)
10:03
merge trunk ... (check-in: dbf96517 user: jan.nijtmans tags: improve_commit_warning)
09:54
merge trunk ... (check-in: efe9993f user: jan.nijtmans tags: ticket-d17d6e5b17)
09:46
On Cygwin determine home directory the same as on win32, so cygwin can share "_fossil" with win32. ... (check-in: 26ad1bce user: jan.nijtmans tags: trunk)
08:49
A few more places where Cygwin should do the same as win32. ... (check-in: 8cc71be0 user: jan.nijtmans tags: trunk)
2013-02-26
09:27
Cygwin has same filesystem as Windows, so should be case-insensitive and do '/' <-> '\' conversion the same as win32. fossil_utf8_to_filename should do '/' -> '\' conversion on win32, as not all win32 API functions handle '/' correctly. ... (check-in: d4b3e1d8 user: jan.nijtmans tags: trunk)
2013-02-25
10:46
Merge trunk. Restore fossil_utf8_to_filename signature by doing character conversions in utf-8 instead of unicode. ... (check-in: ae1b1f4b user: jan.nijtmans tags: ticket-d17d6e5b17)
09:33
Split WriteConsoleW call into multiple chunks, when necessary. See https://connect.microsoft.com/VisualStudio/feedback/details/635230 Thanks to jeffrimko for noticing this. ... (check-in: 8031947e user: jan.nijtmans tags: trunk)
2013-02-23
21:45
merge trunk ... (check-in: eeb0231b user: jan.nijtmans tags: improve_commit_warning)
21:35
merge trunk ... (check-in: f1bb151e user: jan.nijtmans tags: ticket-d17d6e5b17)
2013-02-21
15:51
merge fork ... (check-in: 32bb8c28 user: jan.nijtmans tags: trunk)
15:50
Make win32 build compile again: - missing headers <io.h> and <fcntl.h> - WCHAR -> wchar_t ... (check-in: e3add2c1 user: jan.nijtmans tags: trunk)
11:45
more unused variables ... (check-in: 1a2e1ea0 user: jan.nijtmans tags: trunk)
11:29
Rename fossil_utf8_to_unicode to fossil_utf8_to_filename on UNIX, everywhere where filenames are involved. This enables fossil_utf8_to_unicode/fossil_unicode_to_utf8 to be re-implemented on UNIX to do what the name suggests. ... (check-in: 7eb5e231 user: jan.nijtmans tags: trunk)
08:15
unused variables ... (check-in: 75e48389 user: jan.nijtmans tags: trunk)
2013-02-20
08:33
Simplify/speedup starts_with_utf16_bom and enhance doc for it. ... (check-in: 957be426 user: jan.nijtmans tags: trunk)
2013-02-18
10:03
New function fossil_utf8_to_filename, such that fossil_unicode_to_utf8/fossil_utf8_to_unicode/fossil_unicode_free are not used on UNIX/MAC any more: On UNIX those 3 functions were only no-ops, but this allows to re-implement then for real unicode <-> utf-8 conversions. There is an "#ifdef _WIN32" around those 3 functions and 2 more (fossil_mbcs_to_utf8/fossil_mbcs_free) in order to prove that they are not used any more on UNIX/MAC. ... (Closed-Leaf check-in: cc3976fd user: jan.nijtmans tags: fossil_utf8_to_filename)
08:30
merge trunk ... (check-in: fdd51b61 user: jan.nijtmans tags: ticket-d17d6e5b17)
2013-02-17
21:37
merge trunk ... (check-in: fdf9050c user: jan.nijtmans tags: improve_commit_warning)
14:47
More simplification in UTF-16 bom detection ... (Closed-Leaf check-in: 1e70f211 user: jan.nijtmans tags: utf16Bom)
14:43
Remove two unused variables ... (check-in: a98467b6 user: jan.nijtmans tags: trunk)
2013-02-13
09:28
"reverse" should mean big-endian on little-endian machines. ... (check-in: cdffec2b user: jan.nijtmans tags: utf16Bom)
2013-02-08
09:37
Eliminate use of starts_with_utf16(be|le)_bom functions, starts_with_utf16_bom should be enough. External code will typically call "starts_with_utf16_bom" first, and if it returns true call "blob_to_utf8_no_bom" converting it to utf-8. There is no reason any more then for external code to know wheter the BOM was le or be. ... (check-in: fab09a17 user: jan.nijtmans tags: trunk)
08:55
Addendum to previous commit: Allow the user to decide whether the "fossil knows nothing about" warning should abort the commit or not. ... (check-in: c31bbd40 user: jan.nijtmans tags: trunk)
08:21
Change "fossil knows nothing about" fatal into a warning. ... (check-in: 7a8808b2 user: jan.nijtmans tags: trunk)
2013-02-07
15:28
Divide blob length check (even number of bytes) and UTF-32 check in the 3 versions of the UTF-16 BOM functions. ... (check-in: be6756e2 user: jan.nijtmans tags: trunk)
09:39
merge trunk ... (check-in: 8994f368 user: jan.nijtmans tags: improve_commit_warning)
09:19
If file starts with UTF-32 BOM, always consider it binary without warning. ... (Closed-Leaf check-in: c209105f user: jan.nijtmans tags: simplify-starts-with)
08:47
Combine 4 "starts_with_utf??_bom" functions to a single - easier to use - function "starts_with_bom". In addition, it only checks for an UTF-16 BOM if the blob has an even number of bytes. ... (check-in: 6c417d8b user: jan.nijtmans tags: simplify-starts-with)
2013-02-01
12:33
Fix out-of-order variable declaration (VC6 cannot handle that). Move MAX_REDIRECTS definition to xfer.c, so it can be converted to a fossil setting later. ... (check-in: fe56e5aa user: jan.nijtmans tags: trunk)
Previous month ↓