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

50 most recent check-ins related to "trunk"

2024-02-23
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-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-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-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-09
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-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-02
17:29
merge trunk to bulk-xml-parse check-in: 57af92be5e user: sebres tags: experimental/bulk-xml-parse
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
2022-12-29
00:22
Updated to expat 2.5.0. check-in: 32445cdcba user: rolf tags: trunk
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-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