Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
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

c7fd63cb 22.03.2004 11:18 cstim

Improve rule for make quick that creates headers first, then does make all.

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

5b6c9182 22.03.2004 10:09 aquamaniac

2004/03/19: Martin Preuss<>
------------------------------------------------
- waitcallback:
- added function GWEN_WaitCallback_LastEntered which returns the
time the callback context was last entered. This can be used by the
callback function to decide whether a window is to be opened (for...

bdba5276 17.03.2004 10:24 aquamaniac

2004/03/17: Martin Preuss<>
------------------------------------------------
- netconnection, nettransport:
- introduced idle time counter
- introduced backlog (see "man 2 listen")
- ipc:
- removed this module since it is replaced by the net module...

1c80bcd3 17.03.2004 10:22 aquamaniac

added missing files

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

da71cc30 17.03.2004 10:18 aquamaniac

- added a note about CVS usability to STYLE file

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

75083574 12.03.2004 16:53 aquamaniac

added missing files

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

dafb784e 12.03.2004 16:22 aquamaniac

- merged my work from home into the current CVS.
Thanks to Christian Stimming I'm now able again to participate in the development of this project ;-)
Damned HanseNet does not provide me with a telephone line... (I'm waiting for more than a month now!)...

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

Auch abrufbar als: Atom