tDOM

Timeline
Login

Timeline

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

200 most recent check-ins using file extensions/example/example.c version a8d16832ce

2024-02-26
00:37
wip Leaf check-in: ed9de65f55 user: rolf tags: wip
2024-02-24
02:46
wip check-in: 69c8348852 user: rolf tags: wip
2024-02-23
01:36
Updated recognized HTML entities. Leaf check-in: fa8d38c58f user: rolf tags: HTML5Entities
01:18
Merged from trunk. check-in: c4776de175 user: rolf tags: HTML5Entities
01:12
Added support for non BMP characters given as \u escaped surrogate pair. Leaf check-in: a15bfaa204 user: rolf tags: trunk
00:43
Added a test. Closed-Leaf check-in: 8cf73292f3 user: rolf tags: jsonsurrogates
2024-02-22
14:15
wip check-in: 522694cd64 user: rolf tags: HTML5Entities
2024-02-21
20:08
Added recognition of outside BMP characters given as \u escaped surrogate pair. check-in: 5b60d9bc55 user: rolf tags: jsonsurrogates
2024-02-20
23:55
wip check-in: 280667024c user: rolf tags: jsonsurrogates
2024-02-18
19:32
Started to add the named entities added with HTML 5. check-in: 56f04d0119 user: rolf tags: HTML5Entities
2024-01-11
10:56
Smaller corrections and additions to the pull parser documentation. check-in: 68f3d22657 user: rolf tags: trunk
2023-12-28
14:55
Restored build with 8.6. check-in: 246a80804e user: rolf tags: trunk
2023-12-11
01:16
Corrections and tweaks for build on windows with vc; attempt to fix [d7baad1e8f]. check-in: f41570cf61 user: rolf tags: trunk
01:05
Tweaked the vc build generated pkgIndex.tcl. Closed-Leaf check-in: cda079f50e user: rolf tags: wip
2023-12-10
18:52
Fixed a bug on windows with xpath strings longer than 2GByte. check-in: 7808bbf7c6 user: user tags: wip
01:19
wip check-in: 566a033db7 user: user tags: wip
2023-12-09
01:43
wip check-in: 3063b4d0c9 user: user tags: wip
2023-11-14
00:58
Made tDOM work with Tcl 9. check-in: 9a7973b01b user: rolf tags: trunk
2023-11-13
11:12
Fixed the dist Makefile target (apply the renaming of README to README.md). Leaf check-in: f436e39e7d user: rolf tags: towardsTcl9
11:09
Merged from trunk. check-in: 4512c135ba user: rolf tags: towardsTcl9
11:04
Added a test related to [474e7b1408]. check-in: b8760f60a0 user: rolf tags: trunk
2023-11-12
01:07
Merged from trunk. check-in: b3e4a7570c user: rolf tags: towardsTcl9
00:17
Fix for [474e7b1408]. check-in: ec0c93694a user: rolf tags: trunk
2023-11-10
11:42
Fixed wrong Tcl_GetBooleanFromObj() argument type with Tcl 9 which slipped throu because of no compiler warning due to TIP 618. check-in: bb675225d8 user: rolf tags: towardsTcl9
2023-11-09
23:24
More tweaks to make the code build without warning on 8.5.19, 8.6.13 and 9. check-in: f26d9b32ab user: rolf tags: towardsTcl9
2023-11-08
23:54
Updated build system (TEA). check-in: ba286c7c7d user: rolf tags: towardsTcl9
2023-08-29
22:23
Merge trunk. check-in: 4e059e6e91 user: rolf tags: towardsTcl9
22:08
Made an uninstalled tdom just “package require"able from the build directory. check-in: ab58d6f480 user: rolf tags: trunk
2023-08-19
13:06
Added a knob - if the programmer set the variable ::tdom::utf8bom to true - which tells xmlOpenFile and xmlReadFile to accept UTF-8 files starting with an UTF-9 BOM. check-in: 9e47f85799 user: rolf tags: trunk
2023-05-19
12:32
More type adapation for big node set results. Renamed rsInt to rsLong to make clear that a long integer value is returned. Improvement to the XPath functions floor, ceiling and round implementation. check-in: c95a6d5ae2 user: rolf tags: towardsTcl9
2023-05-09
23:47
Lifted nodeset max length to Tcl_Size. check-in: 379c17d9e4 user: rolf tags: towardsTcl9
21:51
Merged from trunk. check-in: db1be8b781 user: rolf tags: towardsTcl9
21:50
The XPath functions floor, ceiling and round now return an integer (up to size long). Up to now they appended a .0. It's the right thing but it is a user visible change. check-in: 874bd8e5f0 user: rolf tags: trunk
2023-04-08
01:11
Another Tcl 9 adaption detected while building with a Tcl 9 with disabled Tcl 8 compatibility layer. check-in: f443503fd2 user: rolf tags: towardsTcl9
2023-04-05
12:08
Missed to adpate one Tcl_GetStringFromObj() call. check-in: 4e9ad7f2be user: rolf tags: towardsTcl9
2023-04-02
23:46
Fixed gross migration to Tcl 9 mistake. check-in: 7a83aa6556 user: rolf tags: towardsTcl9
2023-04-01
00:55
Fixed Tcl 9 detection. check-in: 110a96a81f user: rolf tags: towardsTcl9
2023-03-28
23:30
Changed to Tcl 9 list API also. check-in: e3ef6358dd user: rolf tags: towardsTcl9
2023-03-26
01:50
Merge trunk. check-in: 3a27d57172 user: rolf tags: towardsTcl9
01:50
Fixed clearString option array. check-in: 651a5b664b user: rolf tags: trunk
00:10
Fixed markup error. check-in: 38ad77e7cd user: rolf tags: trunk
00:04
Merged from trunk. check-in: 1c79bc885e user: rolf tags: towardsTcl9
2023-03-25
14:51
Streamlined clearString implementation a bit. check-in: 5e80b13b7f user: rolf tags: trunk
02:30
Added the option -replace to the dom command method clearString. check-in: c50609368a user: rolf tags: trunk
2023-03-10
15:53
Handle gumbos max 4 GB input limit. check-in: 7777abf8ff user: rolf tags: towardsTcl9
2023-03-09
17:08
don't compare current position (s != m_positionPtr) to call bulk-xml handler, can be too error-prone (parsing across buffers), check of m_xmlStarted is fully enough Leaf check-in: 492e4640f7 user: sebres tags: experimental/bulk-xml-parse
2023-03-07
02:08
Build with 8.6 check-in: b1b30e30ef user: rolf tags: towardsTcl9
2023-03-06
00:20
Save minor changes. check-in: 4411a6ae71 user: rolf tags: towardsTcl9
2023-03-05
21:08
More centralization of parsing error reporting and corrections of the central parsing error code. check-in: 36e6200010 user: rolf tags: towardsTcl9
01:06
wip check-in: de91cecb4c user: rolf tags: towardsTcl9
2023-03-04
15:56
wip check-in: ed4696fa94 user: rolf tags: towardsTcl9
2023-03-02
17:32
fixes unexpected invocation of bulkxmlendcommand, if xml is exactly at range of read buffer (e. g. matching buffer end), see test parser-13.5 check-in: 7d5ad25fc7 user: sebres tags: experimental/bulk-xml-parse
17:31
test case illustrating issue with -bulkxmlendcommand handler called twice if xml is exactly at range of read buffer (e. g. matching buffer end) check-in: 24edbe7a34 user: sebres tags: experimental/bulk-xml-parse
17:30
compat, fixes test for systems with non-utf8 default encoding (© -> \xA9) check-in: ed0604378c user: sebres tags: experimental/bulk-xml-parse
17:29
merge trunk to bulk-xml-parse check-in: 57af92be5e user: sebres tags: experimental/bulk-xml-parse
17:27
merge branch bulk-ignore-ws into bulk-xml-parse check-in: aad9fc7526 user: sebres tags: experimental/bulk-xml-parse
2023-02-26
01:47
wip check-in: e0507ae8c4 user: rolf tags: towardsTcl9
2023-02-25
14:01
wip check-in: c8b0e877bc user: rolf tags: towardsTcl9
2023-02-19
18:27
More type changes for going 64-bit. check-in: 65277d9d60 user: rolf tags: towardsTcl9
2023-02-18
02:51
Going 64-bit for string pointer length does need changes in the library itself. check-in: a0e8f6a60b user: rolf tags: towardsTcl9
2023-02-17
15:57
More type massage to bridge between Tcl 8 and 9. Looking at that revealed a few questionable type chooses by tDOM itself. check-in: 1386f26d6e user: rolf tags: towardsTcl9
2023-02-16
18:29
wip check-in: 1460a0dd06 user: rolf tags: towardsTcl9
2023-02-11
01:08
Not yet there. check-in: 68220d504d user: rolf tags: towardsTcl9
2023-02-04
03:16
Merged from trunk. Leaf check-in: 19a1ebe793 user: rolf tags: cascadingxpath
01:55
Fix for the previous fix: The parent nodes of the root nodes of a forest document have to be empty. check-in: 41026c0cbd user: rolf tags: trunk
2023-02-03
01:26
Simple parser: adjust the parent nodes of the first level children while removing the umbrella node to implement -forest. check-in: 09226b62bd user: rolf tags: trunk
2023-01-28
01:39
Adapting to Tcl 9: Reduce the fall-out of TIP 595. check-in: 258cbe5a24 user: rolf tags: trunk
2023-01-26
01:20
Fixed test suite machinery to load the source tree version. check-in: 21c4691c2c user: rolf tags: trunk
2023-01-23
15:55
Changed build system so that tcldomsh build works with Tcl 8 and Tcl 9. check-in: 58c4d6ae63 user: rolf tags: trunk
2023-01-19
00:27
Editorial fixes. check-in: 6f446ead62 user: rolf tags: trunk
2023-01-15
01:55
Merge from trunk. Leaf check-in: d570e523ac user: rolf tags: startpattern
2023-01-12
23:38
wip check-in: 2b475b45e1 user: rolf tags: startpattern
2022-12-29
00:22
Updated to expat 2.5.0. check-in: 32445cdcba user: rolf tags: trunk
2022-10-01
01:35
Added some documentation. check-in: 3e93a507a9 user: rolf tags: cascadingxpath
00:37
Provides the optional result set type variable also in case of selectNodes -list. check-in: 28fd512def user: rolf tags: cascadingxpath
2022-09-30
21:10
Started new selectNodes option -list which expects a list of XPath queries, applies the next query on every node of the result set of the previous and returns the results of the last query as one list. check-in: e3b4318a14 user: rolf tags: cascadingxpath
2022-09-28
12:51
Updated to expat 2.4.9. check-in: 0cc5e2fb0a user: rolf tags: trunk
2022-09-15
10:48
Starts to work. check-in: b580c20330 user: rolf tags: startpattern
2022-09-14
12:24
Started. check-in: c0a827ac8f user: rolf tags: startpattern
2022-09-13
13:10
Simplified function - all callers used the same second arg (for reasons). check-in: 5ee0852228 user: rolf tags: trunk
2022-09-11
15:24
Merged from trunk. Leaf check-in: 41527a21b1 user: rolf tags: jsonvalidationotf
15:08
Added the node command method getByteIndex. Added the submethod byteIndex to the info method of the schema commands. check-in: 26f437e97f user: rolf tags: trunk
15:03
Added a bit documentation and tests. Closed-Leaf check-in: b31054bdb7 user: rolf tags: morebyteindex
00:04
Started. check-in: dfa0cb3694 user: rolf tags: morebyteindex
2022-09-08
22:17
Started exeriment to do json validation against a tDOM schema while parsing (and not only by postvalidating the tree. check-in: 7b88ac3d92 user: rolf tags: jsonvalidationotf
2022-09-06
17:06
Restored configure option --disable-schema which was brocken after the split of the schema code. check-in: d94520ac92 user: rolf tags: trunk
2022-09-01
11:55
De-crufted recover() internals. check-in: 949b0142a6 user: rolf tags: trunk
2022-08-27
00:32
Editorial change. check-in: 935e6cfb50 user: rolf tags: trunk
00:22
Added the method asCanonicalXML to the domDoc and domNode commands. Added the options -escapeCR and -escapeTab to the method asXML of the domDoc and domNode commands. check-in: 11680727be user: rolf tags: trunk
00:01
More documentation work. Closed-Leaf check-in: 82079abe93 user: rolf tags: c14n
2022-08-26
09:15
Fixed more typos. check-in: 25ec47a271 user: rolf tags: c14n
08:44
Fixed typo. check-in: 0cb0cc16eb user: rolf tags: c14n
00:11
A few words of documentation for the new method asCanonicalXML added. check-in: 472185897e user: rolf tags: c14n
2022-08-25
23:40
Added last example out of the recommendation as test. check-in: 01bf29fd5c user: rolf tags: c14n
23:30
As fall-out of new functionalities needed for c14n XML new optiongs -escapeCR and -escapeTab for the method asXML. check-in: 83860cac4f user: rolf tags: c14n
22:48
More work on encoding of special characters as character references in attribute values and text. check-in: 1681a54542 user: rolf tags: c14n
17:01
Started encoding of special characters. check-in: 7181ead46c user: rolf tags: c14n
15:34
Integrated attribute sorting. check-in: f8e0bb7c5b user: rolf tags: c14n
15:33
Made attribute sort work. Closed-Leaf check-in: 45192143a5 user: rolf tags: wip
06:52
wip check-in: 3febcb12fb user: rolf tags: wip
2022-08-20
02:19
Suppress superfluous XML namespace declarations. check-in: 43e4e0a0c4 user: rolf tags: c14n
00:42
Merged from trunk. check-in: ec1013c631 user: rolf tags: c14n
00:36
More of the same. check-in: 65f47bb7e7 user: rolf tags: trunk
00:30
Added documentation for the commands tdom::fsnewNode and tdom::fsinsertNode. check-in: f1cb932bba user: rolf tags: trunk
2022-08-19
22:13
Noted 0.9.3 release in CHANGES. check-in: 9c8a034db3 user: rolf tags: trunk
22:09
Save work. check-in: 4bf8e018ee user: rolf tags: c14n
01:04
More work. check-in: d3f0ae983f user: rolf tags: c14n
2022-08-18
11:24
More boilerplate. check-in: ec7a4d3aa2 user: rolf tags: c14n
2022-08-17
23:34
Started. check-in: 8818527027 user: rolf tags: c14n
16:53
Split schema.c into two files schema.c and datatypes.c. check-in: 0eb4796366 user: rolf tags: trunk
13:35
More cleanup. Closed-Leaf check-in: 3c0f3c584c user: rolf tags: splitschemacode
2022-08-14
19:53
Split schema.c into two files schema.c and datatypes.c. check-in: 127d90b976 user: rolf tags: splitschemacode
2022-08-12
07:52
Replaced C99 idiom for compatibility with older compiler (as gcc4.9.2). check-in: 2f99526c44 user: rolf tags: trunk
00:28
Automaticall proovereading. check-in: e36a320c65 user: rolf tags: trunk
2022-08-09
23:32
Merged from trunk. Closed-Leaf check-in: 0f8f97f9bf user: rolf tags: towardsTcl9
2022-08-05
23:25
Renamed the -forrest option and all forrest symbols in the code with -forest, how it should have been spelt right from the start. check-in: 3eb60c75da user: rolf tags: trunk, release, tdom-0-9-3
2022-08-03
22:18
Updated README check-in: 9bec6aee4c user: rolf tags: trunk
2022-08-02
23:21
Regenerated docs. check-in: 1542449fde user: rolf tags: trunk
22:49
Added the text constraint command jsontype. Added the structure constraint command jsontype. check-in: c0c8c86371 user: rolf tags: trunk
22:27
Doc fix. Closed-Leaf check-in: 9fdc23254e user: rolf tags: jsonType
22:10
Added error reporting for and recovering from jsontype structure constraints. Improved the error reporting for dom postvalidation without reportcmd. check-in: fd44f8cac2 user: rolf tags: jsonType
2022-08-01
16:56
wip check-in: 5515d71d3e user: rolf tags: jsonType
2022-07-30
13:52
wip check-in: 8323a8c0fb user: rolf tags: jsonType
2022-07-29
23:51
More work on structure constraint jsontype. check-in: 9c5ec7ed6e user: rolf tags: jsonType
22:12
Added structure constraint command jsontype. Useful error reporting and recovering to be done. check-in: 2402dbf858 user: rolf tags: jsonType
01:35
Save work. check-in: ebd5f12335 user: rolf tags: jsonType
01:00
Another test. check-in: 50d9de08be user: rolf tags: jsonType
2022-07-28
23:57
Added text constraint command jsontype. check-in: b53a83bd51 user: rolf tags: jsonType
2022-07-27
21:56
Merged from trunk. check-in: db583bf8d7 user: rolf tags: jsonType
16:42
Code hygiene. check-in: d0e55d2011 user: rolf tags: trunk
14:24
More tests wrt tdom used in child interpeter. check-in: 2d6516b7be user: rolf tags: trunk
00:27
Fixed test file and test. check-in: 87afecf83d user: rolf tags: trunk
00:21
Fix of the switch to assoc. Tests for the fix and the inital problem. check-in: 3d638bb6d0 user: rolf tags: trunk
2022-07-26
21:29
wip check-in: 7d7f63aa4b user: rolf tags: jsonType
2022-07-25
22:38
It's a tad (but stable) slower overall the test suite. But its more correct. At least it fixes a problem nobody has showed a test case for. check-in: 5cff19532d user: rolf tags: trunk, allassoc
22:06
Kudos to Christian Werner. Closed-Leaf check-in: 097bfb4a81 user: rolf tags: assocall
16:57
Corrected version number. check-in: aae300c935 user: rolf tags: trunk
2022-07-23
23:01
Integrated compiler nits pacifying. check-in: df977eb805 user: rolf tags: trunk
2022-07-22
11:45
Tweaked test suite to have a valid long int argument even on platforms with wordsize 4. Closed-Leaf check-in: 1a8a1b246a user: rolf tags: compiler-nits
10:31
More explicit type conversion. check-in: 17443b8f46 user: rolf tags: compiler-nits
09:45
Merged from trunk. check-in: 525e7c4db9 user: rolf tags: compiler-nits
01:44
Made the Tcl interperter assoc mechanism to store the active schema data the default- check-in: 4c092ccb55 user: rolf tags: trunk
2022-07-21
22:48
Added the magic comment to silence "fall trough" warnings by gcc and clang. More explizit type casts. Replaced most Tcl_Panic() calls with lesser rude reporting. check-in: 319cb70060 user: rolf tags: compiler-nits
2022-07-17
22:52
More compiler warnings processed. check-in: ca92594493 user: rolf tags: compiler-nits
2022-07-16
14:03
Started compiler warnings reduce (a few with better reasons, others with lesser). check-in: e572014487 user: rolf tags: compiler-nits
2022-07-15
09:54
More signed/unsigned comparsion warnings handled. check-in: a59ab6f112 user: rolf tags: trunk
01:00
Pacified a couple of comparsion between signed and unsigned compiler warnings, which had ground. check-in: a7869a16df user: rolf tags: trunk
2022-07-14
23:51
Postponed the release for a few last minute feature adds and tweaks. check-in: 1db99effe6 user: rolf tags: trunk
2022-06-23
12:32
Adapted documentation to prior implementation changes. Closed-Leaf check-in: 91873c2398 user: rolf tags: prepare-release
2022-06-21
22:01
Merged from trunk. check-in: 8afa987140 user: rolf tags: prepare-release
22:00
Added non-standard XPath function laststring() which behaves like string(), just returing the string value of the last node in case of a node set result. check-in: 27598e33da user: rolf tags: trunk
21:50
Updated the nmake build system from sampleextension. check-in: 49c3a28335 user: rolf tags: prepare-release
00:45
Made test suite work with 8.4. check-in: 4e8c1eb9ec user: rolf tags: prepare-release
2022-06-20
20:12
Adapted code to deal with Tip 543. check-in: 162bfdac16 user: rolf tags: prepare-release
2022-06-08
23:49
Added non-standard XPath function laststring() which behaves like string(), just returing the string value of the last string in case of a node set result. Closed-Leaf check-in: 53674ce50a user: rolf tags: xpath-func-laststring
2022-06-02
22:54
Added commands tdom::fsnewNode and tdom::fsinsertNode. check-in: 0595f7faca user: rolf tags: trunk
22:49
More tests. Closed-Leaf check-in: 49b088df68 user: rolf tags: wip
22:34
Added tdom::fsnewNode und tdom::fsinsertNode. check-in: 21c47bb0c6 user: rolf tags: wip
10:49
tdom::fsinsertNode works. check-in: c73a4ec636 user: rolf tags: wip
01:26
wip check-in: 02c7736bfa user: rolf tags: wip
2022-05-31
21:58
Hardened appendFromScript/insertBeforeFromScript against deletion of the doc on which the script works. check-in: 092ad67e81 user: rolf tags: trunk
21:51
Much better. Closed-Leaf check-in: 5ac2968867 user: rolf tags: wip
2022-05-27
16:43
wip check-in: a80bccddd0 user: rolf tags: wip
2022-05-26
01:18
wip check-in: 3f0e06054f user: rolf tags: wip
2022-05-16
07:48
Spell fix. check-in: e7edc13ffa user: rolf tags: trunk
2022-05-14
15:05
Updated CHANGES (expat update). check-in: ebf31bb542 user: rolf tags: trunk
01:59
Updated to expat 2.4.8. check-in: 6ef193c67f user: rolf tags: trunk
01:37
Merged schema command any improvements in. check-in: 5cf63249c4 user: rolf tags: trunk
01:31
Adjusted documentation. Closed-Leaf check-in: 1db61de8e8 user: rolf tags: any
2022-05-10
23:52
Improve any option handling. check-in: 2b5a2c2551 user: rolf tags: any
2022-05-08
00:48
Added any -not. check-in: 9327bf3b09 user: rolf tags: any
2022-05-07
14:56
Towards any -not (wip). check-in: d8384716bb user: rolf tags: any
2022-05-05
21:54
Now the empty namesapce (meaning elements without namespace) may be belong the namespaces list argument. check-in: 4002ad13df user: rolf tags: any
2022-04-28
01:34
Feature enhancement: Allow any element in a namespace out of a list. check-in: 9c7289af44 user: rolf tags: any
2022-04-27
00:46
Started. check-in: 5cf86622f8 user: rolf tags: any
2022-04-15
00:29
Added option -forrest to dom parse. check-in: e5e9feb0a8 user: rolf tags: trunk
2022-04-14
23:38
Mirco optimization. Closed-Leaf check-in: 3bb6869686 user: rolf tags: wip
22:09
Documentation work. Closed-Leaf check-in: 3a48816d85 user: rolf tags: parseforrest
16:32
Much better approach for dom parse -forrest w/ expat: use an external entity parser. check-in: 5efae5139b user: rolf tags: parseforrest
2022-04-08
22:44
Added alias for IANAEncoding2TclEncoding from namespace tdom to tDOM. Fixes [d5ab66290a92]. check-in: f744d9682b user: rolf tags: trunk
2022-04-03
17:40
Merged from trunk. Leaf check-in: 6db85b4ea3 user: rolf tags: toschema
2022-04-02
01:58
Smaller improvements. check-in: 71ad27132d user: rolf tags: parseforrest
2022-04-01
15:03
Reduced domReadDocument implementation redundancy. check-in: 8f590653dc user: rolf tags: parseforrest
2022-03-31
22:58
wip check-in: 8a28e0979e user: rolf tags: parseforrest
01:24
wip check-in: 9803aaacc1 user: rolf tags: parseforrest
2022-03-27
23:41
wip check-in: f5e136f14a user: rolf tags: parseforrest
2022-03-26
17:21
wip check-in: fc18ba69ef user: rolf tags: parseforrest
02:12
Added some documentation. check-in: d6bf719d3d user: rolf tags: parseforrest
01:25
Mostly done for dom parse. check-in: 8dce3d3bfd user: rolf tags: parseforrest
2022-03-24
00:56
Work on dom parse -forrest. check-in: 4d7afcb1aa user: rolf tags: parseforrest
2022-03-23
00:17
Mostly done for -html. check-in: 79b1e5e820 user: rolf tags: parseforrest
2022-03-21
23:44
Mostly done for -simple. check-in: 52160a56bd user: rolf tags: parseforrest
2022-03-19
17:11
Improved documentation. check-in: 8675c9954e user: rolf tags: trunk
01:56
Schema command mathods validate, validatefile and validatechannel enhanced with options to control external entitiy resolving. check-in: 2081bea03f user: rolf tags: trunk
01:24
Added documentation. Closed-Leaf check-in: 23c685b2e5 user: rolf tags: validateExtRef
2022-03-18
23:49
For validate/validatefile/validatechannel: Leave the error variable alone, if there is no validation error. check-in: 6c4c180008 user: rolf tags: validateExtRef
20:29
Removed debuging output. check-in: 9e9ec62333 user: rolf tags: validateExtRef
02:06
Put it all together. check-in: 3ba3600cb4 user: rolf tags: validateExtRef
2022-03-15
01:31
Added more of the stuff needed to control external enity resolving. check-in: ed1cc8e276 user: rolf tags: validateExtRef
2022-03-13
02:02
Merged from trunk. check-in: d1015acf15 user: rolf tags: validateExtRef