From f8dce1d55e14b6d8c64eec104bee40931f2f0f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 28 Sep 2005 03:07:19 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16104 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/ChangeLog | 4 ++++ lib/roken/ChangeLog | 15 +++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/cf/ChangeLog b/cf/ChangeLog index 812b2143b..b8fb06d51 100644 --- a/cf/ChangeLog +++ b/cf/ChangeLog @@ -1,3 +1,7 @@ +2005-09-28 Love Hörnquist Åstrand + + * roken-frag.m4: Check for and uintptr_t + 2005-09-02 Love Hörnquist Åstrand * roken-frag.m4: Resolver check moved to rk_RESOLV, from Andrew diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 77ac2642a..dd46de834 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,18 @@ +2005-09-28 Love + + * roken-common.h: Move rk_UNCONST to roken.h.in since it might use + uintptr_t depending on avaibility. + + * roken.h.in: Include if it exists. If avaiable, use + uintptr_t to define rk_UNCONST. + +2005-09-22 Love Hörnquist Åstrand + + * roken-common.h: Add rk_dumpdata. + + * dumpdata.c: Add rk_dumpdata() that write a chunk of data into a + file for later processing by some other tool (like asn1_print). + 2005-09-13 Love Hörnquist Åstrand * strptime.c: cast to unsigned char to make sure its not negative