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

ruby-changes:8440

From: yugui <ko1@a...>
Date: Tue, 28 Oct 2008 09:45:35 +0900 (JST)
Subject: [ruby-changes:8440] Ruby:r19972 (ruby_1_9_1): merged r19970-r19971 from trunk into ruby_1_9_1.

yugui	2008-10-28 09:43:30 +0900 (Tue, 28 Oct 2008)

  New Revision: 19972

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

  Log:
    merged r19970-r19971 from trunk into ruby_1_9_1.
    * 2008-10-28
    * win32/Makefile.sub (RUNRUBY): now ruby requires something from
      gem_prelude, so need to set library path.

  Modified files:
    branches/ruby_1_9_1/ChangeLog
    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 19971)
+++ ruby_1_9_1/ChangeLog	(revision 19972)
@@ -1,3 +1,8 @@
+Tue Oct 28 09:19:40 2008  NAKAMURA Usaku  <usa@r...>
+
+	* win32/Makefile.sub (RUNRUBY): now ruby requires something from
+	  gem_prelude, so need to set library path.
+
 Mon Oct 27 22:29:11 2008  Yuki Sonoda (Yugui)  <yugui@y...>
 
 	* vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.
Index: ruby_1_9_1/win32/Makefile.sub
===================================================================
--- ruby_1_9_1/win32/Makefile.sub	(revision 19971)
+++ ruby_1_9_1/win32/Makefile.sub	(revision 19972)
@@ -214,7 +214,7 @@
 RUNRUBY = $(MINIRUBY)
 !else
 MINIRUBY = .\miniruby$(EXEEXT) -I$(srcdir)/lib
-RUNRUBY = .\$(PROGRAM) -I"$(EXTOUT)/$(arch)"
+RUNRUBY = .\$(PROGRAM) -I$(srcdir)/lib -I"$(EXTOUT)/$(arch)"
 !endif
 MINIRUBY = $(MINIRUBY) $(MINIRUBYOPT)
 RUNRUBY = $(RUNRUBY) "$(srcdir)/runruby.rb" --extout="$(EXTOUT)" --
Index: ruby_1_9_1/version.h
===================================================================
--- ruby_1_9_1/version.h	(revision 19971)
+++ ruby_1_9_1/version.h	(revision 19972)
@@ -1,7 +1,7 @@
 #define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2008-10-27"
+#define RUBY_RELEASE_DATE "2008-10-28"
 #define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20081027
+#define RUBY_RELEASE_CODE 20081028
 #define RUBY_PATCHLEVEL 0
 
 #define RUBY_VERSION_MAJOR 1
@@ -9,7 +9,7 @@
 #define RUBY_VERSION_TEENY 0
 #define RUBY_RELEASE_YEAR 2008
 #define RUBY_RELEASE_MONTH 10
-#define RUBY_RELEASE_DAY 27
+#define RUBY_RELEASE_DAY 28
 
 #ifdef RUBY_EXTERN
 RUBY_EXTERN const char ruby_version[];

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

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