From 0a7324d8f7aad3aeb78696fa7377c95b1a9d242b Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 23 Apr 2002 16:22:25 +0000 Subject: * ext/stringio/stringio.c (strio_mark): must check if ptr is NULL first. [ruby-talk:38873] * lib/mkmf.rb (create_makefile): should print depend file when make is other than nmake. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 16831a8a3..a79f4b477 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Apr 24 01:16:14 2002 Nobuyoshi Nakada + + * ext/stringio/stringio.c (strio_mark): must check if ptr is NULL + first. [ruby-talk:38873] + + * lib/mkmf.rb (create_makefile): should print depend file when + make is other than nmake. + Wed Apr 24 00:37:12 2002 NAKAMURA Usaku * ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive instead -- cgit