From e593553c68c1f5f02586d99ac0806ffee3b8506f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 18 Jun 2007 21:30:56 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21143 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/sl/ChangeLog | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/lib/sl/ChangeLog b/lib/sl/ChangeLog index f94da1fa3..0d7f3795a 100644 --- a/lib/sl/ChangeLog +++ b/lib/sl/ChangeLog @@ -1,5 +1,17 @@ -2007-06-01 Love Hörnquist Åstrand +2007-06-18 Love Hörnquist Åstrand + * sl.c: Pass in pointer to strlen(). + + * sl.c (sl_make_argv): use memmove since we are dealing with + overlapping strings. + +2007-06-09 Love Hörnquist Åstrand + + * Makefile.am: don't clean yacc/lex files in CLEANFILES, + maintainers clean will do that for us. + +2007-06-01 Love Hörnquist Åstrand + * slc-gram.y (main): also fclose yyin. 2007-04-20 Love Hörnquist Åstrand