From 7f1ab5f9e8c1de7800eb982f7723ce2e858ae28f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 13 Sep 2005 20:19:37 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16063 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 32a07721c..77ac2642a 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,8 @@ +2005-09-13 Love Hörnquist Åstrand + + * strptime.c: cast to unsigned char to make sure its not negative + when passing it to is* functions + 2005-09-01 Love Hörnquist Åstrand * socket.c: Add socket_set_ipv6only.