Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
7d1164b6 20.08.2004 11:33 aquamaniac

init of logger module is now done inside logger.c

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

8b7674e6 20.08.2004 11:17 aquamaniac

- introduced logdomains: Now every library can have its own log domain,
making it much easier to debug a single library out of multiple libs
NOTE: This is an incompatible API change, therefore SO_VERSION++.
The first argument of all GWEN_Logger functions has been changed....

d034f74b 18.08.2004 13:04 cstim

2004-08-18 Christian Stimming <>

  • src/base/misc.h, list2.h, inherit.h: Add extra macro for an
    empty string because in the definition of GWEN_LIST_FUNCTION_DEFS,
    the MSVC compiler does not accept an empty macro argument....
43eee1d5 17.08.2004 11:29 cstim

Fix typos in windows gwentime.

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

17f96690 17.08.2004 03:21 aquamaniac

- decreased debugging level in GWEN_DB_ReadFromStream

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

e309231a 17.08.2004 01:19 aquamaniac

- very much simplified GWEN_TIME: It now mostly uses <time.h> functions
and a local version of mktime (to make the time from UTC time instead
of local time). This leaves only one function which the OS layer has to
provide.

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

2b8d4ccd 16.08.2004 21:54 aquamaniac

- added GWEN_Time_fromUtcString()

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

0a006cbb 16.08.2004 12:38 cstim

2004-08-16 Christian Stimming <>

  • src/os/windows/gwentime.c (GWEN_Time_new): Remove errornous
    extra variable declaration.

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

c031313e 14.08.2004 22:30 aquamaniac

- added functions to get the time/date as UTC time
- added functions to set/get a GWEN_TIME from/to a GWEN_DB
- moved common code from various os-dependant gwentime.c files to
gwentime_all.c.

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

d5557c3c 11.08.2004 03:20 aquamaniac

switched back to CVS

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

fd3f285c 11.08.2004 03:06 aquamaniac

prepared release

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

9218d62d 10.08.2004 23:25 aquamaniac

- base/plugindescr: added function
GWEN_PluginDescription_GetLongDescrByFormat() to retrieve HTML and other
formats of descriptions.

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

f0246591 10.08.2004 23:09 aquamaniac

- fixed network code (netconnection, nettransportssl etc)

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

0697b831 10.08.2004 13:29 aquamaniac

- removed "-lpanel -lncurses" from all_libraries

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

2229a820 09.08.2004 21:04 cstim

Revert part of last change since it didnt make sense.

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

659f6f5b 09.08.2004 21:03 cstim

Add makefile rule for PACKAGE.tag

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

fd6b786a 09.08.2004 16:29 cstim

Improve documentation.

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

0c24312f 09.08.2004 16:26 aquamaniac

- did the same with the list templates...

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

b83687dc 09.08.2004 16:18 cstim

2004-08-09 Christian Stimming <>

  • src/base/list2.h, list.h: Modify the ForEach function
    declaration so that is takes an additional void* argument that can
    be used to pass data into the callback.

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

d67aa67e 09.08.2004 15:13 cstim

2004-08-09 Christian Stimming <>

  • src/base/misc.h, list2.h: Introduce GWEN_LIST_FUNCTION_LIB_DEFS
    macros that accept a third argument to specify the
    __declspec(dllimport) function declarations where necessary. These...
705f7ae1 09.08.2004 11:53 cstim

Fix makefile for when ncurses is not built

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

9218c91f 06.08.2004 22:41 aquamaniac

hopefully finally fixed GWEN_INHERIT...

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

e3bad4aa 06.08.2004 22:02 aquamaniac

fixed a newly introduced bug in inherit code

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

c49db899 06.08.2004 20:36 aquamaniac

fixed a typo

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

fb36227d 06.08.2004 20:30 aquamaniac

- base/inherit: added a macro which allows unlinking a type from a base type

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

(2701-2725/3207) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom