From aefb8fc2c40a82197d41aae27d5161dbda82c3ce Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 3 Aug 2005 15:27:13 +0000 Subject: * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integrated macro definitions. * bcc32/Makefile.sub: LIBRUBY_SO should use DLDOBJS, not EXTOBJS. * {win32,wince}/Makefile.sub: separate config.h for compiler versions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a37003e7b..a5c12d528 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu Aug 4 00:25:48 2005 Nobuyoshi Nakada + + * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integrated + macro definitions. + + * bcc32/Makefile.sub: LIBRUBY_SO should use DLDOBJS, not EXTOBJS. + + * {win32,wince}/Makefile.sub: separate config.h for compiler versions. + Wed Aug 3 21:59:16 2005 Hidetoshi NAGAI * ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work on @@ -50,7 +59,7 @@ Mon Aug 1 01:17:40 2005 Masatoshi SEKI Mon Aug 1 00:07:32 2005 Keiju Ishitsuka * lib/irb/context.rb: fix `irb --readline` option. [ruby-list:40955] - + Fri Jul 29 09:59:38 2005 Nobuyoshi Nakada * eval.c (rb_yield_0): push yielded node instead of yielding. -- cgit