Projekt

Allgemein

Profil

Aktivität

von 06.03.2004 bis 04.04.2004

04.04.2004

04:39 Revision 2dce2a32 (gwenhywfar): - 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 fir...
aquamaniac

02.04.2004

23:07 Revision 83d13c8c (gwenhywfar): - 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 updat...
aquamaniac
21:46 Revision 5d3a2b30 (gwenhywfar): - base/waitcallback:
- callback function is now able to monitor the progress
of an action (typedef has changed !)
- added GWEN_WaitC...
aquamaniac
08:19 Revision b0f48afe (gwenhywfar): - 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 7...
aquamaniac

01.04.2004

10:18 Revision 23db2ebc (gwenhywfar): 2004-04-01 Christian Stimming <stimming@tuhh.de>
* src/parser/db.c: Fix errornous function argument to
GWEN_DBIO_GetPlugin.
git-svn-id: https://devel.aqbank...
cstim
02:29 Revision 8df4d059 (gwenhywfar): - 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 aquamaniac
02:17 Revision cfb65c39 (gwenhywfar): - 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" whic...
aquamaniac
01:22 Revision 37a0db5f (gwenhywfar): - added plugin loading functions to GWEN_DBIO
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@286 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac

31.03.2004

11:24 Revision 7902601d (gwenhywfar): - 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-8...
aquamaniac

29.03.2004

16:56 Revision a490dbea (gwenhywfar): - 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 prob...
aquamaniac

25.03.2004

16:19 Revision 5eb34ee3 (gwenhywfar): Fix new makefile rules for other autotools
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@283 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim
15:28 Revision e68be609 (gwenhywfar): - 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 build...
aquamaniac

24.03.2004

16:40 Revision 8eca08fc (gwenhywfar): Fix windows gwentime
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@281 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim
16:19 Revision e4e8da35 (gwenhywfar): 2004-03-24 Christian Stimming <stimming@tuhh.de>
* test/gwentest.c: Finalize test code for Microsoft Visual Studio
C compiler. Necessary steps are described in READM...
cstim
16:14 Revision d11a5446 (gwenhywfar): 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 aquamaniac
15:38 Revision 9395f52c (gwenhywfar): added include windows.h
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@278 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
14:53 Revision f4d11b23 (gwenhywfar): 2004/03/24: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- added new module GWEN_TIME (does not contain much for now, but I n...
aquamaniac
14:38 Revision 60bf789e (gwenhywfar): 2004-03-24 Christian Stimming <stimming@tuhh.de>
* configure.ac, src/base/debug.h, src/base/debug.c: Variadic
macros are not supported by Microsoft Visual Studio
co...
cstim

22.03.2004

13:33 Revision 95cb4ae4 (gwenhywfar): Increase build number.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@275 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim
13:31 Revision a0f880e6 (gwenhywfar): 2004-03-22 Christian Stimming <stimming@tuhh.de>
* src/gwenhywfarapi.h: Add macro declarations that are unavailable
on mingw systems.
* src/os/windows/inetsocket.c...
cstim
11:45 Revision d0a4248a (gwenhywfar): prepared release of 0.9.8
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@273 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
11:18 Revision c7fd63cb (gwenhywfar): 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 cstim
10:09 Revision 5b6c9182 (gwenhywfar): 2004/03/19: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- waitcallback:
- added function GWEN_WaitCallback_LastEntered whi...
aquamaniac

17.03.2004

10:24 Revision bdba5276 (gwenhywfar): 2004/03/17: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- netconnection, nettransport:
- introduced idle time counter
- ...
aquamaniac
10:22 Revision 1c80bcd3 (gwenhywfar): added missing files
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@269 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
10:18 Revision da71cc30 (gwenhywfar): - 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 aquamaniac

12.03.2004

16:53 Revision 75083574 (gwenhywfar): added missing files
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@267 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
16:22 Revision dafb784e (gwenhywfar): - 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 HanseN...
aquamaniac

10.03.2004

17:50 Revision c67e5bf9 (gwenhywfar): Make debugging comment more precise.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@265 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim
17:48 Revision 8cf4335b (gwenhywfar): Make ModuleInit less verbose.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@264 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim

06.03.2004

23:53 Revision ea357105 (gwenhywfar): More process work.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@263 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim
23:27 Revision c600ce45 (gwenhywfar): 2004-03-06 Christian Stimming <stimming@tuhh.de>
* src/os/posix/process.c: Try to fix SIGCHLD problem some
more. Still doesn't work with gnucash, though.
git-svn-i...
cstim
 

Auch abrufbar als: Atom