Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
9 check-ins using file src/blob.c version 5e94465b64
|
2011-05-06
| ||
| 16:55 | Merge the latest trunk changes into windows-i18n branch. ... (check-in: 59ddd3c8ae user: drh tags: windows-i18n) | |
|
2011-05-04
| ||
| 11:16 | Merge the latest changes from trunk. ... (check-in: 503a0ef555 user: drh tags: windows-i18n) | |
| 11:13 | Add a wrapper around all calls to access() that translates UTF8 to MBCS. ... (check-in: 850d3df44e user: drh tags: windows-i18n) | |
|
2011-05-03
| ||
| 20:25 | Convert the results of getenv() from MBCS into UTF8. ... (check-in: b7df0b9ce6 user: drh tags: windows-i18n) | |
| 18:32 | Convert filenames from UTF8 to MBCS on windows when checking if a file exists or checking its size, etc. Ticket [336924579dd95e7cceaeeae5]. ... (check-in: 48f5dadafd user: drh tags: windows-i18n) | |
| 01:12 | Update the fossil_system() function so that it converts the system command form UTF8 into MBCS before calling system(). Speculative fix for ticket [8d916f5fc30be3]. ... (check-in: a65c97afd6 user: drh tags: windows-i18n) | |
|
2011-05-02
| ||
| 13:31 | Change calls to unlink() into file_delete(). The file_delete() routine converts filenames to MBCS from UTF if necessary. ... (check-in: eea6449098 user: drh tags: windows-i18n) | |
| 13:10 | Merge in changes from trunk. ... (check-in: f8f1c4e9a3 user: drh tags: windows-i18n) | |
|
2011-04-28
| ||
| 13:53 | Make sure the argument to fopen() is MBCS instead of UTF8. ... (check-in: a3c252f237 user: drh tags: windows-i18n) | |