Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
8ca80e3c 30.08.2004 11:12 aquamaniac

- valgrind session:
- the system is now asked for the home dir only the first
time a program issues such a request. It is then copied to an internal
buffer.
- fixed some other memory leaks
- replaced fprintf with DBG_INFO in posix/libloader.c
...

05f883ba 29.08.2004 11:45 aquamaniac

- Valgrind-Session:
- added GWEN_WaitCallback_free() to public headers

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

b5879b17 29.08.2004 10:08 aquamaniac

- adapted mklistdoc to new macro names

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

9f40fb48 28.08.2004 21:27 aquamaniac

committed needed changes

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

5046a61c 28.08.2004 12:50 cstim

Add AC_PROG_CXX to configure.ac

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

fab720b5 25.08.2004 13:32 cstim

Fix cryptnone module

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

7f03ea00 24.08.2004 14:23 cstim

2004-08-24 Christian Stimming <>

  • gwenhywfar.iss.in: Add spec file for the Inno Setup Compiler
    which will create a Windows Setup.exe program for the whole
    package, see http://www.jrsoftware.org/isdl.php. Added "make
    setup" for this target....
d16ee5cd 23.08.2004 17:05 cstim

Fix make distcheck target.

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

88cce920 23.08.2004 15:09 cstim

2004-08-23 Christian Stimming <>

  • src/os/gwentime.h: Include time.h.
  • src/base/debug.h: Adapted the non-variadic-macro function
    declarations to the change from GWEN_LOGGER to const char*
    logdomain.

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

588011dd 23.08.2004 08:54 cstim

Remove superfluous GWEN_API.

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

faa6b9d9 23.08.2004 08:53 cstim

2004-08-23 Christian Stimming <>

  • src/base/stringlist.h: Add GWEN_StringList_ForEach function.

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

684ddbf2 23.08.2004 08:42 cstim

Fix warning in Makefile.cvs.

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

cda26b7b 23.08.2004 08:17 aquamaniac

- added statistical functions to GWEN_BufferedIo
- changed GWEN_Time_To_time_t -> GWEN_Time_toTime_t
and GWEN_Time_To_tm -> GWEN_Time_toTm to adhere (that's how the other
converter functions are called throughout the library)

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

fc89fb27 21.08.2004 11:20 cstim

2004-08-21 Christian Stimming <>

  • src/os/gwentime.h: Add conversion functions GWEN_Time_To_tm and
    GWEN_Time_To_time_t.

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

83aaad36 21.08.2004 10:34 cstim

add cvsignores.

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

3c883298 21.08.2004 10:32 cstim

Add comment in Makefile.cvs. Remove one non-existent file from POTFILES.in.

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

8d7abeb3 21.08.2004 04:52 aquamaniac

- added GWEN_Logger_IsOpen()

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

e2131852 21.08.2004 00:34 aquamaniac

added missing files to Makefile.am

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

d230d9f2 21.08.2004 00:20 aquamaniac

I18N seems to work now

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

58292787 20.08.2004 22:51 aquamaniac

- added simplified error codes to GWEN_Error, will get away from that
complicated GWEN_ERRORCODE stuff, since that isn't needed anyway.

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

0237e12f 20.08.2004 22:35 aquamaniac

- prepared gwen for gettext

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

36b5ccc7 20.08.2004 13:18 aquamaniac

added GWEN_Logger_Exists()

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

a270bd19 20.08.2004 12:22 aquamaniac

logger now works again as intended

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

163c72db 20.08.2004 11:48 aquamaniac

fixed another bug

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

4b621929 20.08.2004 11:43 aquamaniac

fixed a bug

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

(2676-2700/3207) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom