Added field "CustomerId" to GWEN_Crypt_Token_Context.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2084 70169cfe-8b10-0410-8925-dcb4b91034d8
Added/improved some debug messages.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2083 70169cfe-8b10-0410-8925-dcb4b91034d8
Let typemaker tools use "void" for empty argument lists in constructors.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2082 70169cfe-8b10-0410-8925-dcb4b91034d8
Added keyword "void" to functions with empty argument list.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2081 70169cfe-8b10-0410-8925-dcb4b91034d8
Fixed a compiler warning.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2080 70169cfe-8b10-0410-8925-dcb4b91034d8
Marked argument list of GWEN_StringList_new() as void.
Maybe we should do that for other functions as well to detect when functionsare called with parameters even though the parameter list is supposed to beempty.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2079 70169cfe-8b10-0410-8925-dcb4b91034d8
Prepared release 4.1.0.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2078 70169cfe-8b10-0410-8925-dcb4b91034d8
Fixed a bug in GWEN_Time__fromString().
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2077 70169cfe-8b10-0410-8925-dcb4b91034d8
Improved a debug message.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2076 70169cfe-8b10-0410-8925-dcb4b91034d8
Added generic ability to sort GWEN_LISTs.
To use this feature one only has to provide a sort function, the rest willbe done by Gwen.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2075 70169cfe-8b10-0410-8925-dcb4b91034d8
Need to set status of newly created GWEN_SyncIo_Memory to "connected".
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2074 70169cfe-8b10-0410-8925-dcb4b91034d8
Fixed a bug in syncio_memory.c
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2073 70169cfe-8b10-0410-8925-dcb4b91034d8
Moved AC_PROG_LIBTOOL up in configure.ac.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2072 70169cfe-8b10-0410-8925-dcb4b91034d8
Add flags when creating an XML file.
Without this the file will be created without access flags and permissions.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2071 70169cfe-8b10-0410-8925-dcb4b91034d8
Fixed another bug in new code.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2070 70169cfe-8b10-0410-8925-dcb4b91034d8
Fixed a bug in new code.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2069 70169cfe-8b10-0410-8925-dcb4b91034d8
Added a sort mechanism to GWEN_LIST1.
This is immediately usable by every list which uses the GWEN_LIST1 API(i.e. all lists which are declared via GWEN_LIST_*DEFS).
It is also typesafe using the same mechanism as the rest of the GWEN_LIST1module.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2068 70169cfe-8b10-0410-8925-dcb4b91034d8
Fixed a segfault on bad template strings.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2067 70169cfe-8b10-0410-8925-dcb4b91034d8
Improved GWEN_Date_toStringWithTemplate() and GWEN_Time_toString().
- Now the modifier "*" is allowed after template chars, like in "YYYY/MM/D*". E.g. "D*" means all digits of the day of week, "Y*" stands for the full year, so for the date 1st of January, 2011 the following templates have the...
Fixed a bug in GWEN_Date.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2065 70169cfe-8b10-0410-8925-dcb4b91034d8
Added some convenience function for date management.
- added GWEN_Date_fromLocalTime()- added GWEN_Date_fromGmTime()
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2064 70169cfe-8b10-0410-8925-dcb4b91034d8
Improved typemaker2 tool.
- removed misleading comments in generated source code- implemented toXml/fromXml functions for base type "list1_base"
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2063 70169cfe-8b10-0410-8925-dcb4b91034d8
Check SyncIo_Status before importing from that syncio.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2062 70169cfe-8b10-0410-8925-dcb4b91034d8
Set SyncIo_Status correctly, and check it before reading from that syncio.
See also https://bugzilla.gnome.org/show_bug.cgi?id=646268
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2061 70169cfe-8b10-0410-8925-dcb4b91034d8
Fix typos in assert so that they actually check the correct variables.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2060 70169cfe-8b10-0410-8925-dcb4b91034d8
Auch abrufbar als: Atom