Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
96e26b38 19.05.2006 15:01 christian

Remove nonexisting file from EXTRA_DIST target

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

0af5da60 19.05.2006 11:13 christian

Add svnignores for new directories

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

109abf3e 19.05.2006 01:07 martin

some fixes to storage code

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

65b302af 18.05.2006 18:47 martin

more name changes to make the idmap functions fit better into gwenhywfar

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

a0106f1c 18.05.2006 16:45 martin

added some idmap functions

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

329f515a 18.05.2006 16:33 martin

renamed idmap functions according to Christian's advices

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

eb46b489 18.05.2006 16:01 martin

- added typesafe macros for idmap (like those macros for GWEN_LIST2), e.g.
"GWEN_IDMAP_FUNCTION_DEFS(GWEN_BUFFER, GWEN_Buffer)" would create an idmap
for GWEN_BUFFER objects instead of void* pointers. So the function
GWEN_Buffer_IdMap_GetPtr() will only work on an idmap which stores pointers...

dfc91d67 18.05.2006 15:29 martin

- added base/idmap: This code allows for fast and efficient storage of
pairs of [32-bit ID and a void* pointer].
Such pairs can be set, reset and sought. This new class also allows to
fastly iterate over the pairs.
It allows for multiple storage algos. The first algo uses 8-step pointer...

672a005d 17.05.2006 19:15 martin

- added storage framework (to be used by some of my developing projects)
- added first storage plugin which uses local files
The storage framework is not yet part of the official API of Gwenhywfar,
so API changes are likely to occurr.

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

b0d17053 11.05.2006 22:02 martin

- parser/db.c: increased word buffer size
- parser/xml.c: fixed a bug in GWEN_XMLNode_HandlePath

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

10cea984 11.05.2006 10:39 christian

Add complete set of svn:ignore so that no files are reported with unknown status.

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

1373f799 10.05.2006 14:14 christian

Change RELEASE_STRING of svn versions from x.y.z-r111 to x.y.z.r111 because tools like rpmbuild do not accept a '-' inside the version numbers.

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

41d55d05 04.05.2006 23:00 martin

incremented version

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

30e8919f 04.05.2006 22:54 martin

- removed prototype for a function which had been removed in previous
versions

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

bae4932e 24.04.2006 16:04 christian

Update description on how to create a libgwenhywfar.lib file for MSVC.

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

edcf1968 18.04.2006 19:57 christian

Revert r1040 because %lf is allowed very well for sscanf (but not for printf)

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

44c78795 18.04.2006 18:14 christian

Replace "%lf" by "%f" in sscanf because the "l" length modifier is not allowed for "f".

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

28f344f4 18.04.2006 18:11 christian

2006-04-18 Christian Stimming <>

  • src/gwenhywfarapi.h: Define attribute((deprecated)) not on
    all GNUC, but only on gcc >= 3.0.x because gcc-2.95 doesn't
    yet have it.
  • src/base/logger.h: Replace attribute((deprecated)) by the...
aff949e8 12.04.2006 14:41 martin

released 2.2.0

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

5ce27842 12.04.2006 04:09 martin

minor fixes

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

0db70e15 12.04.2006 02:41 martin

- fixed rfc822 DBIO plugin (import and export now work)

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

9fdd3aad 10.04.2006 20:57 martin

- net2/urlfns.c, net2/url.xml:
- added fields "userName" and "password" to GWEN_URL, the format of a
complete URL is now:
"proto://user:passwd@host/path:port", as in
"http://me:secret@here/path:123"
These new fields are optional, of course....

50173e2b 07.04.2006 15:29 christian

Oops, fix last commit because of stupid autoconf/m4 quoting.

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

7a19870f 07.04.2006 14:53 christian

Add workaround if a non-release version should be configured from a tarball, where svn info clearly doesnt give a valid revision number.

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

b1449dd3 07.04.2006 14:51 christian

Remove old files from m4/Makefile.am; they were introduced for gettext in r523, but somehow they are no longer needed? The files certainly are not in SVN.

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

(2201-2225/3208) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom