Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
12 check-ins related to "use-fossil_strcmp-everywhere"
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-02-05
| ||
23:40 | Merge from trunk. check-in: 21da639fee user: dg tags: use-fossil_strcmp-everywhere, dg-misc | |
23:39 | Fix issue where the --baseurl was interacting with directory-full-of- repositories mode badly and producing incorrect URLs. check-in: fb80037e26 user: dg tags: use-fossil_strcmp-everywhere, dg-misc | |
23:38 | Allow restricting the timeline RSS feed to a specific ticket. check-in: 3f43ab397e user: dg tags: use-fossil_strcmp-everywhere, dg-misc | |
23:10 | Don't treat IMG SRC and A HREF links beginning // as if they were paths. check-in: 5634879fbe user: dg tags: use-fossil_strcmp-everywhere, dg-misc | |
2013-02-01
| ||
12:33 | Fix out-of-order variable declaration (VC6 cannot handle that). Move MAX_REDIRECTS definition to xfer.c, so it can be converted to a fossil setting later. check-in: fe56e5aa4f user: jan.nijtmans tags: trunk | |
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 | |