Projekt

Allgemein

Profil

Aktivität

von 01.04.2004 bis 30.04.2004

28.04.2004

16:49 Revision addb6b37 (gwenhywfar): 2004-04-28 Christian Stimming <stimming@tuhh.de>
* gwenhywfar.m4: For automake-1.8, add extra quotation in the
macro name.
git-svn-id: https://devel.aqbanki...
cstim
16:35 Revision e4a6298d (gwenhywfar): 2004-04-28 Christian Stimming <stimming@tuhh.de>
* gwenhywfar.m4: For automake-1.8, add extra quotation in the
macro name.
git-svn-id: https://devel.aqbanki...
cstim

26.04.2004

10:29 Revision 17eea808 (gwenhywfar): 2004-04-26 Christian Stimming <stimming@tuhh.de>
* m4/acx_compile_warn.m4: For gcc3.4, add the new warning switch
-Wdeclaration-after-statement in order to pr...
cstim

25.04.2004

00:04 Revision 7361a4c3 (gwenhywfar): - renamed acx_windoze_paths.m4 to windoze.m4 thus overwriting the latter
file, since it basically contains the stuff which is in windoze.m4 plus
some minor additions.
This should take ca...
aquamaniac

24.04.2004

23:59 Revision ef070518 (gwenhywfar): - changed GWEN_ARGS so that it can now be used as const. All functions
now accept "const GWEN_ARGS*" pointers.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@317 70169cfe-8b...
aquamaniac
23:30 Revision b37e1873 (gwenhywfar): added GWENHYWFAR_API to header args.h
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@316 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
23:28 Revision 7198fd0a (gwenhywfar): added C++ bindings for module GWEN_ARGS
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@315 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
23:20 Revision fd572e4b (gwenhywfar): - 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
aquamaniac
22:43 Revision a04abe98 (gwenhywfar): - debugged module "args" (it now works as intended)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@313 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
01:39 Revision 80069dc1 (gwenhywfar): minor fixes
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@312 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
01:28 Revision b5d2a7b3 (gwenhywfar): - 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:...
aquamaniac

19.04.2004

16:19 Revision 2781f464 (gwenhywfar): incremented BUILD
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@310 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac

16.04.2004

12:07 Revision 931141cc (gwenhywfar): 2004-04-16 Christian Stimming <stimming@tuhh.de>
* src/base/debug.c: Fix DBG_* functions that are the replacements
for their variadic-macros counterpart. Unfortunate...
cstim

08.04.2004

17:06 Revision fc7b25a5 (gwenhywfar): 2004-04-08 Christian Stimming <stimming@tuhh.de>
* m4/ssl.m4: For openssl on windows, check more than one directory
for the location of the DLLs.
git-svn-id: https...
cstim
14:27 Revision cbb14aac (gwenhywfar): 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 aquamaniac
14:18 Revision 10172d11 (gwenhywfar): prepared next release
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@305 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
12:47 Revision 3cbd4adc (gwenhywfar): C-binding where missing
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@304 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
12:37 Revision 462f2f03 (gwenhywfar): - io/bufferedio:
- added flag functions to set/get flags which control the behaviour of a
BufferedIO
- split into multiple objec...
aquamaniac

07.04.2004

13:39 Revision 1ce97eff (gwenhywfar): Fix rpm spec file
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@302 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim

06.04.2004

08:26 Revision 00ec7fcb (gwenhywfar): - os/process:
- added functions to set/retrieve flags to modify the behaviour of the
GWEN_PROCESS code.
The most important ...
aquamaniac

05.04.2004

15:17 Revision 0a57dc3a (gwenhywfar): Fix make distcheck target.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@300 70169cfe-8b10-0410-8925-dcb4b91034d8 cstim
11:49 Revision eb731dcb (gwenhywfar): - base/inherit.h:
- added macro GWEN_INHERIT_ISOFTYPE which checks whether a given pointer
refers to an object of a given type
gi...
aquamaniac
10:56 Revision d0b2df34 (gwenhywfar): - base/idlist:
- added function GWEN_IdList_Clean() to clean a list
- added function GWEN_IdList_Sort() to sort an id list in asce...
aquamaniac
08:17 Revision 9fd84278 (gwenhywfar): fixed a typo
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@297 70169cfe-8b10-0410-8925-dcb4b91034d8 aquamaniac
08:14 Revision 84e1ae54 (gwenhywfar): - parser/db:
- added functions GWEN_DB_FindFirstGroup and GWEN_DB_FindFirstGroup which
simplify searching for groups by name.
...
aquamaniac
07:14 Revision bc76f1d8 (gwenhywfar): - base/idlist:
- added getNextId functions
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@295 70169cfe-8b10-0410-8925...
aquamaniac
06:56 Revision 652cca85 (gwenhywfar): - 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...
aquamaniac

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
 

Auch abrufbar als: Atom