Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
9fd84278 05.04.2004 08:17 aquamaniac

fixed a typo

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

84e1ae54 05.04.2004 08:14 aquamaniac

- parser/db:
- added functions GWEN_DB_FindFirstGroup and GWEN_DB_FindFirstGroup which
simplify searching for groups by name.

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

bc76f1d8 05.04.2004 07:14 aquamaniac

- base/idlist:
- added getNextId functions

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

652cca85 05.04.2004 06:56 aquamaniac

- added base/idlist: This is basically a list for GWEN_TYPE_UINT32 objects,
but since it uses tables instead of those list objects normally used
throughout Gwen it is less memory consuming. I used it in the current
development version of Libchipcard and found it usefull in another project...

2dce2a32 04.04.2004 04:39 aquamaniac

- bufferedio: GWEN_BufferedIO_File__Close() no longer closes one of the
console files (like stdin, stdout, stderr).
- base/buffer:
- when creating a new buffer with a NULL pointer the first character of the
allocated memory is preset with a 0
- parser/text:...

83d13c8c 02.04.2004 23:07 aquamaniac

- moved plugins to toplevel (grr, didn't think about the fact that the
plugins need libgwenhywfar which hasn't been compiled when compiling
the plugins...)
Please remember to CVS update using
"cvs up -d"

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

5d3a2b30 02.04.2004 21:46 aquamaniac

- base/waitcallback:
- callback function is now able to monitor the progress
of an action (typedef has changed !)
- added GWEN_WaitCallbackProgress() which should be called instead of
GWEN_WaitCallback() (the latter function internally now calls...

b0f48afe 02.04.2004 08:19 aquamaniac

- plugin/dbio/csv: fixed factory function
- base/buffer: changed hardlimit from 64kb to 2mb

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

23db2ebc 01.04.2004 10:18 cstim

2004-04-01 Christian Stimming <>

  • src/parser/db.c: Fix errornous function argument to
    GWEN_DBIO_GetPlugin.

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

8df4d059 01.04.2004 02:29 aquamaniac

- changed install location of plugins from "share" to "lib"

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

cfb65c39 01.04.2004 02:17 aquamaniac

- added functions GWEN_DB_WriteFileAs and GWEN_DB_ReadFileAs which allow
using GWEN_DBIO plugins fro importing/exporting any format of files
supported by plugins.
- added plugin "csv" which replaces the now deprecated CSV parser module

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

37a0db5f 01.04.2004 01:22 aquamaniac

- added plugin loading functions to GWEN_DBIO

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

7902601d 31.03.2004 11:24 aquamaniac

- added import/export framework for GWEN_DBs. This makes parser plugins
based on GWEN_DBs much easier.

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

a490dbea 29.03.2004 16:56 aquamaniac

- reintroduced my old win32 target, since the one of Christian doesn't work
the way I need it: It needs to build all objects/libraries again, and that
simply takes too much time. Another problem is that my configure options
are not used when creating the windows binaries (i.e. that makes using the...

5eb34ee3 25.03.2004 16:19 cstim

Fix new makefile rules for other autotools

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

e68be609 25.03.2004 15:28 aquamaniac

- changed the way a DLL is created:
Now the libXXX.a library is taken (which - thanks to libtool - already
contains all object files needed for building the DLL) and all the
object files in the ".libs" folder of the toplevel library (because
for any strange reasons they are not included with the toplevel library)....

8eca08fc 24.03.2004 16:40 cstim

Fix windows gwentime

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

e4e8da35 24.03.2004 16:19 cstim

2004-03-24 Christian Stimming <>

  • test/gwentest.c: Finalize test code for Microsoft Visual Studio
    C compiler. Necessary steps are described in README.MSVC (really
    not difficult).

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

d11a5446 24.03.2004 16:14 aquamaniac

included a workaround for the missing function gettimeofday under WIN32

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

9395f52c 24.03.2004 15:38 aquamaniac

added include windows.h

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

f4d11b23 24.03.2004 14:53 aquamaniac

2004/03/24: Martin Preuss<>
------------------------------------------------
- added new module GWEN_TIME (does not contain much for now, but I need a
higher granularity then time() offers)

VERSIONINFO: For next release: SO_VERSION++, SO_AGE++...

60bf789e 24.03.2004 14:38 cstim

2004-03-24 Christian Stimming <>

  • configure.ac, src/base/debug.h, src/base/debug.c: Variadic
    macros are not supported by Microsoft Visual Studio
    compiler. Therefore the macro NO_VARIADIC_MACROS disables them,
    and also the configure switch --enable-variadic-macros=no (default...
95cb4ae4 22.03.2004 13:33 cstim

Increase build number.

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

a0f880e6 22.03.2004 13:31 cstim

2004-03-22 Christian Stimming <>

  • src/gwenhywfarapi.h: Add macro declarations that are unavailable
    on mingw systems.
  • src/os/windows/inetsocket.c: Add missing function argument.
  • src/net/netmsg.c: Add include config.h.

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

d0a4248a 22.03.2004 11:45 aquamaniac

prepared release of 0.9.8

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

(2926-2950/3214) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom