From fb43ec963d44646af786181797f0c7fb28294608 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 19 Mar 2007 08:01:40 +0000 Subject: * missing/{strlcat,strlcpy}.c, missing.h: new functions. * LEGAL: add copyright notice about above files. * configure.in: check whether strlcat and strlcpy are exist or not. * {bcc32,win32,wince}/Makefile.sub: use above files. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3ca7b5ae4..91fbba5f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Mar 19 16:58:52 2007 NAKAMURA Usaku + + * missing/{strlcat,strlcpy}.c, missing.h: new functions. + + * LEGAL: add copyright notice about above files. + + * configure.in: check whether strlcat and strlcpy are exist or not. + + * {bcc32,win32,wince}/Makefile.sub: use above files. + Mon Mar 19 14:12:25 2007 Yukihiro Matsumoto * lib/matrix.rb (Matrix::inverse_from): adding partial pivoting to -- cgit