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

Changes In Branch expat-2.2.3 Excluding Merge-Ins

This is equivalent to a diff from 6c9e8589f1 to 84a004b5f0

2017-08-31
02:47
Exploring optimization possibilities. Using doc specific simple mem pools speeds up a [dom parse $xml doc; $doc delete] by a factor of 1.25 (though, while DOM tree building is also slightly faster most of the gain is a much faster doc free). Test suite runs valgrind clean. Some tests fail but most of them do rightly so. Because this has a price: no subree move between documentes (the DOM recommendation doesn't allow this but tdom did, so far), no [domNode delete] (but this in fact freed the memory already only in non-threaded builds), no line/column information. Needs creation of nodeCmds in doc specific namespace for cleanup of the tcl commands in one go (to be implemented) and thread safety consideration. If all goes well and still looks as a gain could be integrated in a switch on/of at runtime way. check-in: 1965531605 user: rolf tags: fastFree
2017-08-29
21:05
There are a lot expat releases, lately. This is expat-2.2.4. check-in: 631d353e34 user: rolf tags: expat-update
2017-08-25
14:28
Changed version to 0.9.1. check-in: fa48078af4 user: rolf tags: trunk
2017-08-24
16:15
Merged from trunk. Closed-Leaf check-in: 84a004b5f0 user: rolf tags: expat-2.2.3
15:33
Release 0.9.0 check-in: 6c9e8589f1 user: rolf tags: trunk, tdom-0-9-0, release
13:57
Install also tdomConfig.sh. And since tdomConfig.sh is generated by configure, don't remove it with make clean but only with make distclean. Closed-Leaf check-in: 9ca8c82d0a user: rolf tags: prepare-release
2017-08-23
22:34
Started updating of the included expat to 2.2.3. check-in: 4a425e9b4b user: rolf tags: expat-2.2.3
2017-08-21
23:46
Some more proof reading. check-in: 9f9b4577ac user: rolf tags: trunk

Changes to configure.

Changes to expat/COPYING.

Changes to expat/Changes.

Changes to expat/VERSION.

Changes to expat/expat.h.

Changes to expat/expat_external.h.

Changes to expat/winconfig.h.

Changes to expat/xmlparse.c.

Changes to expat/xmlrole.c.

Changes to expat/xmltok.c.

Changes to expat/xmltok_impl.c.

Changes to tdom.m4.

Changes to win/makefile.vc.