0
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected about 3 years ago.
Sep 30, 2021 — Sep 30, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* src-libxml2/tcldom-libxml2.c (TclDOMNewEvent): When compiling against Tcl before 8.4.0 timestamping of dom events is effectively disabled as the function to determine the time (Tcl_GetTime) is not part of the public API before then. In that case all dom events are stamped with time '0'. More... about 23 years ago
* Makefile.in: Removed code of target 'install-doc'. We have no manpages (.n files), and so the code removes everything in the mann directory in the installaltion area. More... about 23 years ago
* Makefile.in: Added variables for libxml2 paths. Added usage of stub table exported by TclDOM/libxml2. (INCLUDES): Added paths to headers of libxml2, libxslt, and libexslt. More... about 23 years ago
* tcldomStubLib.c: Fixed definition, prevent usage of stubs. Fixed typos. Fixed incorrect package name. More... about 23 years ago
* Makefile.in: Getting 'make test' to work. (TCLSH_ENV): Removed TCLLIBPATH. Interferes with testing. (test): Changed 'load tcldom.so' to 'package require dom'. This means that TclDOM has to be installed for testing. But also avoids the error "can't find dom::generic" thrown if just the shared library is loaded. More... about 23 years ago
* tcldomStubLib.c: Fixed typo More... about 23 years ago
* src-libxml2/tcldom-libxml2.c (TclDOMDOMImplementationCommand): Fixed crashing bug. TCLDOM_IMPL_CREATE branch of the switch, 2 arguments to the command (command name + 'create'). Code passed 0, NULL to 'TclDOMCreateCommand'. That one expects at least one argument, the command name. Crashed finally in Tcl_WrongNumArgs, because objv was NULL too. Fix: Passing '1, objv'. This fakes 'TclDOMCreateCommand' into believing that it got the command name as it only argument. More... about 23 years ago
Checking .sl, .dll when looking for a shared library. More... about 23 years ago
generated file More... about 23 years ago
* README: Updated to take the changes to the build system into account. [Bug 624382]. More... about 23 years ago
Generated files. More... about 23 years ago
Updated documentation. v2.4 release. More... about 23 years ago
* src-libxml2/tcldom-libxml2.c: Added CPP definitions so that 'vsnprintf' is handled correctly for Windows VC++. More... about 23 years ago
added additional LIB and INCLUDE definitions More... about 23 years ago
* src-libxml2/aclocal.m4: * src-libxml2/Makefile.in: * src-libxml2/configure.in: New files. TEA 2 based build system. * src-libxml2/configure: Generated. More... about 23 years ago
added --with-xslt-include, --with-xslt-lib, --with-exslt-include and libexslt-lib command line options More... about 23 years ago
added --with-[e]xslt stuff to configure.in More... about 23 years ago
* tcldom.c: Changed definition of string arrays 'RegisterCommandMethods' and 'DOMImplementationCommandMethods'. Added CONST84 to get rid of warnings generated when compiling under 8.4. More... about 23 years ago
Fixed parsing. More... about 23 years ago
Copied improved installer from TclXML. More... about 23 years ago
Fix generic-layer-only parser usage. More... about 23 years ago
Fixed UpdateTemplateCopy so that all variables are substituted. More... about 23 years ago
install: removed '-' from install dir. Removed unnecessary files. More... about 23 years ago
* expat/xmlwf/readfilemap.c: Added prototypes missing on windows, and cast to ensure comparison of compatible types. Required for Windows debug builds as these use -WX, making warnings into errors. More... about 23 years ago
Undid Mac OSX changes to pkgIndex.tcl Improving doco. More... about 23 years ago
* tclxml.c (TclXMLResetParser): Added cast, removed unused variable 'i'. More... about 23 years ago
* tcldom.c (TclDOMRegisterCmd): Removed unused variable 'i'. (TclDOMDOMImplementationCmd): s.a., also unused 'result'. More... about 23 years ago
Removed beta designation. More... about 23 years ago
Fixed script bug. More... about 23 years ago
Restore pkgIndex.tcl - Mac OS X frameworks are handled in PB. More... about 23 years ago