0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected over 1 year ago.
Sep 30, 2021 — Sep 30, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Generated by autoconf with configure.in r1.3 , aclocal.m4 r1.3 More... over 23 years ago
generated by autoconf with configure.in r1.4 , tcl.m4 r1.3 , tclxml.m4 r1.3 More... over 23 years ago
First crack at a fairly generic install script for TCL packages - based on the install script code in BLT More... over 23 years ago
Minor bug fix More... over 23 years ago
Removed Xerces code from main branch (it's now in a separate branch). More... over 23 years ago
added dependency relationship that wasnt saved before initial commit. More... over 23 years ago
Imported from most recent Scriptics modified version of expat More... over 23 years ago
Imported from most recent Scriptics modified version of expat More... over 23 years ago
Initial support files for compiling tclxml & tclexpat with MS VC 6 on iX86 win32 platforms. More... over 23 years ago
general clean-up - match ckalloc's with ckfree, cast some variables, more consistent indentation and layout. More... over 23 years ago
added macros to enable compilation of native windows platform dll's (tested with VC++ 6) More... over 23 years ago
replace free() with ckfree(), added various casts to variables to keep fastidious compilers happy (e.g. VC 6) More... over 23 years ago
add SC_LIB_INC_PATH function (called by SC_LIB_SPEC_PATH) , improved search paths and fixed small bugs in SC_LIB_SPEC_PATH More... over 23 years ago
various small fixes (mostly due to typos it appears) , improve SC_LIB_SPEC algorithm - e.g. wider & deeper library directory search path More... over 23 years ago
add support for expat_INCLUDE_DIR xerces_INCLUDE_DIR macros, fix code that was preventing building tclxml in abitrary subdirectory successfully ( e.g. seperate directories for multiple target platform builds) More... over 23 years ago
ensure library/pkgIndex.tcl is cleaned out by distclean target add support for expat_INCLUDE_DIR macro support installing $(GENERIC_SCRIPTS) on filesystems that dont have links (eg NTFS/FAT mounted on linux) More... over 23 years ago
included commentary on example XML file More... over 23 years ago
A sample XML document to try out example programs with More... over 23 years ago
Fix output slightly broken display format (missing whitespace) More... over 23 years ago
mkinstalldirs: added to repository
Joe English
as jenglish
More... over 23 years ago
* Makefile.in, aclocal.m4, configure.in: Miscellaneous TEA-related changes; now configures and builds on at least two different platforms. * configure: Added to repository. * tclDomProInt.h, tdp.h: Removed bare carriage returns, C++ "//"-style comments. * tclDomProInt.h, tdpExpat.c: remove unused fields infoPtr->currentByte{Index,Count}
Joe English
as jenglish
More... over 23 years ago
Updated to latest version of tcl.m4, (revision 1.29 in Tcl SourceForge repository)
Joe English
as jenglish
More... over 23 years ago
Fixed Broken classInfo variable declaration & initialisation in TclXMLGet (fix for Bug #123557) More... over 23 years ago
Test suite for XPath More... over 23 years ago
Improved algorithm for parsing XPath location paths. Correctly parsing a greater set of location paths, but now yet complete. More... over 23 years ago
Added xmlswitch package More... over 23 years ago
Now accepts wildcard '*' node test. More... over 23 years ago
Updated for XPath More... over 23 years ago
Added XPath support: createNode More... over 23 years ago
Initial (partial) implementation of XPath parser package. More... over 23 years ago