Fossil with Commonmark

Timeline
Login

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

8 check-ins using file src/file.c version 8b337895c2

2011-05-20
12:29
Do not short-circuit the update command if the --verbose option is used. check-in: 3b5db9a10e user: drh tags: trunk
11:39
Update the built-in SQLite to the latest 3.7.7 alpha that includes the fix for disappearing WAL transactions. check-in: c60e143f28 user: drh tags: trunk
11:32
Merge the windows-i18n branch into the trunk. check-in: d8ec765fac user: drh tags: trunk
11:24
Merge all the latest trunk changes into the windows-i18n branch. Closed-Leaf check-in: a742d12e8f user: drh tags: windows-i18n
11:22
Convert some fopen() calls to fossil_fopen(). Missed them previously. check-in: f626fcaab6 user: drh tags: windows-i18n
2011-05-13
20:30
Fix memory leaks in "fossil rebuild". check-in: 625226d577 user: drh tags: windows-i18n
17:13
Ignore short writes when writing to the console. check-in: e7babf5222 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: 55b32701a5 user: drh tags: windows-i18n