From 9bd6042f9a859922c9d0d490eb5afc81e9cdeca3 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 15 Jan 2009 16:32:34 +0000 Subject: merges r21534 from trunk into ruby_1_9_1. * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc, miniprelude.c, newline.c): shoudn't copy when $(srcdir) != ".", too. (this is a workaround. we need more strict check.) * win32/Makefile.sub ($(INSNS)): shound't remove BASERUBY. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 381cfa6b2..ee25c59e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jan 16 00:21:10 2009 NAKAMURA Usaku + + * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc, + miniprelude.c, newline.c): shoudn't copy when $(srcdir) != ".", too. + (this is a workaround. we need more strict check.) + + * win32/Makefile.sub ($(INSNS)): shound't remove BASERUBY. + Fri Jan 16 00:19:55 2009 Koichi Sasada * gc.c (gc_with_gvl): suppress warnings. -- cgit