From 0c2bb38bda52d399afb792eee289b91a4e45b110 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 23 Mar 2004 19:14:16 +0000 Subject: * object.c (rb_mod_cvar_get): new method Module#class_variable_get. * object.c (rb_mod_cvar_set): ditto (Module#class_variable_set). * eval.c (rb_thread_atfork): 1.9 warns no more for thread termination. [ruby-dev:23212] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6e316eb18..2280aeb15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Wed Mar 24 04:12:44 2004 Yukihiro Matsumoto + + * object.c (rb_mod_cvar_get): new method Module#class_variable_get. + + * object.c (rb_mod_cvar_set): ditto (Module#class_variable_set). + +Tue Mar 23 17:45:22 2004 Yukihiro Matsumoto + + * eval.c (rb_thread_atfork): 1.9 warns no more for thread + termination. [ruby-dev:23212] + Tue Mar 23 14:46:10 2004 Nobuyoshi Nakada * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local): -- cgit