Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch dg-misc Excluding Merge-Ins
This is equivalent to a diff from 7ac0fd9d11 to e4a698bdd2
2013-02-12
| ||
16:47 | Merge from trunk. Leaf check-in: e4a698bdd2 user: dg tags: use-fossil_strcmp-everywhere, dg-misc | |
11:53 | Replaced a call to realloc() with cson_realloc() (which, in turn, uses the fossil realloc). check-in: a1d2cd84b8 user: stephan tags: trunk | |
2013-02-06
| ||
17:37 | Allow filtering by filename, tag or wiki page as well as by ticket UUID. Better handling of invalid values (they now generate empty RSS feeds rather than appending the HTML footer...). check-in: d244452bda user: dg tags: use-fossil_strcmp-everywhere, dg-misc | |
2013-01-30
| ||
13:10 | Make sure that "fossil_strcmp" is used everywhere in stead of "strcmp": The "strcmp" function from the C library is not usable in all situations, e.g. with --static on Linux Do an #undef in printf.c, preventing that the fossil_strcmp function is optimized for non-null arguments. check-in: afffe48643 user: jan.nijtmans tags: trunk | |
12:37 | Create new branch named "dg-misc" check-in: 168b42eee1 user: dg tags: use-fossil_strcmp-everywhere, dg-misc | |
10:03 | Make sure that "fossil_strcmp" is used everywhere in stead of "strcmp": The "strcmp" function from the C library is not usable in all situations, e.g. with --static on Linux Closed-Leaf check-in: 7ac0fd9d11 user: jan.nijtmans tags: use-fossil_strcmp-everywhere | |
2013-01-29
| ||
09:15 | Rename "unicode-glob" setting to "encoding-glob". Mention the existance of the *-glob settings in the "fossil commit" warnings. Alphabetize the settings list. check-in: 7d237c49f3 user: jan.nijtmans tags: trunk | |
Changes to Makefile.in.
Changes to auto.def.
Changes to compat/zlib/configure.
Changes to src/blob.c.
Changes to src/checkin.c.
Changes to src/cson_amalgamation.c.
Changes to src/diff.c.
Changes to src/http.c.
Changes to src/http_transport.c.
Changes to src/json_detail.h.
Changes to src/main.c.
Changes to src/rss.c.
Changes to src/url.c.
Changes to src/wikiformat.c.
Changes to src/xfer.c.
Changes to www/build.wiki.