Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
d75f0b9a 05.05.2004 16:44 cstim

Fix the gcc/MSVC type definitions also for windows

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

c9ce572e 05.05.2004 16:23 aquamaniac

- removed some trailing semicolons from macros in inherit.h and misc.h

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

e5b445a3 05.05.2004 16:12 cstim

2004-05-05 Christian Stimming <>

  • src/*: Remove trailing semicolons from macro calls where
    "-pedantic" complains about them.

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

22321faf 05.05.2004 16:11 cstim

2004-05-05 Christian Stimming <>

  • src/base/misc.h: Remove trailing semicolons from the function
    definitions in the GWEN_LIST_FUNCTIONS macro since ISO C89 does
    not allow these (-pedantic i.e. --enable-warnings=all will give...
fe634c74 05.05.2004 16:11 cstim

2004-05-05 Christian Stimming <>

  • src/types.h.in: Add extension specifier to "long long"
    definition in order to avoid warnings when compiling with
    gcc and "-pedantic".

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

682aab21 05.05.2004 15:14 aquamaniac

hopefully fixed the UINT64 stuff...

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

ed9941b1 05.05.2004 15:04 aquamaniac

fixed m4/Makefile.am

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

76446db6 05.05.2004 15:00 aquamaniac

- fixed GWEN_TYPE_UINT64 for MSVC

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

9bf6b8a7 05.05.2004 14:47 cstim

Fix compiler warning about unused variable

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

d3546584 05.05.2004 14:24 aquamaniac

- modified the prototype of GWEN_WaitCallback_Log

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

9e51875b 05.05.2004 02:16 aquamaniac

- fixed some bugs in args.c

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

ca1427d2 04.05.2004 22:48 aquamaniac

minor fixes

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

9720e529 04.05.2004 22:42 aquamaniac

added missing files

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

e2c13477 04.05.2004 21:39 aquamaniac

- added type GWEN_TYPE_UINT64
- rewrote GWEN_WAITCALLBACK stuff (will have to modify some dependant
projects in order to use this new infrastructure)

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

db580285 03.05.2004 02:16 aquamaniac

- fixed another bug in base/buffer (could not set a position outside
buffer boundaries even if in USE_BIO mode)
- fixed yet another bug in base/buffer (did not crop if pos was 0)

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

7bcde962 02.05.2004 23:48 aquamaniac

- fixed a bug in base/buffer (did not abort when mode
GWEN_BUFFER_MODE_ABORT_ON_MEMFULL was given)

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

14e342c0 02.05.2004 20:01 aquamaniac

- added new functions to GWEN_Time:
- GWEN_Time_GetBrokenDownTime
- GWEN_Time_GetBrokenDownDate

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

3be91f6a 01.05.2004 22:29 aquamaniac

- fixed a bug in base/buffer

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

81c87858 01.05.2004 01:18 aquamaniac

fixed a typo

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

c3ed13af 01.05.2004 01:08 aquamaniac

- io/bufferedio:
- added function GWEN_BufferedIO_ReadRawForced
- base/buffer:
- added GWEN_Buffer_SetSourceBIO and a mechanism, which reads missing
data from a GWEN_BUFFEREDIO (if the buffer is in mode
GWEN_BUFFER_MODE_ABORT_USE_BIO). Does work wor ReadChar and PeekChar....

addb6b37 28.04.2004 16:49 cstim

2004-04-28 Christian Stimming <>

  • gwenhywfar.m4: For automake-1.8, add extra quotation in the
    macro name.

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

e4a6298d 28.04.2004 16:35 cstim

2004-04-28 Christian Stimming <>

  • gwenhywfar.m4: For automake-1.8, add extra quotation in the
    macro name.

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

17eea808 26.04.2004 10:29 cstim

2004-04-26 Christian Stimming <>

  • m4/acx_compile_warn.m4: For gcc3.4, add the new warning switch
    -Wdeclaration-after-statement in order to preserve source code
    compatibility with gcc2.95 and other compilers.

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

7361a4c3 25.04.2004 00:04 aquamaniac

- 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 care of some autotool complaints...

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

ef070518 24.04.2004 23:59 aquamaniac

- 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-8b10-0410-8925-dcb4b91034d8

(2876-2900/3207) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom