Fossil

Timeline
Login

Timeline

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

23 check-ins tagged with "windows-i18n"

2011-05-20
11:24
Merge all the latest trunk changes into the windows-i18n branch. ... (Closed-Leaf check-in: a742d12e user: drh tags: windows-i18n)
11:22
Convert some fopen() calls to fossil_fopen(). Missed them previously. ... (check-in: f626fcaa user: drh tags: windows-i18n)
2011-05-13
20:30
Fix memory leaks in "fossil rebuild". ... (check-in: 625226d5 user: drh tags: windows-i18n)
17:13
Ignore short writes when writing to the console. ... (check-in: e7babf52 user: drh tags: windows-i18n)
15:46
When translating UTF8 text for display on the console, use the codepage obtained from GetConsoleCP(), not the CP_ACP code page that is used for system calls. ... (check-in: 55b32701 user: drh tags: windows-i18n)
14:20
Pull the latest changes in trunk over into the windows-i18n branch. ... (check-in: 70743eba user: drh tags: windows-i18n)
2011-05-12
12:14
Pull the latest changes from trunk into windows-i18n. ... (check-in: f25b6c00 user: drh tags: windows-i18n)
12:13
Back out the [ab934c6b09fd1d5] change. Do not change the console output mode using SetConsoleOutputCP(). Go back to converting UTF8 into MBCS upon output. ... (check-in: b33032ae user: drh tags: windows-i18n)
2011-05-10
13:38
Translate check-in comments received from console input from MBCS into UTF8. ... (check-in: 2278ef0f user: drh tags: windows-i18n)
13:29
Always write UTF8 to the console. Change the console output mode on windows to UTF8 at startup. ... (check-in: ab934c6b user: drh tags: windows-i18n)
2011-05-09
15:50
Pull the latest trunk changes over into the windows-i18n branch. ... (check-in: bbba1608 user: drh tags: windows-i18n)
2011-05-07
11:42
Convert the fopen() in blob_write_to_file() into fossil_fopen(). ... (check-in: 43739765 user: drh tags: windows-i18n)
2011-05-06
16:55
Merge the latest trunk changes into windows-i18n branch. ... (check-in: 59ddd3c8 user: drh tags: windows-i18n)
2011-05-04
11:16
Merge the latest changes from trunk. ... (check-in: 503a0ef5 user: drh tags: windows-i18n)
11:13
Add a wrapper around all calls to access() that translates UTF8 to MBCS. ... (check-in: 850d3df4 user: drh tags: windows-i18n)
2011-05-03
20:25
Convert the results of getenv() from MBCS into UTF8. ... (check-in: b7df0b9c 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: 48f5dada 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: a65c97af 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: eea64490 user: drh tags: windows-i18n)
13:10
Merge in changes from trunk. ... (check-in: f8f1c4e9 user: drh tags: windows-i18n)
2011-04-28
13:53
Make sure the argument to fopen() is MBCS instead of UTF8. ... (check-in: a3c252f2 user: drh tags: windows-i18n)
2011-04-27
20:01
Merge in the SQLite fix from trunk. ... (check-in: a9425fe1 user: drh tags: windows-i18n)
18:21
Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. ... (check-in: e805fa8d user: drh tags: windows-i18n)