Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
de8d0420 06.08.2004 13:58 cstim

Remove trailing semicolon from macros since they are not allowed in ISO C89.

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

dc025ecc 06.08.2004 13:32 cstim

2004-08-06 Christian Stimming <>

  • configure.ac: Fix header links for gwenui directory.
  • src/crypt/ossl/cryptssl.c (GWEN_CryptKey_FromPasswordSSL): Fix
    wrong buffer size variable.

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

b180042a 06.08.2004 10:41 aquamaniac

- crypt: added a function which allows creating key data from a password using
the SSL method. However, this is only to be used for old, existing code and
data. New code is required to use the other function
(GWEN_CryptKey_FromPassword()). This allows removing OpenSSL dependencies...

f5a09689 06.08.2004 10:14 aquamaniac

- added TVL handling code to parser module

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

514f57d5 06.08.2004 08:48 aquamaniac

fixed a typo

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

77f76dbe 06.08.2004 08:36 aquamaniac

- install an XML file for the CSV plugin

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

13978779 06.08.2004 08:31 aquamaniac

fixes

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

9474b3bb 06.08.2004 08:28 aquamaniac

- base/plugindescription: added functions to retrieve the XML node of
the plugin. This may contain more usefull information for the caller.
- separated the ncurses based UI stuff from the rest: There is now
libgwenui.so which contains the UI functionality. Therefore gwen itself...

757fb60e 05.08.2004 21:54 aquamaniac

once again fixed a bug in idlist (quite complicated stuff, even if it looks so easy ;-)

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

4e901f20 05.08.2004 18:28 aquamaniac

- io/bufferedio: fixed a bug (was never closing streams)

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

98fb3b21 05.08.2004 18:04 aquamaniac

- base/idlist: fixed a severe bug

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

f72055c4 05.08.2004 16:20 aquamaniac

- os/gwentime: changed some arguments to const

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

3553640b 05.08.2004 13:44 aquamaniac

- base/waitcallback: fixed a severe bug

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

0016c8ae 03.08.2004 09:11 cstim

Add cvsignore

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

4f0b3161 02.08.2004 12:49 cstim

Add cvsignore.

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

72b6eddd 02.08.2004 12:28 cstim

Fix compiler warning about uninitialized variable.

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

59a37889 02.08.2004 11:35 cstim

2004-08-02 Christian Stimming <>

  • src/base/list2.h: Remove GWENHYWFAR_API from function
    definitions in the macro because the implementations will not be
    imported from the DLL but instead be generated locally through the
    other macro....
6f41b083 02.08.2004 11:20 aquamaniac

improved list templates a bit

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

e5b2868c 02.08.2004 11:13 aquamaniac

- added a tool which can automatically create header files appropriate for
doxygen (this is because normally a list defined by GWEN_LIST_FUNCTION_DEFS
is not documented): mklistdoc.
Gwen now uses this tool to include API doc for all list functions defined...

3014f9b7 02.08.2004 10:49 cstim

Christian Stimming <>

  • src/base/Makefile.am: Remove -I$(top_srcdir)/src/os because its
    process.h conflicts with <process.h> on gcc3.2 and mingw32.

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

b023c106 02.08.2004 09:42 cstim

2004-08-02 Christian Stimming <>

  • src/base/waitcallback.c: Fix potential problem with
    uninitialized pointer.
  • configure.ac: Fix error in symlinking headers -- xml.h was
    missed.

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

b3e39183 02.08.2004 05:43 aquamaniac

fix on APIDOC

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

b3743492 02.08.2004 05:11 aquamaniac

ran Doxygen.in through doxywizard

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

6b567527 02.08.2004 04:49 aquamaniac

- very much improved generation of API doc. In combination with the
changes in my other projects the new target "install-srcdoc" now
creates combined API docs (e.g. API doc for AqBanking now links to
that of Gwenhywfar etc)

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

da1ccbba 01.08.2004 12:48 aquamaniac

- GWEN_WaitCallback_Enter() is now a macro. This allows me track down the
origin of a Callback (i.e. from where is has been entered).

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

(2726-2750/3207) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom