Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
84d1f432 31.03.2009 00:14 martin

Added some new libtool entries to .gitignore.

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

5c643103 23.03.2009 07:15 martin

Apparantly now for snprintf "%f" means double, while in sscanf it
means "float". So we have to change the argument of snprintf.
(closes ticket #44)

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

f74c29ca 23.03.2009 07:15 martin

Fixed a typo.

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

8c478528 09.03.2009 20:06 christian

Fix compiler warning about wrong printf specification on 64 bit systems.

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

fc05529f 01.03.2009 14:49 martin

Use CoreFoundation stuff in local mode on MacOSX.
This follows two patches supplied by .

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

fe1fcd9a 28.02.2009 20:43 martin

Added some speedup functions for GWEN_IDLIST64.

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

87d27c4e 16.02.2009 22:17 martin

Fixed a bug: set signseq to 1 if it is zero.

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

df05214f 16.02.2009 22:17 martin

Fixed minimum libgcrypt version (1.2.0 as opposed to 1.4.x).

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

c012c417 16.02.2009 18:40 martin

Applied a patch submitted by Micha Lenk (improved checking of gcrypt version).

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

41b20c0e 16.02.2009 18:40 martin

Added a missing counter increment in tree.c.

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

00f5ed2a 14.02.2009 02:15 martin

Toyed around with __builtin_expect, fixed a bug in GWEN_IDMAP.

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

682e84c6 10.02.2009 00:15 martin

Removed some asserts for speedup, declared some functions as static inline.

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

7564df03 10.02.2009 00:15 martin

Prepare release 3.7.2.

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

65c4eaf0 10.02.2009 00:15 martin

Fixed a bug in GWEN_DB_ReadFromFastBuffer.

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

ff3abee5 28.01.2009 22:21 martin

Prepared release 3.7.1.

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

a333df1d 23.01.2009 01:01 martin

No longer send debug messages from gwenhywfar itself to the log hook.
Some applications literally save all messages from the log hook
into a file, so sensitive data might get written to a file (because
gwenhywfar's message engine could send sensitive information in...

f9c5ce57 23.01.2009 01:01 martin

Added function GWEN_TreeElement_GetBelow (including macros).

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

476d1e50 22.01.2009 12:22 martin

Fixed version tag.

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

d5a5ee15 22.01.2009 12:16 martin

Prepared release 3.7.0.

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

9cc4c07e 21.01.2009 23:53 martin

Applied and adapted a patch by Andreas Steinmetz (adds HTTP proxy support).

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

6fca29e1 21.01.2009 23:53 martin

Fixed a bug in I18N code.

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

25434bb0 13.01.2009 11:17 martin

Applied a patch from Andreas Koehler adding GWENHYWFAR_CB declarations to 4 functions.
This makes gwen compilable again under MinGW/WIN32.

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

eb2c12a4 11.01.2009 23:09 martin

- i18n.c now strips chars before "|" when returning the default string
- added a missing function for new class GWEN_TREE
- added function GWEN_Time_Compare()
- added c++ compatibility to configmgr.h
- disable debug log for msgengine.c
- added a note about GWEN_Gui_LogHook()...

21fa01ce 11.01.2009 23:09 martin

Added typesafe tree macros.
- fixed a bug in list1.h (*HasElement)

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

f52eea0d 01.01.2009 17:21 christian

Fix compiler warning on 64bit host.

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

(1976-2000/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom