/ Changes On Branch std-ext
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch std-ext Excluding Merge-Ins

This is equivalent to a diff from 1a1cf5aa86 to 84018099c8

2013-04-25
20:34
Rebalance FTS expressions after parsing to limit recursion during evaluation. Avoid recursion when deleting FTS expression trees. Enforce a limit on the depth of an expression tree. (check-in: f968d43f80 user: dan tags: fts3-expr-rebalance)
16:52
Merge the std-ext branch into trunk. This merge adds several new extensions to the ext/misc folder, including transitive_closure, ieee754, and amatch, and it converts some older src/test_*.c file into extensions in the ext/misc folder. (check-in: bbe607c7d1 user: drh tags: trunk)
16:42
Added the transitive_closure, ieee754, and amatch extensions. (Closed-Leaf check-in: 84018099c8 user: drh tags: std-ext)
14:59
Move the test_spellfix.c module to ext/misc/spellfix.c. (check-in: de556add10 user: drh tags: std-ext)
2013-04-24
13:50
Fix a simple comment typo. No changes to code. (check-in: f136bd9582 user: drh tags: trunk)
2013-04-23
20:10
Make "test_regexp.c" into a loadable extension and move it over to ext/misc/regexp.c. Add the "load_static_extension" command for testing purposes. (check-in: 860fc393bf user: drh tags: std-ext)
2013-04-22
23:59
Merge the latest trunk changes into the sessions branch. (check-in: 6994826c07 user: drh tags: sessions)
23:38
Fix harmless compiler warnings. (check-in: 1a1cf5aa86 user: drh tags: trunk)
19:56
Do not allow a virtual table to cancel the ORDER BY clause unless all outer loops are guaranteed to return no more than one row result. Candidate fix for ticket [ba82a4a41eac1]. (check-in: 49cfa14fce user: drh tags: trunk)

Changes to Makefile.in.

Changes to Makefile.msc.

Added ext/misc/amatch.c.

Added ext/misc/closure.c.

Added ext/misc/fuzzer.c.

Added ext/misc/ieee754.c.

Added ext/misc/regexp.c.

Added ext/misc/spellfix.c.

Added ext/misc/wholenumber.c.

Changes to main.mk.

Changes to src/shell.c.

Changes to src/tclsqlite.c.

Changes to src/test1.c.

Changes to src/test8.c.

Deleted src/test_fuzzer.c.

Deleted src/test_regexp.c.

Deleted src/test_spellfix.c.

Deleted src/test_wholenumber.c.

Changes to test/8_3_names.test.

Changes to test/analyze7.test.

Added test/closure01.test.

Changes to test/fuzzer1.test.

Changes to test/fuzzerfault.test.

Changes to test/memdb.test.

Changes to test/regexp1.test.

Changes to test/spellfix.test.

Changes to test/tkt-2d1a5c67d.test.

Changes to test/zerodamage.test.