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

ruby-changes:31408

From: usa <ko1@a...>
Date: Thu, 31 Oct 2013 23:33:05 +0900 (JST)
Subject: [ruby-changes:31408] usa:r43487 (ruby_1_9_3): merge revision(s) 42713: [Backport #8792]

usa	2013-10-31 23:32:59 +0900 (Thu, 31 Oct 2013)

  New Revision: 43487

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

  Log:
    merge revision(s) 42713: [Backport #8792]
    
    * configure.in (sys/pstat.h): fix missing header check for
      missing/setproctitle.c on HP-UX.  [ruby-core:56644] [Bug #8792]

  Modified directories:
    branches/ruby_1_9_3/
  Modified files:
    branches/ruby_1_9_3/ChangeLog
    branches/ruby_1_9_3/configure.in
    branches/ruby_1_9_3/version.h
Index: ruby_1_9_3/configure.in
===================================================================
--- ruby_1_9_3/configure.in	(revision 43486)
+++ ruby_1_9_3/configure.in	(revision 43487)
@@ -1359,6 +1359,7 @@ AS_CASE(["$target_os"], https://github.com/ruby/ruby/blob/trunk/ruby_1_9_3/configure.in#L1359
 [aix* | k*bsd*-gnu | kopensolaris*-gnu | linux* | darwin*], [AC_DEFINE(SPT_TYPE,SPT_REUSEARGV)],
 [hpux*], [AC_DEFINE(SPT_TYPE,SPT_PSTAT) ],
 [])
+AC_CHECK_HEADERS(sys/pstat.h)
 
 
 AC_CACHE_CHECK(for signbit, rb_cv_have_signbit,
Index: ruby_1_9_3/ChangeLog
===================================================================
--- ruby_1_9_3/ChangeLog	(revision 43486)
+++ ruby_1_9_3/ChangeLog	(revision 43487)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ruby_1_9_3/ChangeLog#L1
+Thu Oct 31 23:32:41 2013  Michal Rokos  <michal@r...>
+
+	* configure.in (sys/pstat.h): fix missing header check for
+	  missing/setproctitle.c on HP-UX.  [ruby-core:56644] [Bug #8792]
+
 Thu Oct 31 23:25:25 2013  Martin Bosslet  <Martin.Bosslet@g...>
 
 	* ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds of
Index: ruby_1_9_3/version.h
===================================================================
--- ruby_1_9_3/version.h	(revision 43486)
+++ ruby_1_9_3/version.h	(revision 43487)
@@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ruby_1_9_3/version.h#L1
 #define RUBY_VERSION "1.9.3"
-#define RUBY_PATCHLEVEL 475
+#define RUBY_PATCHLEVEL 476
 
 #define RUBY_RELEASE_DATE "2013-10-31"
 #define RUBY_RELEASE_YEAR 2013

Property changes on: ruby_1_9_3
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r42713


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

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