[前][次][番号順一覧][スレッド一覧]

ruby-changes:12107

From: yugui <ko1@a...>
Date: Sun, 21 Jun 2009 18:13:52 +0900 (JST)
Subject: [ruby-changes:12107] Ruby:r23778 (ruby_1_9_1): merges r23655 from trunk into ruby_1_9_1.

yugui	2009-06-21 18:13:35 +0900 (Sun, 21 Jun 2009)

  New Revision: 23778

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23778

  Log:
    merges r23655 from trunk into ruby_1_9_1.
    --
    * Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.

  Modified files:
    branches/ruby_1_9_1/ChangeLog
    branches/ruby_1_9_1/Makefile.in
    branches/ruby_1_9_1/version.h
    branches/ruby_1_9_1/win32/Makefile.sub

Index: ruby_1_9_1/ChangeLog
===================================================================
--- ruby_1_9_1/ChangeLog	(revision 23777)
+++ ruby_1_9_1/ChangeLog	(revision 23778)
@@ -1,3 +1,7 @@
+Tue Jun  9 10:58:48 2009  Nobuyoshi Nakada  <nobu@r...>
+
+	* Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.
+
 Tue Jun  2 17:32:40 2009  Yukihiro Matsumoto  <matz@r...>
 
 	* enum.c (first_i): Enumerator#first should consume only what is
Index: ruby_1_9_1/win32/Makefile.sub
===================================================================
--- ruby_1_9_1/win32/Makefile.sub	(revision 23777)
+++ ruby_1_9_1/win32/Makefile.sub	(revision 23778)
@@ -66,6 +66,7 @@
 IFCHANGE = $(COMSPEC) /C $(srcdir:/=\)\win32\ifchange.bat
 RM = $(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat
 RMDIRS = $(COMSPEC) /C $(srcdir:/=\)\win32\rmdirs.bat
+RMALL = $(COMSPEC) /C rmdir /s /q
 CP = copy > nul
 MV = move > nul
 !if !defined(BASERUBY)
Index: ruby_1_9_1/Makefile.in
===================================================================
--- ruby_1_9_1/Makefile.in	(revision 23777)
+++ ruby_1_9_1/Makefile.in	(revision 23778)
@@ -99,6 +99,7 @@
 MV            = mv
 RM            = rm -f
 RMDIRS        = @RMDIRS@
+RMALL         = @RMALL@
 NM            = @NM@
 AR            = @AR@
 ARFLAGS       = rcu
Index: ruby_1_9_1/version.h
===================================================================
--- ruby_1_9_1/version.h	(revision 23777)
+++ ruby_1_9_1/version.h	(revision 23778)
@@ -1,6 +1,6 @@
 #define RUBY_VERSION "1.9.1"
 #define RUBY_RELEASE_DATE "2009-05-22"
-#define RUBY_PATCHLEVEL 168
+#define RUBY_PATCHLEVEL 169
 #define RUBY_VERSION_MAJOR 1
 #define RUBY_VERSION_MINOR 9
 #define RUBY_VERSION_TEENY 1

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]