Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file include/fossil-scm/fossil-ext_regexp.h at check-in 0ab8c75c499f558f
2023-04-21
| ||
15:57 | Remove sqlite3ext.h and a C-side reference to it. file: [8e1d74ebde] check-in: [0fe561416a] user: stephan branch: trunk, size: 4059 | |
2014-11-03
| ||
23:11 | Deleted: merged trunk prior to doing some transaction support work check-in: [2fdb1d5460] user: dave branch: dave, size: 0 | |
17:56 | Renamed include/fossil-scm/fossil-ext_regexp.h → src/fossil-ext_regexp.h. As discussed with Dave: moved the vtable/regex headers into src, as they are private impl details. Patched amalgamation build for this change. file: [e4610df051] check-in: [cd9d570464] user: stephan branch: trunk, size: 4060 | |
17:56 | Renamed to src/fossil-ext_regexp.h. As discussed with Dave: moved the vtable/regex headers into src, as they are private impl details. Patched amalgamation build for this change. check-in: [cd9d570464] user: stephan branch: trunk, size: 0 | |
2014-10-31
| ||
09:02 | Replaced a file-local typedef with a macro and #undef'd local macros at the end of the file, both for the sake of the amalgamation. Minor doc tweak. file: [e4610df051] check-in: [4eef41c169] user: stephan branch: trunk, size: 4060 | |
2014-10-21
| ||
19:50 | can build on gcc on Linux in conventional and amalgamation. now to test on other platforms... file: [46d5253d5e] check-in: [6f02a467b1] user: dave branch: feech-versionedsettingsupport, size: 4053 | |
2014-10-20
| ||
23:07 | needed to 'namespace' the regex engine in regexp -- even parts declared 'static', because in amalgamation, there effectvely is no 'static'. file: [ed8e488a6c] check-in: [be9ccb0711] user: dave branch: feech-versionedsettingsupport, size: 4102 | |
17:09 | sqlite3ext.h should not have been included unconditionally -- it is specific to dlls where host app provides sqlite impl. sqlite3ext.h needed to be added to repo, nonetheless, for some configurations. As such, sqlite3.h,.c were updated to be consistent with that file version (and also the final released version of 3.8.7) file: [a1dc80e80c] check-in: [0ab8c75c49] user: dave branch: feech-versionedsettingsupport, size: 4062 | |
13:02 | Added: interim; add source for settings vtable and regexp extension functions; not wired it yet. update VC/DS projects. minor mod to auto.def to avoid redefining a define that oftentimes comes from the command line to cl, and would otherwise generate a warning in some projects. file: [6ec0557d99] check-in: [4e32063e22] user: dave branch: dave, size: 4008 | |