From 6c64c79168e53c4844b18cb49d2cfce7576f0a8b Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 25 Dec 2002 01:49:27 +0000 Subject: * bcc32/Makefile.sub, win32/Makefile.sub (RUBY_SO_NAME, config.h): use $(MAJOR) and $(MINOR). based on Nobu's patch. [ruby-win32:413] * bcc32/setup.mak, win32/setup.mak (-prologue-): define MAJOR, MINOR and TEENY from version.h. based on Nobu's patch. [ruby-win32:413] * win32/Makefile.sub (config.h): add HAVE_FLOAT_H. * win32/Makefile.sub (parse.obj): depend on win32/win32.h. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3214 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dcc220e20..95d0f9e6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Wed Dec 25 10:36:20 2002 NAKAMURA Usaku + + * bcc32/Makefile.sub, win32/Makefile.sub (RUBY_SO_NAME, config.h): + use $(MAJOR) and $(MINOR). based on Nobu's patch. [ruby-win32:413] + + * bcc32/setup.mak, win32/setup.mak (-prologue-): define MAJOR, MINOR + and TEENY from version.h. based on Nobu's patch. [ruby-win32:413] + + * win32/Makefile.sub (config.h): add HAVE_FLOAT_H. + + * win32/Makefile.sub (parse.obj): depend on win32/win32.h. + Tue Dec 24 23:49:16 2002 Akinori MUSHA * lib/irb/completion.rb: Use Object#class rather than Object#type. -- cgit