From e75e402302083caf68132e498fbb60ca72edf3bd Mon Sep 17 00:00:00 2001 From: nagai Date: Sun, 12 Sep 2004 16:05:59 +0000 Subject: * ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkip * ext/tcltklib/tcltklib.c: store original 'exit' command * ext/tk/tkutil.c: fix(?) SEGV git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9cc7b7f54..a91a0a770 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Sep 13 01:03:02 2004 Hidetoshi NAGAI + + * ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkip + + * ext/tcltklib/tcltklib.c: store original 'exit' command + + * ext/tk/tkutil.c: fix(?) SEGV + Sun Sep 12 23:46:23 2004 Hirokazu Yamamoto * util.c (ruby_strdup): remove unnecessary code. (xmalloc never -- cgit