Package: tclxml / 1:3.2.7-10

Metadata

Package Version Patches format
tclxml 1:3.2.7-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Re add xml and xslt libraries to LIBS.patch | (download)

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 re-add xml and xslt libraries to libs


Create stub library.patch | (download)

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 create stub library


Rename bool to boolean since bool is now a type in C unti.patch | (download)

tclxml.c | 18 9 + 9 - 0 !
tclxslt-libxslt.c | 6 3 + 3 - 0 !
2 files changed, 12 insertions(+), 12 deletions(-)

 rename bool to boolean since bool is now a type in c (until c99...)

Closes: #1011718
URL: https://github.com/olebole/tclxml/pull/1

Fix declaration of libxml error handler.patch | (download)

docObj.c | 2 1 + 1 - 0 !
include/tclxml-libxml2/tclxml-libxml2Decls.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix declaration of libxml error handler

Closes: #1075554, #1106632