Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
6 check-ins using file src/main.c version 08d8d9df09
2012-08-24
| ||
08:16 | Merge in the mingw build enhancements ... (check-in: abbc00fc5b user: jan.nijtmans tags: eclipse-project) | |
2012-08-23
| ||
08:53 | unicode support for file_getcwd, file_access and fossil_stat as well ... (check-in: d95039cc5a user: jan.nijtmans tags: eclipse-project) | |
07:25 | merge SQL injection prevention patches into the eclipse-project branch ... (check-in: 0fdb1f4f8f user: jan.nijtmans tags: eclipse-project) | |
2012-08-22
| ||
14:57 | ... and without -DUNICODE as well ... (check-in: 7ba6a72443 user: jan.nijtmans tags: eclipse-project) | |
14:53 | Allow popen.c and winhttp.c to be compiled with -DUNICODE -D_UNICODE (the latter just by undefining those) ... (check-in: 8bde948434 user: jan.nijtmans tags: eclipse-project) | |
13:47 | new functions fossil_unicode_to_utf8 and fossil_utf8_to_unicode. Modify file_delete, file_tempname, fossil_getenv and fossil_fopen to use it, so now they can handle all unicode characters not only the ones from the mbcs This should allow all filenames and environment variables to contain unicode characters, without problems on WIN32. If main.c is compiled with -DUNICODE -D_UNICODE, then command line arguments allow unicode characters on win32 as well. Build system not adapted for that yet. ... (check-in: 65c8ca0571 user: jan.nijtmans tags: eclipse-project) | |