-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".
* lib/pp.rb: Ditto. * lib/prettyprint.rb: Ditto. * lib/resolv.rb: Ditto. * lib/securerandom.rb: Ditto. * lib/tmpdir.rb: Ditto. * lib/unicode_normalize/tables.rb: Ditto. * test/net/ftp/test_buffered_socket.rb: Ditto. * test/net/ftp/test_mlsx_entry.rb: Ditto. * test/open-uri/test_open-uri.rb: Ditto. * test/open-uri/test_ssl.rb: Ditto. * test/pathname/test_pathname.rb: Ditto. * test/test_pp.rb: Ditto. * test/test_prettyprint.rb: Ditto. * tool/transcode-tblgen.rb: Ditto. * ext/pathname/lib/pathname.rb: Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
17 changed files
with
50 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,37 @@ | ||
Tue Nov 10 20:35:12 2015 Tanaka Akira <[email protected]> | ||
|
||
* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true". | ||
|
||
* lib/pp.rb: Ditto. | ||
|
||
* lib/prettyprint.rb: Ditto. | ||
|
||
* lib/resolv.rb: Ditto. | ||
|
||
* lib/securerandom.rb: Ditto. | ||
|
||
* lib/tmpdir.rb: Ditto. | ||
|
||
* lib/unicode_normalize/tables.rb: Ditto. | ||
|
||
* test/net/ftp/test_buffered_socket.rb: Ditto. | ||
|
||
* test/net/ftp/test_mlsx_entry.rb: Ditto. | ||
|
||
* test/open-uri/test_open-uri.rb: Ditto. | ||
|
||
* test/open-uri/test_ssl.rb: Ditto. | ||
|
||
* test/pathname/test_pathname.rb: Ditto. | ||
|
||
* test/test_pp.rb: Ditto. | ||
|
||
* test/test_prettyprint.rb: Ditto. | ||
|
||
* tool/transcode-tblgen.rb: Ditto. | ||
|
||
* ext/pathname/lib/pathname.rb: Ditto. | ||
|
||
Tue Nov 10 18:42:24 2015 Aleksandrs Ledovskis <[email protected]> | ||
|
||
* defs/id.def, parse.y: Switch internal token name to reflect | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# | ||
# -*- frozen_string_literal: true -*- | ||
# frozen_string_literal: true | ||
# | ||
# = pathname.rb | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# | ||
# -*- frozen_string_literal: true -*- | ||
# frozen_string_literal: true | ||
|
||
require 'prettyprint' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# | ||
# -*- frozen_string_literal: true -*- | ||
# frozen_string_literal: true | ||
|
||
require 'socket' | ||
require 'timeout' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# | ||
# -*- frozen_string_literal: true -*- | ||
# frozen_string_literal: true | ||
|
||
require "net/ftp" | ||
require "test/unit" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# | ||
# -*- frozen_string_literal: true -*- | ||
# frozen_string_literal: true | ||
|
||
require "net/ftp" | ||
require "test/unit" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# | ||
# -*- frozen_string_literal: true -*- | ||
# frozen_string_literal: true | ||
|
||
require 'test/unit' | ||
require 'pathname' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# | ||
# -*- frozen_string_literal: true -*- | ||
# frozen_string_literal: true | ||
|
||
require 'pp' | ||
require 'delegate' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# | ||
# -*- frozen_string_literal: true -*- | ||
# frozen_string_literal: true | ||
|
||
require 'prettyprint' | ||
require 'test/unit' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# | ||
# -*- frozen_string_literal: true -*- | ||
# frozen_string_literal: true | ||
|
||
require 'optparse' | ||
require 'erb' | ||
|