Fossil

Changes On Branch fossil_utf8_to_filename
Login

Changes On Branch fossil_utf8_to_filename

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

Changes In Branch fossil_utf8_to_filename Excluding Merge-Ins

This is equivalent to a diff from a98467b6 to cc3976fd

2013-02-21
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)
2013-02-18
13:46
Fixed ticket [5df2715635b99bd46a] (check-in count mismatch). (check-in: b27c0d6d user: stephan tags: trunk)
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-16
14:12
Limit the complexity of the diff display on check-in information pages. (check-in: 4f95ea8c user: drh tags: trunk)

Changes to src/file.c.

Changes to src/rebuild.c.

Changes to src/utf8.c.

Changes to src/vfile.c.