Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
31 check-ins using file src/main.c version 5102588c
2025-03-06
| ||
09:29 | Back out the most significant part of [5c28a17253e2f], as Cygwin is a hybrid. With SQLITE_OS_UNIX it will use POSIX locking, which will misinteract with apps using Windows-style locking. (Leaf check-in: 44adf8f3 user: stephan tags: trunk) | |
09:08 | Various typo fixes reported by Daniel Dumitriu. No functional changes. (check-in: 37e6ec77 user: stephan tags: trunk) | |
07:48 | Additional 'array index is signed char' warning cleanups for the shell and its embedded extensions, analog to [44bd44532d]. (check-in: f3104259 user: stephan tags: trunk) | |
07:09 | Fix a tcl typo in the previous checkin which triggers an error on one machine but not another. (check-in: 646c2821 user: stephan tags: trunk) | |
06:25 | Have the configure script report cygwin as SQLITE_OS_UNIX instead of SQLITE_OS_WIN, per off-list discussion with Jan Nijtmans. (check-in: 5c28a172 user: stephan tags: trunk) | |
2025-03-05
| ||
19:39 | Have the recover module add "PRAGMA foreign_keys = off" to SQL output. Have the shell tool add ".dbconfig defensive off". (check-in: dcfe3d32 user: dan tags: trunk) | |
18:18 | Always ignore comments in the schema of a database, even if SQLITE_DBCONFIG_ENABLE_COMMENTS is turned off. (check-in: 373ae3f4 user: drh tags: trunk) | |
17:26 | Update the recovery extension so that it works with encrypted databases. (check-in: b0b66f21 user: dan tags: trunk) | |
17:12 | Use AtomicRead() and AtomicWrite() to access the pcache1_g.bUnderPressure global, to forestall unnecessary angst from thread analyzers. (check-in: 41ec8563 user: drh tags: trunk) | |
16:35 | Improvement output for ".schema --indent" in the CLI when the schema contains partial indexes with long and complicated WHERE clauses. (check-in: defd7187 user: drh tags: trunk) | |
2025-03-04
| ||
21:37 | Minor configure script cleanups which started out as cygwin-specific fixes but ended up just being minor platform-agnostic cleanups. (check-in: 2cda9041 user: stephan tags: trunk) | |
21:31 | Roll back part of [6d87a8efe]: the check for tclsh90.exe (as opposed to tclsh9.0.exe) is incorrect on these platforms (it's an msvc build). Also remove an unused function added in that checkin. (Closed-Leaf check-in: dc84976a user: stephan tags: cygwin-fixes) | |
21:25 | tclsqlite3 patch from Christian Werner: replace FILE handles with TCL channels for the db copy command. (check-in: ea1f7f8d user: stephan tags: trunk) | |
19:38 | Teach autosetup how to find tclsh v9.0 on cygwin. (check-in: 6d87a8ef user: stephan tags: cygwin-fixes) | |
07:29 | Makefile doc updates. Remove a couple extraneous targets. No functional changes. (check-in: 5a3e2299 user: stephan tags: trunk) | |
06:29 | Minor doc typo fixes via forum post 65bd941da8. (check-in: 6f6a03e9 user: stephan tags: trunk) | |
05:16 | Document the EXTRA_SRC makefile var and add --amalgamation-extra-src=list to the canonical-build configure script as the formal way to pass that at configure-time. (check-in: 44de0ec2 user: stephan tags: trunk) | |
2025-03-03
| ||
15:57 | Merge the latest trunk enhancements into the wal2 branch. (Leaf check-in: 6baea938 user: drh tags: wal2) | |
14:15 | Internal configure script cleanups. Resolve an as-yet-hypothetical corner case involving the --dev flag mixed with custom CFLAGS containing SQLITE_ENABLE... or SQLITE_OMIT... flags. Fix an unrelated API doc typo reported in forum post 606ea661df. (check-in: 0554c00f user: stephan tags: trunk) | |
11:48 | Minor configure script doc tweaks. This is also a note that the basic elements of the build run as-is on Haiku OS Beta 5 but the tcl bits do not (for lack of tclConfig.sh). (check-in: acf9babf user: stephan tags: trunk) | |
2025-03-02
| ||
20:29 | Ensure that detection of control characters by comparison against 0x1f uses unsigned characters. Forum post 4c344ca61f. (check-in: b7c5ce84 user: drh tags: trunk) | |
2025-03-01
| ||
23:44 | Use SQLITE_EXTRA_INIT_MUTEXED instead of SQLITE_EXTRA_INIT for the SQLITE_WASM_EXTRA_INIT feature, as suggested in forum post 14183b98fc0b1dea. This doesn't make a functional difference now - this is in the name of future-proofing against eventual threading support in wasm. (check-in: 46479c2e user: stephan tags: trunk) | |
11:47 | Add an assert() in vdbesort.c to help both humans and static analyzer AIs understand why a particular array cannot overflow. (check-in: a14d4afd user: drh tags: trunk) | |
2025-02-28
| ||
15:54 | In the CLI, ensure that all calls to ctype.h macros are cast to unsigned char. Apparently cygwin needs this. (check-in: 44bd4453 user: drh tags: trunk) | |
04:58 | Latest upstream autosetup. Fixes two minor corner-case issues which we haven't yet seen in practice. (check-in: 5c2438a7 user: stephan tags: trunk) | |
2025-02-27
| ||
21:17 | Approximately 100 typo corrections spanning the whole tree, submitted via forum post 0db9827f0464bc33 and individually audited and verified. Affects only code comments, innocuous test strings, error message text in tool (not library) code, and configure-level help text. (check-in: f50c2148 user: stephan tags: trunk) | |
19:40 | Reimplement testrunner_data.tcl::trd_get_bin_name() to assume a .exe extension on all platforms not matching "unix", to avoid having to do file-exists checks. (check-in: ce551910 user: stephan tags: trunk) | |
16:07 | Strive to make sorts stable in the mkpragmatab.tcl build script, so that we get consistent amalgamations regardless of platform. Forum thread c9914addebf3da51. (check-in: 3f575847 user: drh tags: trunk) | |
15:55 | Merge back a sequence of three changes that were branched due to a build break. (check-in: 67809715 user: drh tags: trunk) | |
15:52 | Fix build break in [e2bd23f251359e7a]. (Closed-Leaf check-in: 6ed84211 user: drh tags: build-break) | |
11:03 | Add support for SQLITE_EXTRA_INIT_MUTEXED - like SQLITE_EXTRA_INIT, but is called from within sqlite3_initialize() when the SQLITE_MUTEX_STATIC_MAIN mutex is still held. (check-in: 3cf88d42 user: dan tags: build-break) | |