Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
4 check-ins using file src/rss.c version 3e8098d39d
|
2014-07-31
| ||
| 19:02 | Upgrade the built-in SQLite to the latest 3.8.6 alpha from upstream. check-in: 5ce85eb6f8 user: mistachkin tags: trunk | |
|
2014-07-30
| ||
| 20:19 | Use -DSQLITE_WIN32_NO_ANSI compiler flag on mingw. 1) This optimizes the win32 VFS so it doesn't call the function sqlite3_win32_is_nt() over and over again for every file operation. 2) It makes sure that the SQLite bug I just filed in on sqlite-dev will be fixed before the SQLite 3.8.6 release. Since fossil doesn't run on Win95/98/ME anyway, this ... Closed-Leaf check-in: fb3e64f0f3 user: jan.nijtmans tags: pending-review | |
| 16:43 | For most commands, print an error if unknown command-line options are included on the command-line. check-in: 74ac0c925a user: drh tags: trunk | |
| 15:40 |
Call verify_all_options() on most of fossil CLI commands.
- Skip all the test-* commands for now (may be unnecessary) - Skip sha1sum, md5sum and artifact because they can take "-" as argument and verify_all_options() would call fatal. Need to handle those differently... - Command with subcommands that have their options are re...Closed-Leaf check-in: a426154b3e user: mgagnon tags: verify-all-options | |