Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
52ba8bef 15.12.2004 12:52 aquamaniac

- 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

c9e3e7ba 15.12.2004 12:11 aquamaniac

- 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)...

e2bf0c03 14.12.2004 10:34 cstim

Fix uninitialized variable.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@642 70169cfe-8b10-0410-8925-dcb4b91034d8

28ba9102 14.12.2004 06:39 aquamaniac

minor fixes

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@641 70169cfe-8b10-0410-8925-dcb4b91034d8

5634c848 14.12.2004 06:39 aquamaniac

minor fixes

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@640 70169cfe-8b10-0410-8925-dcb4b91034d8

256e342c 14.12.2004 06:35 aquamaniac

minor fixes

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@639 70169cfe-8b10-0410-8925-dcb4b91034d8

ae35c67d 14.12.2004 06:03 aquamaniac

minor changes, added a missing file

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@638 70169cfe-8b10-0410-8925-dcb4b91034d8

beb73b86 14.12.2004 06:00 aquamaniac

- 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

d63e2ff1 14.12.2004 04:44 aquamaniac

- 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()...

8001b42c 13.12.2004 11:25 cstim

Add -lregex for windows DLL linker flags

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@635 70169cfe-8b10-0410-8925-dcb4b91034d8

ceefee13 13.12.2004 11:11 cstim

Fix wrong variable name

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@634 70169cfe-8b10-0410-8925-dcb4b91034d8

05e6ff0a 13.12.2004 11:09 cstim

Fix problems with uninitialized variables

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@633 70169cfe-8b10-0410-8925-dcb4b91034d8

745f7c22 13.12.2004 07:10 aquamaniac

more changes to XSD stuff

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@632 70169cfe-8b10-0410-8925-dcb4b91034d8

c29d3d83 13.12.2004 06:32 aquamaniac

more changes to XSD stuff

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@631 70169cfe-8b10-0410-8925-dcb4b91034d8

214e5378 13.12.2004 06:13 aquamaniac

more changes to XSD stuff

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@630 70169cfe-8b10-0410-8925-dcb4b91034d8

8c1cb89c 13.12.2004 06:07 aquamaniac

fixed ChangeLog

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@629 70169cfe-8b10-0410-8925-dcb4b91034d8

cdb423ff 13.12.2004 06:02 aquamaniac

more changes to XSD stuff

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@628 70169cfe-8b10-0410-8925-dcb4b91034d8

37a779bf 13.12.2004 05:26 aquamaniac

minor changes

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@627 70169cfe-8b10-0410-8925-dcb4b91034d8

80963da6 13.12.2004 04:39 aquamaniac

renamed a function

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@626 70169cfe-8b10-0410-8925-dcb4b91034d8

19027034 13.12.2004 04:34 aquamaniac

added missing file

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@625 70169cfe-8b10-0410-8925-dcb4b91034d8

90940495 13.12.2004 04:31 aquamaniac

Please note: The changes below are not checked on WIN32 !!
I sometimes used the function strncasecmp(), maybe we have to find a way
around this for WIN32 (or does MinGW already support it?)
------------------------------------------------------------------------...

79dafa10 06.12.2004 13:31 cstim

2004-12-06 Christian Stimming <>

  • src/os/windows/fslock.c: Finish file lock support on
    Win32/MinGW; unfortunately link() is unavailable there.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@623 70169cfe-8b10-0410-8925-dcb4b91034d8

ed8aef94 06.12.2004 13:30 cstim

Fix using an uninitialized variable

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@622 70169cfe-8b10-0410-8925-dcb4b91034d8

ae4215c2 05.12.2004 21:41 aquamaniac

- 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

75426d76 05.12.2004 03:18 aquamaniac

- 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...

(2576-2600/3207) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom