From ed0da2685f7edce9cbdd5c17422670e8319bc326 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/trunk@6890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ea4bfb3b8..552684784 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 + Mon Sep 13 00:22:53 2004 Minero Aoki * parse.y: fix file header. -- cgit