From 549c6484d1dbe58aa39c830c1fe47702a2462ac3 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 4 Jan 2009 11:53:25 +0000 Subject: merges r21284 from trunk into ruby_1_9_1. * common.mk, Makefile.in, win32/Makefile.sub (INSNS): move the macro definition from common.mk to {Makefile.in,win32/Makefile.sub}. [ruby-dev:37678] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e26b6697b..924bf025d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Jan 3 22:24:36 2009 NAKAMURA Usaku + + * common.mk, Makefile.in, win32/Makefile.sub (INSNS): move the macro + definition from common.mk to {Makefile.in,win32/Makefile.sub}. + [ruby-dev:37678] + Sat Jan 3 15:30:09 2009 NARUSE, Yui * enc/trans/chinese.trans: added for transcoding EUC-CN and GB12345. @@ -13,7 +19,7 @@ Sat Jan 3 03:00:42 2009 NAKAMURA Usaku * common.mk, Makefile.in, win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc, miniprelude.c, newline.c): move rules from common.mk - to {Makefile.in,win32/Makefile.sub) for nmake. + to {Makefile.in,win32/Makefile.sub} for nmake. [ruby-core:20993] Fri Jan 2 23:51:41 2009 Yusuke Endoh -- cgit