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

50 most recent check-ins

2024-10-12
01:16
Use the configure created pkgIndex.tcl for tnc. Removed an not used variable. Leaf check-in: 9887c93bab user: rolf tags: trunk
2024-10-11
13:12
Fixed link. Leaf check-in: edee6b7695 user: rolf tags: prepare-release
2024-10-10
23:54
Merged from trunk. check-in: dcca22d3be user: rolf tags: prepare-release
23:08
Improved compatibility with older VC compiler. check-in: 8b95c3d54f user: rolf tags: trunk
12:21
Fixed indentation. check-in: 0749516c84 user: rolf tags: trunk
2024-10-09
22:56
Merged from trunk. check-in: ef01deb2dc user: rolf tags: prepare-release
22:54
First round of build tests on a couple of platforms and OS. check-in: d4df8c0072 user: rolf tags: trunk
22:47
Simplest (*)printf d modifier limbo I could find. Closed-Leaf check-in: b3b0b78e14 user: rolf tags: wip
00:40
More casts. check-in: cb3dba8a81 user: rolf tags: wip
00:38
Added a few more casts. check-in: 24e3b90743 user: rolf tags: wip
00:12
Cast away remaining compiler warnings (some, even most of them have enought ground that they probably should have been cared about while introducing but surely are no regressions to prior versions. check-in: 051cc7c60d user: rolf tags: wip
2024-10-08
18:56
More type corrections. check-in: 553af98482 user: rolf tags: wip
2024-10-07
13:49
Fixed typedef. check-in: 1d5577a6d1 user: rolf tags: wip
13:26
And again more tweaks to silence compiler warnings. check-in: a079697591 user: rolf tags: wip
13:23
More tweaks to silence compiler warnings. check-in: 69f821599b user: rolf tags: wip
10:06
Another approach: Use XML_LARGE_SIZE on all platforms and Tcl-Versions an handle platform limits in code. check-in: 29beb92f07 user: rolf tags: wip
2024-10-05
14:41
Do this detail as it should be although this probably means that now a C99 compiler is needed. check-in: f5edd401a7 user: rolf tags: wip
01:17
wip check-in: 59660aa095 user: rolf tags: wip
2024-10-04
23:36
wip check-in: 838a1568fa user: rolf tags: wip
23:28
wip check-in: 03aa411f9a user: rolf tags: wip
15:12
wip check-in: 39da7b8662 user: rolf tags: wip
2024-10-03
14:33
wip check-in: 5c33cee20e user: rolf tags: wip
2024-10-02
00:12
Merge trunk. check-in: e1154f061d user: rolf tags: prepare-release
2024-10-01
23:16
Adapted test to the changed error message. check-in: 4abf418fab user: rolf tags: trunk
22:58
Attempt to clean up the fall out of the recent type changes. check-in: 908f9bb47d user: rolf tags: trunk
2024-09-30
22:18
More type massage. check-in: a14d20c7c1 user: rolf tags: trunk
20:45
Merged from trunk. check-in: 946d048908 user: rolf tags: prepare-release
20:45
With Tcl 9 now even on windows (worded already on LP64 platforms) a single text node in an XML source may be longer than 2 GByte. check-in: c219a15f48 user: rolf tags: trunk
10:13
More places bump up the version number. check-in: c39f52282e user: rolf tags: prepare-release
2024-09-28
00:47
Started. check-in: 31dfe23093 user: rolf tags: prepare-release
00:20
Regenerate doc. check-in: b2e58e052f user: rolf tags: trunk
2024-09-27
23:50
Updated tclconfig. check-in: a5598e460d user: rolf tags: trunk
16:04
Added the asTypedList method to the domDoc and domNode commands. Added the createFromTypedList method to the dom command. check-in: 25ef75c805 user: rolf tags: trunk
16:01
Added a few more tests. Closed-Leaf check-in: 96986493f8 user: rolf tags: asTypedList
12:17
Merged from trunk. check-in: 78a7f45535 user: rolf tags: asTypedList
00:38
Noted the expat update in CHANGES. check-in: ebf8e476e5 user: rolf tags: trunk
00:15
Improved error handling and error messages. check-in: cf19b79d68 user: rolf tags: asTypedList
2024-09-23
20:56
Updated to expat 2.6.3. check-in: 67a58d8916 user: rolf tags: trunk
20:41
Renamed createDocumentFromTypedList createFromTypedList - it is still a mouthful. check-in: 6bc8b7435a user: rolf tags: asTypedList
18:49
Fixed syntax error. check-in: ba093cc945 user: rolf tags: asTypedList
18:45
A bit trickery to only run tests with valid json data if testing asTypedList / createDocumentFromTypedList. check-in: 2493c54646 user: rolf tags: asTypedList
2024-09-22
00:15
Used the valid json data of the various tests in domjson.test for tests for asTypedList and createDocumentFromTypedList. check-in: 43f6e49157 user: rolf tags: asTypedList
00:11
Done. Closed-Leaf check-in: b9a391f692 user: rolf tags: wip
2024-09-20
23:12
wip check-in: 9bc1064b71 user: rolf tags: wip
16:57
Fixes and an improvement to the error messages in case of invalid typed list. check-in: c54d4cb644 user: rolf tags: asTypedList
11:59
Improved detection of invalid typed lists. Fixed XML well-formed error in documentation. Improved asTypedList in case of value only json documents. check-in: 5d007b5c73 user: rolf tags: asTypedList
2024-09-18
23:57
Made the optioal newObjVar argument of createDocumentFromTypedList in fact work. Added some documentation. check-in: 24f228477d user: rolf tags: asTypedList
23:11
Added a first version (fully working for correct input but with some things left so do) of a way to create a (JSON) DOM document from a typed list in the format produced by asTypedList. check-in: 49831a455b user: rolf tags: asTypedList
2024-09-10
23:12
Removed the first approach, improved the second, added a few basic tests and some documentation. check-in: 28577906a9 user: rolf tags: asTypedList
13:17
Compare simple approach versus reuse symbol Tcl_Objs. check-in: 2aefc63826 user: rolf tags: asTypedList