Fossil

Timeline
Login

Timeline

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

10 check-ins using file src/doc.c version 473dd619bb

2011-05-31
12:52
Always use the alternate-form flag "#" to control the number of input bytes to printf conversions like %t, %h, and %q. Do not use precision in those cases since precision limits the number of output characters, not the number of input characters. Ticket [8967ea1df4f51af]. ... (check-in: e5e6ca4659 user: drh tags: trunk)
2011-05-30
16:46
Makefile which works under the BSDs and Solaris using their non-GNU make. Resolves [5a96dd5f52]. ... (check-in: 3abab7e177 user: ben tags: trunk)
07:14
Add configure script, which must be run before running make, as it appears there's no cross-platform way to set a make variable to the output of a shell command. ... (Closed-Leaf check-in: 5abe6347c2 user: ben tags: configure-make)
07:04
Create new branch named "configure-make" ... (check-in: 62284df93a user: ben tags: configure-make)
2011-05-28
18:51
Release ... (check-in: 0448438c56 user: drh tags: trunk, release)
17:56
Merge the latest changes from the ben-security branch into trunk. ... (check-in: 6d35cde78d user: drh tags: trunk, test-%-&-tag)
17:52
Do not attempt to use fossil_fopen() in place of fopen() in the SQLite shell as doing so causes problems on (some) Macs and does not really help the windows i18n situation. Ticket [034fa7bb2907e96] ... (check-in: e94c1e9068 user: drh tags: trunk)
2011-05-27
14:37
Issue a warning if the "push" or "sync" command is issued when "dont-push" is enable. ... (check-in: 21ceccddd8 user: drh tags: trunk)
12:56
Internationalize the opendir() function calls. Ticket [49db5c3993bef2]. ... (check-in: e05fea3852 user: drh tags: trunk)
12:16
Add the test-mimetype command and use it to verify the correct order of entries in the mimetype table. Fix the errors found. ... (check-in: ea2698e9c7 user: drh tags: trunk)