From f80e89fb7d58fc36d636567dcefd6c56c603e70d Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 28 Feb 2007 01:33:57 +0000 Subject: * Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): system specific thread model. * compile.h, regint.h, vm.h, array.c: removed unnecessary #include. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ded918824..eb90cc94e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Feb 28 10:33:58 2007 Nobuyoshi Nakada + + * Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): system + specific thread model. + + * compile.h, regint.h, vm.h, array.c: removed unnecessary #include. + Wed Feb 28 04:03:03 2007 Yukihiro Matsumoto * enum.c (take_i): small cosmetic / documentation patch from -- cgit