openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
T
tclxml
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
over 1 year
ago. based on code collected
about 3 years
ago.
Sep 30, 2021 — Sep 30, 2022
Showing page 5 of 15
Search / Filter on:
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'.
andreas_kupries
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.
andreas_kupries
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.
andreas_kupries
More...
about 23 years ago
* tcldomStubLib.c: Fixed definition, prevent usage of stubs. Fixed typos. Fixed incorrect package name.
andreas_kupries
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.
andreas_kupries
More...
about 23 years ago
* tcldomStubLib.c: Fixed typo
andreas_kupries
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.
andreas_kupries
More...
about 23 years ago
Checking .sl, .dll when looking for a shared library.
larndt
More...
about 23 years ago
generated file
balls
More...
about 23 years ago
* README: Updated to take the changes to the build system into account. [Bug 624382].
andreas_kupries
More...
about 23 years ago
Generated files.
balls
More...
about 23 years ago
Updated documentation. v2.4 release.
balls
More...
about 23 years ago
* src-libxml2/tcldom-libxml2.c: Added CPP definitions so that 'vsnprintf' is handled correctly for Windows VC++.
andreas_kupries
More...
about 23 years ago
added additional LIB and INCLUDE definitions
larndt
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.
andreas_kupries
More...
about 23 years ago
added --with-xslt-include, --with-xslt-lib, --with-exslt-include and libexslt-lib command line options
larndt
More...
about 23 years ago
added --with-[e]xslt stuff to configure.in
larndt
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.
andreas_kupries
More...
about 23 years ago
Fixed parsing.
balls
More...
about 23 years ago
Copied improved installer from TclXML.
balls
More...
about 23 years ago
Fix generic-layer-only parser usage.
balls
More...
about 23 years ago
Fixed UpdateTemplateCopy so that all variables are substituted.
balls
More...
about 23 years ago
install: removed '-' from install dir. Removed unnecessary files.
balls
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.
andreas_kupries
More...
about 23 years ago
Undid Mac OSX changes to pkgIndex.tcl Improving doco.
balls
More...
about 23 years ago
* tclxml.c (TclXMLResetParser): Added cast, removed unused variable 'i'.
andreas_kupries
More...
about 23 years ago
* tcldom.c (TclDOMRegisterCmd): Removed unused variable 'i'. (TclDOMDOMImplementationCmd): s.a., also unused 'result'.
andreas_kupries
More...
about 23 years ago
Removed beta designation.
balls
More...
about 23 years ago
Fixed script bug.
balls
More...
about 23 years ago
Restore pkgIndex.tcl - Mac OS X frameworks are handled in PB.
balls
More...
about 23 years ago
←
1
2
3
4
5
6
7
8
9
…
14
15
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree