Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | added json_new_string_f() to codecheck1's list. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | compile-time-print-checking |
Files: | files | file ages | folders |
SHA1: | 0237021d584bb4613fb28eeb4e001523 |
User & Date: | stephan 2014-10-20 16:45:06 |
Context
2014-10-20
| ||
19:25 | Updates to Windows makefiles. check-in: afc22726 user: mistachkin tags: compile-time-print-checking | |
16:45 | added json_new_string_f() to codecheck1's list. check-in: 0237021d user: stephan tags: compile-time-print-checking | |
15:14 | Fix the build for windows. check-in: 467eae24 user: drh tags: compile-time-print-checking | |
Changes
Changes to src/codecheck1.c.
333 334 335 336 337 338 339 340 341 342 343 344 345 346 |
{ "fossil_fatal", 1, 0 }, { "fossil_fatal_recursive", 1, 0 }, { "fossil_panic", 1, 0 }, { "fossil_print", 1, 0 }, { "fossil_trace", 1, 0 }, { "fossil_warning", 1, 0 }, { "href", 1, 0 }, { "mprintf", 1, 0 }, { "socket_set_errmsg", 1, 0 }, { "ssl_set_errmsg", 1, 0 }, { "style_header", 1, 0 }, { "style_set_current_page", 1, 0 }, { "webpage_error", 1, 0 }, { "xhref", 2, 0 }, |
> |
333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 |
{ "fossil_fatal", 1, 0 },
{ "fossil_fatal_recursive", 1, 0 },
{ "fossil_panic", 1, 0 },
{ "fossil_print", 1, 0 },
{ "fossil_trace", 1, 0 },
{ "fossil_warning", 1, 0 },
{ "href", 1, 0 },
{ "json_new_string_f", 1, 0 },
{ "mprintf", 1, 0 },
{ "socket_set_errmsg", 1, 0 },
{ "ssl_set_errmsg", 1, 0 },
{ "style_header", 1, 0 },
{ "style_set_current_page", 1, 0 },
{ "webpage_error", 1, 0 },
{ "xhref", 2, 0 },
|