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

Overview
Comment:Noted the TEA update in CHANGES. Declared Changelog as obsolete.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 6c1a36e58f450b95ac99b190f238a64f5c980552
User & Date: rolf 2013-08-17 12:49:50
Context
2013-08-31
18:23
Raised the limit of maximum number of different XML namespaceses within one DOM tree to what a signed int can hold. New configure switch --enable-lessns restores old code. This may mean (depending on the used malloc) that the DOM tree of an XML file may need a bit more memory (even if you don't have any XML namespace declaration within your documents) than before. check-in: 981c0340e2 user: rolf tags: trunk
2013-08-28
12:50
Raise the limit of maximum number of different xml namespace declarations within an xml document. check-in: a689b0c326 user: rolf tags: more-xml-ns
2013-08-17
12:49
Noted the TEA update in CHANGES. Declared Changelog as obsolete. check-in: 6c1a36e58f user: rolf tags: trunk
2013-08-16
14:59
Fixed memory corruption in case of scripted xpath function with an attribute as context node (reported by https://github.com/tDOM/tdom/issues/16). check-in: d5664646d6 user: rolf tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to CHANGES.




1
2
3
4
5
6
7




2013-05-16  Rolf Ade  <rolf@pointsman.de>

        Update to expat 2.1.0.

--- Release 0.8.2, 15. Aug. 2007 --- See ChangeLog for details ---

>
>
>







1
2
3
4
5
6
7
8
9
10
2013-07-21 Rolf Ade  <rolf@pointsman.de>

        Updated TEA build system of tdom itself and the extensions.

2013-05-16  Rolf Ade  <rolf@pointsman.de>

        Update to expat 2.1.0.

--- Release 0.8.2, 15. Aug. 2007 --- See ChangeLog for details ---

Changes to ChangeLog.








1
2
3
4
5
6
7







2012-05-17  Rolf Ade  <rolf@pointsman.de>

        * generic/dom.h
        * generic/tcldom.c: Compatibility with Tcl 8.6 - Beginning
          with 8.6, interp->errorLine isn't public visible anymore
          (TIP 330).

>
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14

NOTICE: This file isn't kept up to date anymore. Look at the timeline
of the leading fossil repository
(https://46.163.78.80/cgi-bin/repros/tdom/timeline) or at the backup
github repository at https://github.com/tDOM/tdom for detailed lists
of code changes.

2012-05-17  Rolf Ade  <rolf@pointsman.de>

        * generic/dom.h
        * generic/tcldom.c: Compatibility with Tcl 8.6 - Beginning
          with 8.6, interp->errorLine isn't public visible anymore
          (TIP 330).