[cvsnt-commits] Cvs Commit: cvsnt

abarrett at nodomain.org abarrett at nodomain.org
Sat Jul 12 02:12:53 BST 2008


Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.


CVSROOT:	/cvs
Module name:	cvsnt
Changes by:	abarrett at nodomain.org		Sat Jul 12 01:11:57 2008
On host:	debiancvs.march-hare.local

Directory: cvsnt/cvsapi

M XmlNode.cpp	CVSNT_2_0_x	1.7.2.4 -> 1.7.2.5	Bug Id: 
M XmlNode.h	CVSNT_2_0_x	1.5.2.4 -> 1.5.2.5	Bug Id: 

Directory: cvsnt/libxml

M elfgcchack.h	CVSNT_2_0_x	1.1.2.2 -> 1.1.2.3	Bug Id: 
M globals.c	CVSNT_2_0_x	1.1.2.2 -> 1.1.2.3	Bug Id: 
M xmlmemory.c	CVSNT_2_0_x	1.1.2.2 -> 1.1.2.3	Bug Id: 

Log message:
Try and find out why xmlFree() fails to link on HPUX.  At first I thought this was just due to threading - but it is also that when threading is disabled then xmlFree() is just #defined to free() which is dynamically loaded through the c-runtime.  HPUX has a fit if you try and mix dynamic and static libraries this way (app->sharedlib->staticlib is OK), so I'm defining a nice xmlHPUXFree() function in libxml instead.



More information about the cvsnt-commits mailing list