Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
0ab44cbb 14.01.2004 11:18 cstim

2004-01-14 Christian Stimming <>

  • configure.ac: Fix typo -- $() is a variable in a Makefile, but
    in configure it's a subshell.

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

eb4c108a 14.01.2004 03:55 aquamaniac

- added windoze.m4 to get some windows paths
- fixed types.m4 (was not removing conf.uint32 when finished)

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

fdebcb55 12.01.2004 22:16 aquamaniac

- posix/process.c: increased needed log level for error messages

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

335ba607 11.01.2004 18:39 aquamaniac

- applied another patch submitted by Ronny Buchmann which allows for building
distribution-specific RPMs (in conjunction with the patch above)

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

9aeb0800 11.01.2004 18:36 aquamaniac

- applied a patch submitted by Ronny Buchmann which turns the specfile into a
multi-distribution spec file.

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

874791b3 11.01.2004 17:43 aquamaniac

- fixed a bug in gwenhywfar.m4

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

15bd13b0 10.01.2004 23:36 aquamaniac

- logger: added function GWEN_Logger_AddLogger. This functions allows to
log to multiple loggers in parallel. This is interesting for debugging
purposes when you still want to log to syslog (or whatever service you
like) but want to additionally log to a log file or stderr....

2d3c0a9e 07.01.2004 17:39 aquamaniac

improved topdir Makefile.am

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

88dc6282 07.01.2004 17:36 aquamaniac

- cleanup of Makefiles
- prepared next release

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

3f6fe638 06.01.2004 01:32 aquamaniac

minor fixes

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

d7901e62 05.01.2004 23:15 aquamaniac

added missing extern C statement

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

d67bf34d 05.01.2004 20:31 aquamaniac

- added padding submodule to crypt module. This includes some commonly used
padding algorithms (like ISO 9796 and ANSIX9_23). Those are taken from the
GWEN_IPC package (and they originated from Fabian Kaiser's C++-code for
OpenHBCI in rsakey.cpp, with modifications and translation to C)....

ca770a68 05.01.2004 15:45 aquamaniac

added debug.o to win32 dll

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

9157c540 05.01.2004 15:16 cstim

Add cvsignores.

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

b70c63cc 05.01.2004 15:10 aquamaniac

- reverted debug.h macros to use snprintf again, since all architectures
except PalmOS have it, and PalmOS is no longer supported

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

241c1277 05.01.2004 15:03 aquamaniac

added missing file

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

4b35be9d 05.01.2004 14:57 aquamaniac

added missing files

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

aaa30da8 05.01.2004 14:55 aquamaniac

- aborted PalmOS port

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

0970f69e 05.01.2004 13:27 aquamaniac

- added "system.h", which defines some system dependant macros on some
platforms
- process.c: less verbous signal handler

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

c0f87991 05.01.2004 13:19 aquamaniac

added missing file

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

27c6bf23 05.01.2004 10:52 cstim

Add cvsignores

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

310ae6e5 04.01.2004 23:37 aquamaniac

- GWEN_BUFFER is now using the new type GWEN_TYPE_UINT32
- file "types.h" now gets installed
- macros in "debug.h" now use the builtin function GWEN_Debug_Snprintf.
This is a limited function imitating "snprintf" with a very very limited
set of conversions (for now only "s", "c", "d" and "c" are supported....

a80460bd 04.01.2004 21:32 aquamaniac

- GWEN_BUFFER is now using the new type GWEN_TYPE_UINT32

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

caddaf91 04.01.2004 21:14 aquamaniac

added missing file

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

01f488ca 04.01.2004 02:00 aquamaniac

fixed types.h.in

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

(3026-3050/3214) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom