Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
19 check-ins using file src/timeline.c version df373923fc
|
2016-11-04
| ||
| 17:35 | int/size_t pedantry ... (check-in: 30d96141cd user: andygoth tags: trunk) | |
| 17:28 | Further magic _WIN32_WINNT changes to fix the build for mingw. ... (check-in: 45b7634436 user: drh tags: trunk) | |
| 17:25 | Modify linenoise.c so that it can build with -std=c89. Baseline linenoise.c relied on snprintf(), strdup(), and strcasecmp() which are technically not in C89. Since linenoise.c's only purpose (at present) is to implement the SQLite shell, make use of the SQLite compatibility functions. Following this change, "fossil clean -f && CFLAGS='-std=c89 -Wall' ./configure && make" builds without warnings or errors on gcc 4.4.7 20120313 (Red Hat 4.4.7-3) on CentOS release 6.4 (Final). Unrelated note: discovered during testing that "CFLAGS=-Werror ./configure" fails to add -lm to link step due to conflicting types for built-in function "sin" being regarded as an error. ... (check-in: 8133501ecb user: andygoth tags: trunk) | |
| 12:03 | typo ... (check-in: e826eadd9c user: jan.nijtmans tags: trunk) | |
|
2016-11-03
| ||
| 18:31 | Compilation fix for MinGW: consistently use _WIN32_WINNT when including winsock2.h, etc. ... (check-in: 26a88f1bbf user: mistachkin tags: trunk) | |
|
2016-11-02
| ||
| 19:12 | Merge updates from trunk. ... (check-in: 25285f06f2 user: mistachkin tags: openssl-1.1) | |
| 17:47 | Fix the build on Windows. ... (check-in: 11e105b3c9 user: drh tags: trunk) | |
| 15:16 | Update the built-in SQLite to the latest trunk version that includes a fix to VACUUM to prevent it from running out of memory on very large databases. ... (check-in: 7fa9701b3d user: drh tags: trunk) | |
| 10:22 | Collapse two memset's into one. Typo in mkdownload.tcl ... (check-in: 5f88968404 user: jan.nijtmans tags: trunk) | |
| 10:16 | Eliminate unnecessary end-of-line spacing in wiki. No textual changes. ... (check-in: f47b7052c6 user: jan.nijtmans tags: trunk) | |
| 06:41 | Fix compilation issue on Unix due to 'mkindex' wrongly attempting to include 'cmd_win32_service' due to its #if processing. ... (check-in: 69f64a8d64 user: mistachkin tags: trunk) | |
|
2016-11-01
| ||
| 23:34 | Enhancements to SEE integration on Windows. ... (check-in: 7aeeb30286 user: mistachkin tags: trunk) | |
|
2016-10-31
| ||
| 18:57 | Backout the fusefs change. The correct solution is to run "./configure" followed by "make clean fossil" in order to rebuild when updating from historical sources. ... (check-in: 08f0ac0cb4 user: drh tags: trunk) | |
| 16:03 | Merge the accidental fork. ... (check-in: d13fc6a6b7 user: drh tags: trunk) | |
| 16:02 | Fix to the fusefs.c file so that it builds even without FOSSIL_HAVE_FUSEFS. ... (check-in: 9a4a5dec3d user: drh tags: trunk) | |
| 13:36 | Fix harmless "Local declaration of 'rc' hides declaration of the same name in outer scope", reported by Kevin (arnoldemu) on fossil-users list. ... (check-in: 0c3ae89dcb user: jan.nijtmans tags: trunk) | |
| 12:41 | Fix harmless memory leaks. ... (check-in: 36babe0ce1 user: drh tags: trunk) | |
| 10:55 | Omit deleted unversioned files from the /uvlist page unless the showdel=1 query parameter is used. ... (check-in: a3608700ad user: drh tags: trunk) | |
|
2016-10-29
| ||
| 16:50 | Compiler warning (MSVC) in timeline.c, found by Kevin, reported on fossil-users list ... (check-in: fe3d30fc60 user: jan.nijtmans tags: trunk) | |