Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
10 check-ins using file src/main.c version b3714544
2025-02-27
| ||
03:23 | Internal doc typo fixes reported in forum post 01d15f21b6. (check-in: d6514c20 user: stephan tags: build-break) | |
2025-02-26
| ||
19:22 |
(Edit: Moved to a branch because this breaks "./configure && make devtest")
Teach testrunner how to run local binaries which have a .exe extension. Also teach it to recognized mingw environments (but actually building the test programs there currently doesn't work). (check-in: e2bd23f2 user: stephan tags: build-break) | |
18:31 | Teach testrunner.tcl to identify an msys environment. (check-in: e9f777ce user: stephan tags: trunk) | |
17:11 | Undo part of [69e83ab859c], as that order of operations breaks the --prefix=... configure flag. Found a workaround for the library version and OS/environment info being emitted when --help. (check-in: cd2a84a7 user: stephan tags: trunk) | |
16:15 | configure: extend the readline detection a bit so that it can find readline on termux environments without having to be told where it is. Fix a typo in a libedit-related message. (check-in: 52f528c4 user: stephan tags: trunk) | |
09:14 | Shift some bootstrapping configure bits to avoid emitting extra output if --help is specified. (check-in: 69e83ab8 user: stephan tags: trunk) | |
03:32 | Merge trunk into the sahpool-digest branch. (Leaf check-in: fc1eeb7d user: stephan tags: sahpool-digest) | |
03:20 | Fix a bug in mkwasmbuilds.c, introduced in [e4539ebebd89], which caused sqlite3.wasm to get deleted directly after it was built. (check-in: 1a72d1d1 user: stephan tags: trunk) | |
2025-02-25
| ||
21:16 | Disable some misuse tests that sometimes cause segfaults during "make releasetest". (check-in: 5856251a user: drh tags: trunk) | |
20:55 | Approximately 50 typo fixes, spanning the whole tree, contributed via forum post 006c8fa165083ac3 and individually checked for correctness. Affects only code comments, docs, and a single line of debug output in a test app. (check-in: af928818 user: stephan tags: trunk) | |