Skip to content

Commit ab7c690

Browse files
committed
Swift 3.0
1 parent ab72db6 commit ab7c690

17 files changed

+18
-18
lines changed

Array.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 26/09/2015.
66
// Copyright © 2015 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/SwiftRuby/Array.swift#4 $
8+
// $Id: //depot/SwiftRuby/Array.swift#5 $
99
//
1010
// Repo: https://github.com/RubyNative/SwiftRuby
1111
//

Data.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 26/09/2015.
66
// Copyright © 2015 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/SwiftRuby/Data.swift#9 $
8+
// $Id: //depot/SwiftRuby/Data.swift#10 $
99
//
1010
// Repo: https://github.com/RubyNative/SwiftRuby
1111
//

Dir.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 28/09/2015.
66
// Copyright © 2015 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/SwiftRuby/Dir.swift#6 $
8+
// $Id: //depot/SwiftRuby/Dir.swift#7 $
99
//
1010
// Repo: https://github.com/RubyNative/SwiftRuby
1111
//

File.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 26/09/2015.
66
// Copyright © 2015 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/SwiftRuby/File.swift#10 $
8+
// $Id: //depot/SwiftRuby/File.swift#11 $
99
//
1010
// Repo: https://github.com/RubyNative/SwiftRuby
1111
//

FileUtils.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 30/09/2015.
66
// Copyright © 2015 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/SwiftRuby/FileUtils.swift#15 $
8+
// $Id: //depot/SwiftRuby/FileUtils.swift#16 $
99
//
1010
// Repo: https://github.com/RubyNative/SwiftRuby
1111
//

IO.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 26/09/2015.
66
// Copyright © 2015 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/SwiftRuby/IO.swift#11 $
8+
// $Id: //depot/SwiftRuby/IO.swift#12 $
99
//
1010
// Repo: https://github.com/RubyNative/SwiftRuby
1111
//

Integer.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 26/09/2015.
66
// Copyright © 2015 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/SwiftRuby/Integer.swift#6 $
8+
// $Id: //depot/SwiftRuby/Integer.swift#7 $
99
//
1010
// Repo: https://github.com/RubyNative/SwiftRuby
1111
//

Kernel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 27/09/2015.
66
// Copyright © 2015 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/SwiftRuby/Kernel.swift#14 $
8+
// $Id: //depot/SwiftRuby/Kernel.swift#15 $
99
//
1010
// Repo: https://github.com/RubyNative/SwiftRuby
1111
//

Object.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 26/09/2015.
66
// Copyright © 2015 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/SwiftRuby/Object.swift#14 $
8+
// $Id: //depot/SwiftRuby/Object.swift#16 $
99
//
1010
// Repo: https://github.com/RubyNative/SwiftRuby
1111
//
@@ -76,7 +76,7 @@ func _stdlib_demangleImpl(
7676
) -> UnsafeMutablePointer<CChar>?
7777

7878

79-
func _stdlib_demangleName(_ mangledName: String) -> String {
79+
public func _stdlib_demangleName(_ mangledName: String) -> String {
8080
return mangledName.utf8CString.withUnsafeBufferPointer {
8181
(mangledNameUTF8) in
8282

Rational.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 27/09/2015.
66
// Copyright © 2015 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/SwiftRuby/Rational.swift#3 $
8+
// $Id: //depot/SwiftRuby/Rational.swift#4 $
99
//
1010
// Repo: https://github.com/RubyNative/SwiftRuby
1111
//

Regexp.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 26/09/2015.
66
// Copyright © 2015 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/SwiftRuby/Regexp.swift#9 $
8+
// $Id: //depot/SwiftRuby/Regexp.swift#10 $
99
//
1010
// Repo: https://github.com/RubyNative/SwiftRuby
1111
//

Stat.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 26/09/2015.
66
// Copyright © 2015 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/SwiftRuby/Stat.swift#8 $
8+
// $Id: //depot/SwiftRuby/Stat.swift#9 $
99
//
1010
// Repo: https://github.com/RubyNative/SwiftRuby
1111
//

String.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 26/09/2015.
66
// Copyright © 2015 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/SwiftRuby/String.swift#11 $
8+
// $Id: //depot/SwiftRuby/String.swift#12 $
99
//
1010
// Repo: https://github.com/RubyNative/SwiftRuby
1111
//

StringIO.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 28/09/2015.
66
// Copyright © 2015 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/SwiftRuby/StringIO.swift#7 $
8+
// $Id: //depot/SwiftRuby/StringIO.swift#8 $
99
//
1010
// Repo: https://github.com/RubyNative/SwiftRuby
1111
//

SwiftRubyTests/SwiftRubyTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 30/09/2015.
66
// Copyright © 2015 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/SwiftRuby/SwiftRubyTests/SwiftRubyTests.swift#13 $
8+
// $Id: //depot/SwiftRuby/SwiftRubyTests/SwiftRubyTests.swift#14 $
99
//
1010
// Repo: https://github.com/RubyNative/SwiftRuby
1111
//

Time.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by John Holdsworth on 26/09/2015.
66
// Copyright © 2015 John Holdsworth. All rights reserved.
77
//
8-
// $Id: //depot/SwiftRuby/Time.swift#9 $
8+
// $Id: //depot/SwiftRuby/Time.swift#10 $
99
//
1010
// Repo: https://github.com/RubyNative/SwiftRuby
1111
//

main.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Created by John Holdsworth on 18/09/2015.
77
// Copyright © 2015 John Holdsworth. All rights reserved.
88
//
9-
// $Id: //depot/SwiftRuby/main.swift#5 $
9+
// $Id: //depot/SwiftRuby/main.swift#6 $
1010
//
1111
// Repo: https://github.com/RubyNative/SwiftRuby
1212
//

0 commit comments

Comments
 (0)