added GWENHYWFAR_API to header args.h
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@316 70169cfe-8b10-0410-8925-dcb4b91034d8
added C++ bindings for module GWEN_ARGS
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@315 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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
- debugged module "args" (it now works as intended)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@313 70169cfe-8b10-0410-8925-dcb4b91034d8
minor fixes
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@312 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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
incremented BUILD
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@310 70169cfe-8b10-0410-8925-dcb4b91034d8
2004-04-16 Christian Stimming <stimming@tuhh.de>
2004-04-08 Christian Stimming <stimming@tuhh.de>
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@308 70169cfe-8b10-0410-8925-dcb4b91034d8
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
prepared next release
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@305 70169cfe-8b10-0410-8925-dcb4b91034d8
C-binding where missing
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@304 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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...
Fix rpm spec file
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@302 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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...
Fix make distcheck target.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@300 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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
- 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
fixed a typo
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@297 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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
- base/idlist: - added getNextId functions
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@295 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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...
- 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:...
- 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
- 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...
Auch abrufbar als: Atom