From befb1dfcd65bb50336d14ab693d46398557ff2e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 28 Jun 2005 23:00:04 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15521 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 118d438d7..9dbfb9d2a 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,13 @@ +2005-06-29 Love Hörnquist Åstrand + + * Makefile.am (libroken_la_SOURCES): += strpool.c + + * roken-common.h: add strpool, a printf collector to make it + eaiser to collect strings into one string + + * strpool.c: add strpool, a printf collector to make it eaiser to + collect strings into one string + 2005-06-23 Love Hörnquist Åstrand * base64.c: Add const, from Andrew Abartlet