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...
- 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
2004-04-01 Christian Stimming <stimming@tuhh.de>
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@289 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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
- 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
- added plugin loading functions to GWEN_DBIO
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@286 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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
- 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...
Fix new makefile rules for other autotools
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@283 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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)....
Fix windows gwentime
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@281 70169cfe-8b10-0410-8925-dcb4b91034d8
2004-03-24 Christian Stimming <stimming@tuhh.de>
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@280 70169cfe-8b10-0410-8925-dcb4b91034d8
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
added include windows.h
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@278 70169cfe-8b10-0410-8925-dcb4b91034d8
2004/03/24: Martin Preuss<martin@libchipcard.de>------------------------------------------------- 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++...
Increase build number.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@275 70169cfe-8b10-0410-8925-dcb4b91034d8
2004-03-22 Christian Stimming <stimming@tuhh.de>
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@274 70169cfe-8b10-0410-8925-dcb4b91034d8
prepared release of 0.9.8
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@273 70169cfe-8b10-0410-8925-dcb4b91034d8
Auch abrufbar als: Atom