File tree 17 files changed +18
-18
lines changed
17 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 5
5
// Created by John Holdsworth on 26/09/2015.
6
6
// Copyright © 2015 John Holdsworth. All rights reserved.
7
7
//
8
- // $Id: //depot/SwiftRuby/Array.swift#4 $
8
+ // $Id: //depot/SwiftRuby/Array.swift#5 $
9
9
//
10
10
// Repo: https://github.com/RubyNative/SwiftRuby
11
11
//
Original file line number Diff line number Diff line change 5
5
// Created by John Holdsworth on 26/09/2015.
6
6
// Copyright © 2015 John Holdsworth. All rights reserved.
7
7
//
8
- // $Id: //depot/SwiftRuby/Data.swift#9 $
8
+ // $Id: //depot/SwiftRuby/Data.swift#10 $
9
9
//
10
10
// Repo: https://github.com/RubyNative/SwiftRuby
11
11
//
Original file line number Diff line number Diff line change 5
5
// Created by John Holdsworth on 28/09/2015.
6
6
// Copyright © 2015 John Holdsworth. All rights reserved.
7
7
//
8
- // $Id: //depot/SwiftRuby/Dir.swift#6 $
8
+ // $Id: //depot/SwiftRuby/Dir.swift#7 $
9
9
//
10
10
// Repo: https://github.com/RubyNative/SwiftRuby
11
11
//
Original file line number Diff line number Diff line change 5
5
// Created by John Holdsworth on 26/09/2015.
6
6
// Copyright © 2015 John Holdsworth. All rights reserved.
7
7
//
8
- // $Id: //depot/SwiftRuby/File.swift#10 $
8
+ // $Id: //depot/SwiftRuby/File.swift#11 $
9
9
//
10
10
// Repo: https://github.com/RubyNative/SwiftRuby
11
11
//
Original file line number Diff line number Diff line change 5
5
// Created by John Holdsworth on 30/09/2015.
6
6
// Copyright © 2015 John Holdsworth. All rights reserved.
7
7
//
8
- // $Id: //depot/SwiftRuby/FileUtils.swift#15 $
8
+ // $Id: //depot/SwiftRuby/FileUtils.swift#16 $
9
9
//
10
10
// Repo: https://github.com/RubyNative/SwiftRuby
11
11
//
Original file line number Diff line number Diff line change 5
5
// Created by John Holdsworth on 26/09/2015.
6
6
// Copyright © 2015 John Holdsworth. All rights reserved.
7
7
//
8
- // $Id: //depot/SwiftRuby/IO.swift#11 $
8
+ // $Id: //depot/SwiftRuby/IO.swift#12 $
9
9
//
10
10
// Repo: https://github.com/RubyNative/SwiftRuby
11
11
//
Original file line number Diff line number Diff line change 5
5
// Created by John Holdsworth on 26/09/2015.
6
6
// Copyright © 2015 John Holdsworth. All rights reserved.
7
7
//
8
- // $Id: //depot/SwiftRuby/Integer.swift#6 $
8
+ // $Id: //depot/SwiftRuby/Integer.swift#7 $
9
9
//
10
10
// Repo: https://github.com/RubyNative/SwiftRuby
11
11
//
Original file line number Diff line number Diff line change 5
5
// Created by John Holdsworth on 27/09/2015.
6
6
// Copyright © 2015 John Holdsworth. All rights reserved.
7
7
//
8
- // $Id: //depot/SwiftRuby/Kernel.swift#14 $
8
+ // $Id: //depot/SwiftRuby/Kernel.swift#15 $
9
9
//
10
10
// Repo: https://github.com/RubyNative/SwiftRuby
11
11
//
Original file line number Diff line number Diff line change 5
5
// Created by John Holdsworth on 26/09/2015.
6
6
// Copyright © 2015 John Holdsworth. All rights reserved.
7
7
//
8
- // $Id: //depot/SwiftRuby/Object.swift#14 $
8
+ // $Id: //depot/SwiftRuby/Object.swift#16 $
9
9
//
10
10
// Repo: https://github.com/RubyNative/SwiftRuby
11
11
//
@@ -76,7 +76,7 @@ func _stdlib_demangleImpl(
76
76
) -> UnsafeMutablePointer < CChar > ?
77
77
78
78
79
- func _stdlib_demangleName( _ mangledName: String ) -> String {
79
+ public func _stdlib_demangleName( _ mangledName: String ) -> String {
80
80
return mangledName. utf8CString. withUnsafeBufferPointer {
81
81
( mangledNameUTF8) in
82
82
Original file line number Diff line number Diff line change 5
5
// Created by John Holdsworth on 27/09/2015.
6
6
// Copyright © 2015 John Holdsworth. All rights reserved.
7
7
//
8
- // $Id: //depot/SwiftRuby/Rational.swift#3 $
8
+ // $Id: //depot/SwiftRuby/Rational.swift#4 $
9
9
//
10
10
// Repo: https://github.com/RubyNative/SwiftRuby
11
11
//
Original file line number Diff line number Diff line change 5
5
// Created by John Holdsworth on 26/09/2015.
6
6
// Copyright © 2015 John Holdsworth. All rights reserved.
7
7
//
8
- // $Id: //depot/SwiftRuby/Regexp.swift#9 $
8
+ // $Id: //depot/SwiftRuby/Regexp.swift#10 $
9
9
//
10
10
// Repo: https://github.com/RubyNative/SwiftRuby
11
11
//
Original file line number Diff line number Diff line change 5
5
// Created by John Holdsworth on 26/09/2015.
6
6
// Copyright © 2015 John Holdsworth. All rights reserved.
7
7
//
8
- // $Id: //depot/SwiftRuby/Stat.swift#8 $
8
+ // $Id: //depot/SwiftRuby/Stat.swift#9 $
9
9
//
10
10
// Repo: https://github.com/RubyNative/SwiftRuby
11
11
//
Original file line number Diff line number Diff line change 5
5
// Created by John Holdsworth on 26/09/2015.
6
6
// Copyright © 2015 John Holdsworth. All rights reserved.
7
7
//
8
- // $Id: //depot/SwiftRuby/String.swift#11 $
8
+ // $Id: //depot/SwiftRuby/String.swift#12 $
9
9
//
10
10
// Repo: https://github.com/RubyNative/SwiftRuby
11
11
//
Original file line number Diff line number Diff line change 5
5
// Created by John Holdsworth on 28/09/2015.
6
6
// Copyright © 2015 John Holdsworth. All rights reserved.
7
7
//
8
- // $Id: //depot/SwiftRuby/StringIO.swift#7 $
8
+ // $Id: //depot/SwiftRuby/StringIO.swift#8 $
9
9
//
10
10
// Repo: https://github.com/RubyNative/SwiftRuby
11
11
//
Original file line number Diff line number Diff line change 5
5
// Created by John Holdsworth on 30/09/2015.
6
6
// Copyright © 2015 John Holdsworth. All rights reserved.
7
7
//
8
- // $Id: //depot/SwiftRuby/SwiftRubyTests/SwiftRubyTests.swift#13 $
8
+ // $Id: //depot/SwiftRuby/SwiftRubyTests/SwiftRubyTests.swift#14 $
9
9
//
10
10
// Repo: https://github.com/RubyNative/SwiftRuby
11
11
//
Original file line number Diff line number Diff line change 5
5
// Created by John Holdsworth on 26/09/2015.
6
6
// Copyright © 2015 John Holdsworth. All rights reserved.
7
7
//
8
- // $Id: //depot/SwiftRuby/Time.swift#9 $
8
+ // $Id: //depot/SwiftRuby/Time.swift#10 $
9
9
//
10
10
// Repo: https://github.com/RubyNative/SwiftRuby
11
11
//
Original file line number Diff line number Diff line change 6
6
// Created by John Holdsworth on 18/09/2015.
7
7
// Copyright © 2015 John Holdsworth. All rights reserved.
8
8
//
9
- // $Id: //depot/SwiftRuby/main.swift#5 $
9
+ // $Id: //depot/SwiftRuby/main.swift#6 $
10
10
//
11
11
// Repo: https://github.com/RubyNative/SwiftRuby
12
12
//
You can’t perform that action at this time.
0 commit comments