Update to Ruby 2.2.2

This commit is contained in:
Josef Stribny 2015-04-14 09:51:46 +02:00
commit 05eb8b6a78
4 changed files with 11 additions and 24 deletions

View file

@ -1,31 +1,14 @@
From acae106c7c8feab92a52982976b147f1100207a5 Mon Sep 17 00:00:00 2001
From: nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Tue, 24 Mar 2015 08:30:15 +0000
Subject: [PATCH] fs.c: use statfs/statvfs
* ext/-test-/file/fs.c (get_fsname): return filesystem name by
statfs/statvfs. [ruby-core:68624] [Bug #10998]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
---
ChangeLog | 5 +++
ext/-test-/file/extconf.rb | 14 ++++++++
ext/-test-/file/fs.c | 85 +++++++++++++++++++++++++---------------------
3 files changed, 66 insertions(+), 38 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a2f2f97..d7e11af 100644
index 909c092..9f09144 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
@@ -70,1 +70,6 @@
+Tue Mar 24 17:30:12 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/-test-/file/fs.c (get_fsname): return filesystem name by
+ statfs/statvfs. [ruby-core:68624] [Bug #10998]
+ * ext/-test-/file/fs.c (get_fsname): return filesystem name by
+ statfs/statvfs. [ruby-core:68624] [Bug #10998]
+
Thu Feb 26 15:48:41 2015 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/win32/Win32API.rb (initialize): accept both a string and an array
diff --git a/ext/-test-/file/extconf.rb b/ext/-test-/file/extconf.rb
index 4e134dd..be4a2fb 100644
--- a/ext/-test-/file/extconf.rb