Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/misc/amatch.c
2025-02-27
| ||
21:17 | [2db45b1499] part of check-in [f50c21484d] 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: [f50c21484d] user: stephan branch: trunk, size: 45913) | |
2023-10-06
| ||
12:51 | [5001711cbe] part of check-in [f3b3d712d6] Ensure that all fields of static sqlite3_module objects are explicitly initialized, in order to hush-up nuisance compiler warnings. (check-in: [f3b3d712d6] user: drh branch: trunk, size: 45912) | |
2022-07-22
| ||
20:24 | [a2621d220d] part of check-in [57beb700c0] Add experimental 'xShadowName2' method for virtual table modules. (check-in: [57beb700c0] user: mistachkin branch: xShadowName2, size: 45914) | |
2020-07-29
| ||
16:18 | [3e871f48b6] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 45870) | |
2020-01-07
| ||
19:45 | [e3ad553279] part of check-in [4c21373c21] Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set the risk rank for many virtual tables. (check-in: [4c21373c21] user: drh branch: new-security-options, size: 45869) | |
2019-03-20
| ||
05:45 | [50a9ef2d38] part of check-in [1c0fe5b576] Fix various harmless compiler warnings seen with MSVC. (check-in: [1c0fe5b576] user: mistachkin branch: noWarnings, size: 45817) | |
2019-01-08
| ||
20:02 | [cc9835931f] part of check-in [ca67f2ec0e] Use 64-bit math to compute the sizes of memory allocations in extensions. (check-in: [ca67f2ec0e] user: drh branch: trunk, size: 45807) | |
2018-11-05
| ||
23:01 | [c0a6a807a5] part of check-in [31942b3dd3] Initial code to make shadow tables read-only to ordinary SQL. The now xShadowName method is added to the sqlite3_module object and is used to identify potential shadow tables. The SQLITE_PREPARE_SHADOW argument to sqlite3_prepare_v3() is defined. It is designed to permit writing to shadow tables, but is currently an unused placeholder. (check-in: [31942b3dd3] user: drh branch: read-only-shadow, size: 45806) | |
2017-05-23
| ||
19:35 | [6db4607cb1] part of check-in [4440e42031] Do not use strcpy() in the (obsolete) amatch extension. In releasetest.tcl, run Apple tests using -Os instead of -O1 (check-in: [4440e42031] user: drh branch: trunk, size: 45762) | |
2016-04-12
| ||
20:05 | [211108e201] part of check-in [ab69527c16] More harmless compiler warning fixes. (check-in: [ab69527c16] user: mistachkin branch: warnings, size: 45859) | |
2015-10-29
| ||
13:48 | [a1a8f66c29] part of check-in [34eb6911af] Fix uses of ctype functions (ex: isspace()) on signed characters in test programs and in some obscure extensions. No changes to the core. (check-in: [34eb6911af] user: drh branch: trunk, size: 45820) | |
2015-01-19
| ||
00:35 | [27b9b601fb] part of check-in [1032191099] Eliminate all use of sprintf(), strcpy() and strcat() from test logic because OpenBSD hates those functions. (check-in: [1032191099] user: drh branch: trunk, size: 45790) | |
2015-01-12
| ||
19:59 | [17ba78dc9b] part of check-in [44375a34e5] Silence some harmless uninitialized local variable warnings. (check-in: [44375a34e5] user: mistachkin branch: msvcW4, size: 45355) | |
2013-09-30
| ||
17:37 | [678056a4bf] part of check-in [604134732e] Fix memory leaks in the amatch extension. Add a few simple test cases. (check-in: [604134732e] user: drh branch: trunk, size: 45351) | |
2013-05-15
| ||
18:34 | [eae8454cd9] part of check-in [00231fb012] Fixes to allow testfixture to be compiled with SQLITE_OMIT_VIRTUAL_TABLE defined. (check-in: [00231fb012] user: dan branch: trunk, size: 45259) | |
2013-04-25
| ||
16:42 | Added: [3369b2b544] part of check-in [84018099c8] Added the transitive_closure, ieee754, and amatch extensions. (check-in: [84018099c8] user: drh branch: std-ext, size: 45115) | |