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

History for extensions/tnc/tnc.c

2024-09-30
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. file: [48ad58bc42] check-in: [c219a15f48] user: rolf branch: trunk, size: 102006
2024-08-14
14:47
Modified pkgIndex.tcl.in so that it is usable for a side by side installation of tnc for Tcl 8.6 and Tcl 9. Completed [08a419c823]. file: [227230a34d] check-in: [106ba75625] user: rolf branch: trunk, size: 102006
2024-08-12
10:21
Missed to call Tcl_InitStubs() in tnc accoding to the Tcl major version. file: [8b0e92648c] check-in: [08a419c823] user: rolf branch: trunk, size: 101997
2021-01-28
00:30
Some minor editorial work in documentation and code comments. file: [f065f6b522] check-in: [014e6256e7] user: rolf branch: trunk, size: 101899
2020-09-26
13:45
Applied spell fixes provided by Gustaf Neumann (slightly modified and enhanced). file: [8844c9e49a] check-in: [a8fac2ca99] user: rolf branch: trunk, size: 101889
2020-08-20
12:23
Fixed tnc. file: [2e4cb0a3d8] check-in: [6ee5a58b81] user: rolf branch: trunk, size: 102130
2020-07-23
00:03
Cherry-pick by hand of [c4947454bce0]. file: [bdaaf6c42f] check-in: [ba1e7f4ba5] user: rolf branch: trunk, size: 102127
2018-07-25
23:12
Merged from trunk. file: [66d2ffb158] check-in: [d554f9574e] user: rolf branch: domvalidation, size: 101882
2018-07-10
22:25
More typo fixes. Thanks goes to Gustaf Neumann. file: [283471debf] check-in: [26cf441c85] user: rolf branch: trunk, size: 101883
2018-05-09
23:59
Merged from trunk. file: [7323d9b09a] check-in: [dc7f7734d0] user: rolf branch: domvalidation, size: 101882
23:58
Modernizing the C style, deCONSTifing. file: [898c17f5e8] check-in: [c1bddcddb3] user: rolf branch: trunk, size: 101883
19:47
Merged from trunk. file: [21b8df6d13] check-in: [05b7cbc62a] user: rolf branch: domvalidation, size: 102546
19:46
Some renames to make it easier to keep tnc and branch domvalidation in sync. file: [2c5d64b9ed] check-in: [0546eec94f] user: rolf branch: trunk, size: 102547
2018-05-05
00:51
Work in progress. file: [53109e382d] check-in: [b9f7043440] user: rolf branch: wip, size: 103156
2018-03-24
16:09
Added code to the last missing handlers. Some smaller things (reporting, foreign DTD) but otherwise should be almost there. file: [da85614c92] check-in: [007826727c] user: rolf branch: domvalidation, size: 102525
2018-02-01
00:16
A couple of spell fixes / typing error corrections. Thanks goes to Gustav Neumann. file: [26dbaeae9f] check-in: [4897033c1b] user: rolf branch: trunk, size: 102526
2017-10-06
00:03
Applyed spelling/ wording fixes in source code comments, error messages and even symbols (!) as reported by Debian lintian [9629f6d4fb8c9]. file: [b8221e589a] check-in: [f8ced39e14] user: rolf branch: trunk, size: 102513
2017-08-21
21:38
Windows build system (VC and mingw) modernised. file: [5882c44366] check-in: [640dd65ff9] user: rolf branch: trunk, size: 102513
2017-08-19
19:23
Cleanup. file: [3c01430fb0] check-in: [fe8daed3e6] user: rolf branch: trunk, size: 102516
2017-08-11
14:25
Bring Windows build into the modern age. file: [83eea8ff3a] check-in: [31019684aa] user: apnadkarni branch: msvc, size: 102516
2013-12-05
23:17
Minor corrections in comments and the reason for a compiler warning removed. file: [e30dc44a8b] check-in: [d168f6f959] user: rolf branch: trunk, size: 102519
00:33
Gardening. file: [2fbb29213a] check-in: [8d14c9884b] user: rolf branch: trunk, size: 102557
2013-12-04
23:39
Make tdom cross-compile on linux for windows (w32/w64) with mingw-w64. file: [f6344d94a0] check-in: [0026eb9d33] user: rolf branch: trunk, size: 102617
2007-08-11
23:10
Tweaks to build tnc with win/msys/mingw. file: [ce5c166d3e] check-in: [93fa66332f] user: rolf branch: trunk, size: 102592
2007-07-31
00:23
Update to expat 2.0.1; minor build cosmetic. file: [7694bbf12f] check-in: [8ef882fd3e] user: rolf branch: trunk, size: 102503
2007-02-04
19:40
Minor editorial changes. file: [a1874ce449] check-in: [8ef295c71f] user: rolf branch: trunk, size: 102409
2005-04-11
01:39
Updated to use TEA 3.2. Thanks to Daniel A. Steffen and Andreas Kupries for input. file: [89ab2f2742] check-in: [707f0d9f50] user: rolf branch: trunk, size: 102463
2003-07-04
18:17
Fixed version string to 0.7.8 file: [11137e7c96] check-in: [66b65c5ffd] user: zoran branch: rel-0-7-branch, size: 102455
2003-04-12
02:20
Bumped version to 0.8.0 alpha. file: [4eb5d817c3] check-in: [edc7d63c4b] user: rolf branch: trunk, size: 102455
2003-03-22
00:05
Added code needed to handle effects of the -useForeignDTD option. file: [abde5a82bf] check-in: [4b30dbc927] user: rolf branch: trunk, size: 102455
2003-02-22
21:06
Added new tnc method getValidateCmd. Changed to use the same memory allocator/free defines as the tDOM core. Bumped the version to 0.3. file: [7da4683c71] check-in: [1aa803e20b] user: rolf branch: trunk, size: 101620
2002-10-09
22:51
CONSTyfied tnc. file: [eb10dfa074] check-in: [1cc88b03f7] user: rolf branch: trunk, size: 85999
2002-08-19
00:26
Small opitimization: Now we store the Attribute informatation for an element direct in the TNC_Content structure, and don't look them up every time, they are needed any more. Package version bumped to 0.2. file: [08d7f3ff9a] check-in: [f5b11e7270] user: rolf branch: trunk, size: 85856
2002-07-17
01:44
Fixed some memory problems (which could result to seg fault, for invalid documents, because after detection of the validation error some structures would have been not filled, as expected by free proc. Got rid of the ridiculously zero/one pointers. Start overhaul of the hole thing. file: [50f977ea2d] check-in: [289784d373] user: rolf branch: trunk, size: 85685
2002-07-14
14:41
Removed the free'ing of the element content modes, returned by expat. They are now free'ed in tclexpat.c. file: [93f81451bc] check-in: [2eb1aee07c] user: rolf branch: trunk, size: 86590
2002-05-16
12:46
Corrected version numbers. file: [d1c8431c5e] check-in: [bda233a9c9] user: rolf branch: trunk, size: 86583
2002-05-15
22:12
Use tdom stubs table. file: [501d6e661d] check-in: [caa786e427] user: rolf branch: trunk, size: 86581
2002-05-07
23:44
A NMTOKEN is always != the empty string (""); NMTOKENS are always at least one NMTOKEN. file: [94192f880b] check-in: [559305970e] user: rolf branch: trunk, size: 86273
2002-02-24
02:31
Fixed UTF-8 char byte length determination file: [88ead51574] check-in: [9373983392] user: rolf branch: trunk, size: 85756
2002-02-22
01:05
Added: Initial revision file: [2f39e54c5b] check-in: [98cd4affb5] user: rolf branch: trunk, size: 85757