Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
43 check-ins using file generic/dom.c version de80b19033
2018-07-29
| ||
23:00 | Made the make target tcldomsh work without a prior make all. check-in: cc537df20f user: rolf tags: trunk | |
2018-07-27
| ||
10:06 | Merged from trunk. check-in: d50d0f374e user: rolf tags: stackless_asXML | |
2018-07-25
| ||
23:07 | Fixed a typo. check-in: 7476c3ea9d user: rolf tags: trunk | |
23:06 | Made the build system closer to recent TEA. Most of the valuable work was done by Stuart Cassoff. check-in: 59c3d27071 user: rolf tags: trunk | |
23:03 | Merged from trunk. Closed-Leaf check-in: 5d4b4c3d25 user: rolf tags: nearerTEAtoThee | |
2018-07-24
| ||
21:30 | Release 0.9.1 check-in: 86c70df47c user: rolf tags: trunk, release, tdom-0-9-1-rc, tdom-0-9-1 | |
2018-07-23
| ||
21:53 | Updated README. Closed-Leaf check-in: b82decbc00 user: rolf tags: tdom-0-9-1-rc | |
10:42 | Applied a last round of spell fixes provided by the debian tDOM maintainers. check-in: 02bf3a9823 user: rolf tags: trunk | |
10:28 | Merged the fixes for the scripted helper procs baseURL and extRefHandler for Windows paths containing drive letters provided by Ashok P. Nadkarni. check-in: 905eec2720 user: rolf tags: trunk | |
2018-07-22
| ||
08:50 |
Fix baseURL and extRefHandler for Windows paths containing drive letters.
Note that the tcllib uri package used by extRefHandler was broken until
V1.2.7. This version only tested with that version.
There is still an unrelated bug pending in that URI's are supposed to be url-encoded but the code does not currently handle that and will fail for special characters in the path. Closed-Leaf check-in: fadeed7802 user: apnadkarni tags: win-uri-fix | |
2018-07-20
| ||
23:51 | Merged the other part of Stuart Cassoffs work towards keeping the tDOM build system in sync with TEA development. check-in: 6bcddd7f77 user: rolf tags: nearerTEAtoThee | |
22:59 | Integrated a first part of Stuart Cassoffs work towards keeping the tDOM build system in sync with TEA development. check-in: dc90a44cf6 user: rolf tags: nearerTEAtoThee | |
09:58 | Merged from trunk. check-in: 401652dca9 user: rolf tags: nearerTEAtoThee | |
2018-07-19
| ||
12:53 | Create new branch named "win-uri-fix" check-in: 7e818a10f8 user: apnadkarni tags: win-uri-fix | |
00:42 | Fixed the test suite so that it should run without failure even if the build dir is outside the source tree. check-in: 96b8d81fe9 user: rolf tags: trunk | |
2018-07-18
| ||
23:59 | Makefile.in could be more in sync with TEA. check-in: 15fc3242db user: rolf tags: nearerTEAtoThee | |
14:41 | Attempt to make tdom::baseURI return "the right thing" for absolute paths on windows. check-in: b4d45b8409 user: rolf tags: trunk | |
05:20 | Fix HAVE_MEMMOVE conflict with expat check-in: 0ef0ce1813 user: apnadkarni tags: trunk | |
2018-07-17
| ||
00:23 | Some --pedantic compiler pacifying. check-in: 491081c44c user: rolf tags: trunk | |
00:09 | Trumpet the pull interface a bit in the overview. check-in: a08a033618 user: rolf tags: trunk | |
00:06 | Chanced tDOM to tdom. check-in: 35998b8a0d user: rolf tags: structure | |
2018-07-16
| ||
21:48 | Merged from trunk. check-in: 384f1e40d8 user: rolf tags: structure | |
21:36 | The package name is tDOM, but it always has been requested by [package require tdom] and now the scripted helper commands in tdom.tcl are also in the namespace tdom (not anymore in tDOM). The new pullparser command is now also in this namespace. There are aliases from the old command names to the new one, so there must be nothing done; old scripts will run as they did. It's just, that you in new code don't have to write serveral upcase letters in a row because of tDOM. check-in: afde497780 user: rolf tags: trunk | |
2018-07-14
| ||
14:15 | Added more infomation about what changed with the new expat version to CHANGES. check-in: 19cf312be6 user: rolf tags: trunk | |
01:43 | Updated to expat 2.2.5. Expat now want to use a "good" entropy source to salt internal hash tables (to reduce the possibility of DoS attacts with malicious XML input). Configure tries to figure out automatically the most appropriate entropy source on your platform. The new configure switch --with-entropy gives control over that. The configure switch --without-entropy disables all this; with that expat (and in turn tDOM) will use what was used in earlier expat versions. check-in: 6fffa3e7af user: rolf tags: trunk | |
01:37 | Work-around an expat 2.2.5 XML_ResumeParser() bug. Closed-Leaf check-in: 1c8b9934b9 user: rolf tags: expat-update | |
2018-07-13
| ||
01:18 | Working on the failing pullparser tests. check-in: 2ad72e5616 user: rolf tags: expat-update | |
2018-07-12
| ||
23:14 | Made it a bit easier to disable all the new expat entropy source limbo dance by just --without-entropy. check-in: 3a4f79562b user: rolf tags: expat-update | |
22:48 | Merged from trunk. check-in: 24bc5ef530 user: rolf tags: expat-update | |
22:27 | Updated TEA. check-in: 740e401adc user: rolf tags: trunk | |
22:05 | The pullparser command (and implementation) can be disabled with a define. check-in: 66f5a1c0cd user: rolf tags: trunk | |
21:47 | Editorial change to pacify a compiler warning. check-in: c6ed107738 user: rolf tags: trunk | |
21:44 | Fixed the last commit. check-in: 5fda7dd7cb user: rolf tags: trunk | |
21:40 | More editorial changes to pacify compiler warnings. check-in: 0b3ae53e6c user: rolf tags: trunk | |
21:13 | Fixed typo. check-in: d751df84d9 user: rolf tags: trunk | |
21:04 | Fix configure in case of --enable-html5 and gumbo installed in non-standard places. Plus other small corrections and improvements related to configure --enable-html5. check-in: 2b88599435 user: rolf tags: trunk | |
21:01 | Only one AC_MSG_ERROR line makes sense for obvious reason. Closed-Leaf check-in: 952341c0d9 user: rolf tags: configurefix | |
19:57 | Fix configure in case gumbo is installed in non-standard places. Plus other small corrections and improvents related to --enable-html5. check-in: a230fd334b user: rolf tags: configurefix | |
2018-07-11
| ||
14:01 | Fixed a spelling. check-in: 4052b73937 user: rolf tags: structure | |
00:47 | wip check-in: 991c38bfe7 user: rolf tags: structure | |
00:26 | Merge trunk. check-in: 132adf28aa user: rolf tags: expat-update | |
00:25 | Merge trunk. check-in: e40efd38e1 user: rolf tags: structure | |
2018-07-10
| ||
22:25 | More typo fixes. Thanks goes to Gustaf Neumann. check-in: 26cf441c85 user: rolf tags: trunk | |