- added function GWEN_List_Unshare() - re-armed function GWEN_List_Erase()
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@644 70169cfe-8b10-0410-8925-dcb4b91034d8
- added new class GWEN_REFPTR (a type of smart pointer with reference counter)- GWEN_LIST: - now internally uses GWEN_REFPTR to store objects. This allows for shallow copies of lists (as needed for the read-code of GWEN_XSD). - fixed a severe bug (list became nearly unusable after PopFront/PopBack)...
Fix uninitialized variable.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@642 70169cfe-8b10-0410-8925-dcb4b91034d8
minor fixes
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@641 70169cfe-8b10-0410-8925-dcb4b91034d8
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@640 70169cfe-8b10-0410-8925-dcb4b91034d8
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@639 70169cfe-8b10-0410-8925-dcb4b91034d8
minor changes, added a missing file
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@638 70169cfe-8b10-0410-8925-dcb4b91034d8
- changed format of plugin description files (are now valid XML files)- added schema for plugin description files and an example file
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@637 70169cfe-8b10-0410-8925-dcb4b91034d8
- GWEN_XSD: - added support for precompiled profiles - added function GWEN_XSD_ProfileToXml() - added function GWEN_XSD_ProfileFromXml() - fixed some functions to not modify the profile once it is complete- GWEN_XML: - added function GWEN_XMLNode_SetCharValue()...
Add -lregex for windows DLL linker flags
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@635 70169cfe-8b10-0410-8925-dcb4b91034d8
Fix wrong variable name
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@634 70169cfe-8b10-0410-8925-dcb4b91034d8
Fix problems with uninitialized variables
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@633 70169cfe-8b10-0410-8925-dcb4b91034d8
more changes to XSD stuff
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@632 70169cfe-8b10-0410-8925-dcb4b91034d8
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@631 70169cfe-8b10-0410-8925-dcb4b91034d8
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@630 70169cfe-8b10-0410-8925-dcb4b91034d8
fixed ChangeLog
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@629 70169cfe-8b10-0410-8925-dcb4b91034d8
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@628 70169cfe-8b10-0410-8925-dcb4b91034d8
minor changes
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@627 70169cfe-8b10-0410-8925-dcb4b91034d8
renamed a function
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@626 70169cfe-8b10-0410-8925-dcb4b91034d8
added missing file
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@625 70169cfe-8b10-0410-8925-dcb4b91034d8
Please note: The changes below are not checked on WIN32 !!I sometimes used the function strncasecmp(), maybe we have to find a wayaround this for WIN32 (or does MinGW already support it?) ------------------------------------------------------------------------...
2004-12-06 Christian Stimming <stimming@tuhh.de>
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@623 70169cfe-8b10-0410-8925-dcb4b91034d8
Fix using an uninitialized variable
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@622 70169cfe-8b10-0410-8925-dcb4b91034d8
- fslock.c: added fallback mechanism for file systems which do not support the link() function. Use open() with O_EXCL flag on those systems instead. This should also work with FAT or other file systems which do not support link().
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@621 70169cfe-8b10-0410-8925-dcb4b91034d8
- StringList: Added reference counter to StringListEntry. When adding or inserting a string via GWEN_StringList_AppendString or GWEN_StringList_InsertString and double checking is enabled then the reference counter of a string is incremented if the string to be added or...
Auch abrufbar als: Atom