Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
248e6749 21.06.2011 19:29 martin

Added field "CustomerId" to GWEN_Crypt_Token_Context.

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

edd9654e 21.06.2011 19:29 martin

Added/improved some debug messages.

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

fa875932 13.06.2011 19:56 martin

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

fab53b9f 13.06.2011 17:57 martin

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

5dd12bf3 13.06.2011 17:04 martin

Fixed a compiler warning.

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

91027f97 13.06.2011 16:07 martin

Marked argument list of GWEN_StringList_new() as void.

Maybe we should do that for other functions as well to detect when functions
are called with parameters even though the parameter list is supposed to be
empty.

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

c39e760b 11.06.2011 13:56 martin

Prepared release 4.1.0.

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

83a70cb6 11.06.2011 13:56 martin

Fixed a bug in GWEN_Time__fromString().

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

f0fe65b1 11.06.2011 13:56 martin

Improved a debug message.

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

cb3d19c1 11.06.2011 13:56 martin

Added generic ability to sort GWEN_LISTs.

To use this feature one only has to provide a sort function, the rest will
be done by Gwen.

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

bdbd0537 06.05.2011 19:49 martin

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

2445e22d 27.04.2011 20:16 martin

Fixed a bug in syncio_memory.c

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

3b0449a3 27.04.2011 20:15 martin

Moved AC_PROG_LIBTOOL up in configure.ac.

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

a8386643 23.04.2011 21:29 martin

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

76c08097 23.04.2011 21:29 martin

Fixed another bug in new code.

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

a45fcad0 23.04.2011 01:32 martin

Fixed a bug in new code.

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

e991023d 23.04.2011 01:19 martin

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

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

dfefcc0f 22.04.2011 18:14 martin

Fixed a segfault on bad template strings.

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

e251316f 22.04.2011 17:54 martin

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

13889b0a 22.04.2011 14:42 martin

Fixed a bug in GWEN_Date.

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

4f3f9eda 22.04.2011 14:35 martin

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

7dd87ae5 20.04.2011 21:35 martin

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

4b7bcc0c 19.04.2011 10:21 christian

Check SyncIo_Status before importing from that syncio.

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

2543448d 19.04.2011 10:21 christian

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

9cd9ac45 19.04.2011 10:21 christian

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

(1426-1450/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom