Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
b37e1873 24.04.2004 23:30 aquamaniac

added GWENHYWFAR_API to header args.h

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

7198fd0a 24.04.2004 23:28 aquamaniac

added C++ bindings for module GWEN_ARGS

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

fd572e4b 24.04.2004 23:20 aquamaniac

- GWEN_Args_Usage() is now able to produce an ASCII help screen using
GWEN_ARGS

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

a04abe98 24.04.2004 22:43 aquamaniac

- debugged module "args" (it now works as intended)

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

80069dc1 24.04.2004 01:39 aquamaniac

minor fixes

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

b5d2a7b3 24.04.2004 01:28 aquamaniac

- added base module "args" which transforms command line arguments to
a GWEN_DB. It performs some checks on the arguments given and makes it
easier to create help screens.

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

2781f464 19.04.2004 16:19 aquamaniac

incremented BUILD

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

931141cc 16.04.2004 12:07 cstim

2004-04-16 Christian Stimming <>

  • src/base/debug.c: Fix DBG_* functions that are the replacements
    for their variadic-macros counterpart. Unfortunately this error
    caused every gwen version built with --disable-variadic-macros to
    crash -- sorry. But it is fixed now....
fc7b25a5 08.04.2004 17:06 cstim

2004-04-08 Christian Stimming <>

  • m4/ssl.m4: For openssl on windows, check more than one directory
    for the location of the DLLs.

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

cbb14aac 08.04.2004 14:27 aquamaniac

changed tag back to CVS (after tagging the release version

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

10172d11 08.04.2004 14:18 aquamaniac

prepared next release

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

3cbd4adc 08.04.2004 12:47 aquamaniac

C-binding where missing

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

462f2f03 08.04.2004 12:37 aquamaniac

- io/bufferedio:
- added flag functions to set/get flags which control the behaviour of a
BufferedIO
- split into multiple object files for the different supported BufferedIOs
- now the GWEN_BUFFEREDIO type is opaque, its strcuture is no longer
exported to the supported BufferedIOs...

1ce97eff 07.04.2004 13:39 cstim

Fix rpm spec file

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

00ec7fcb 06.04.2004 08:26 aquamaniac

- os/process:
- added functions to set/retrieve flags to modify the behaviour of the
GWEN_PROCESS code.
The most important (and for now the only) flags are:
- GWEN_PROCESS_FLAGS_REDIR_STDIN
- GWEN_PROCESS_FLAGS_REDIR_STDOUT
- GWEN_PROCESS_FLAGS_REDIR_STDERR...

0a57dc3a 05.04.2004 15:17 cstim

Fix make distcheck target.

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

eb731dcb 05.04.2004 11:49 aquamaniac

- base/inherit.h:
- added macro GWEN_INHERIT_ISOFTYPE which checks whether a given pointer
refers to an object of a given type

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

d0b2df34 05.04.2004 10:56 aquamaniac

- base/idlist:
- added function GWEN_IdList_Clean() to clean a list
- added function GWEN_IdList_Sort() to sort an id list in ascending order

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

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...

(2901-2925/3207) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom