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

50 most recent check-ins that include changes to files matching 'generic/*'

2024-10-31
10:21
Fixed editing error. check-in: d467798836 user: rolf tags: picky-wip
2024-10-28
09:20
wip check-in: 007fb02a5c user: rolf tags: picky-wip
2024-10-27
19:06
Merged from trunk. Leaf check-in: cade607cba user: rolf tags: picky
2024-10-13
00:28
Merged from trunk. check-in: 95366bc715 user: rolf tags: prepare-release
2024-10-12
01:16
Use the configure created pkgIndex.tcl for tnc. Removed an not used variable. check-in: 9887c93bab user: rolf tags: trunk
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
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
15:12
wip check-in: 39da7b8662 user: rolf tags: wip
2024-10-02
00:12
Merge trunk. check-in: e1154f061d user: rolf tags: prepare-release
2024-10-01
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
2024-09-27
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
00:15
Improved error handling and error messages. check-in: cf19b79d68 user: rolf tags: asTypedList
2024-09-23
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
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
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
00:09
Experimenting, hardening, optimisation, opening the door for customisation. check-in: 1c88ce0e89 user: rolf tags: asTypedList
2024-09-08
22:33
Merged from trunk. check-in: 09d6144d41 user: rolf tags: asTypedList
22:26
Added the flag -keepTextStart to the expat command. Fix for [757e85ef6e] and a few other quirkiness around this. check-in: 78cc02f6c6 user: rolf tags: trunk
22:11
Started. check-in: e6806cecb5 user: rolf tags: asTypedList
2024-09-06
22:16
Fixed the machinery, added a few more tests and some words of documentation. Closed-Leaf check-in: d14c37a7df user: rolf tags: linecolumn
2024-09-05
23:17
Merged from trunk. check-in: 2992f87948 user: rolf tags: linecolumn
23:02
More interaction between parser, tdom command and dom building to get line/column/byteIndex right in normal case and with -keepCDATA 1. check-in: 6f2834178c user: rolf tags: linecolumn
2024-09-03
16:30
Towards line/column/byteindex reporting for tdom cmd generated DOM trees. check-in: ae0b817c96 user: rolf tags: linecolumn
2024-09-02
22:41
Handle line/column/byteIndex for CDATA nodes. Fixed long standing bug in the keepCDATA method of the tdom command. Fixed bug in the "replace the dom command with expat/tdom" machinery in the tdomcmd.test file. Removed left over debugging code. check-in: 113af31e86 user: rolf tags: linecolumn
2024-08-31
22:46
Text node commands created by createNodeCmd of the json type NULL, TRUE or FALSE may be called without argument. check-in: ba9e3cb127 user: rolf tags: trunk
2024-08-30
12:10
Started. check-in: 91db5407c4 user: rolf tags: linecolumn