From 1b6d3ed9babf23afeee2274d88398bdef9c36edd Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 17 Jan 2009 12:19:36 +0000 Subject: merges r21602, r21603, r21607 and r21630 from trunk into ruby_1_9_1. * configure.in (Makefile): set VCS and VCSUP to support `git svn' and git. * Makefile.in, win32/Makefile.sub (up): split from common.mk. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 382e4ca38..4aa5b8d0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,28 @@ +Sat Jan 17 19:33:48 2009 Yuki Sonoda (Yugui) + + * configure.in (VCSUP): fixed the cases for git-svn or git. + + * win32/Makefile.sub (VCSUP): ditto. + + * Makefile.in (up): `cd' is necessary for git and git-svn. + +Fri Jan 16 18:51:11 2009 NAKAMURA Usaku + + * win32/Makefile.sub (up): tell nmake that need to run command via + shell. + +Fri Jan 16 17:33:59 2009 Nobuyoshi Nakada + + * configure.in (Makefile): set VCS and VCSUP to support `git svn' + and git. + + * Makefile.in, win32/Makefile.sub (up): split from common.mk. + Mon Dec 29 22:37:57 2008 Yukihiro Matsumoto * pack.c (pack_pack): template f should not accept non float values. [ruby-dev:37656] - * object.c (rb_to_float): new function to type check floats. - Fri Jan 16 18:43:30 2009 Nobuyoshi Nakada * tool/make-snapshot (package): includes all rules and expand -- cgit