aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-10 06:13:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-10 06:13:02 +0000
commit90b9996523ad40d17a817e5d7249dcfc24e7904f (patch)
tree530fa6f87273f460db7c8bf88fd112e7687ea46a /ChangeLog
parentca375ee74f34ecee935c8b33945692b57be1c1e6 (diff)
downloadruby-90b9996523ad40d17a817e5d7249dcfc24e7904f.tar.gz
parse.y: remove "f" suffix [ruby-core:57966] [Feature #9042]
revert r42847 "test_string.rb: add test string encoding" revert r42846 "parse.y: freeze in advance to reduce objects" revert r42843 "parse.y: deduplicate frozen string literals" revert r42780 "test_string.rb: yet another test" revert r42779 "parse.y: valid suffix word only" revert r42778 "test_string.rb: remove duplicated code" revert r42775 "parse.y: force_encoding" This reverts commit 93ea04ecec7639ca8d0e58948e78461434782ecc. revert r42773 "Add frozen string literals" git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 0 insertions, 33 deletions
diff --git a/ChangeLog b/ChangeLog
index dba41508ff..b6e61690d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2865,8 +2865,6 @@ Thu Sep 5 17:25:49 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* string.c (rb_fstring): get rid of duplicating already frozen object.
- * parse.y (str_suffix_gen): freeze in advance to reduce objects.
-
Thu Sep 5 14:01:22 2013 Eric Hodel <drbrain@segment7.net>
* lib/optparse.rb: The Integer acceptable now allows binary and
@@ -2884,8 +2882,6 @@ Thu Sep 5 13:49:00 2013 Charlie Somerville <charliesome@ruby-lang.org>
* internal.h: add rb_fstring() prototype
- * parse.y (str_suffix_gen): deduplicate frozen string literals
-
* string.c (rb_fstring): deduplicate frozen string literals
* string.c (rb_str_free): delete fstrings from frozen_strings table when
@@ -2893,8 +2889,6 @@ Thu Sep 5 13:49:00 2013 Charlie Somerville <charliesome@ruby-lang.org>
* string.c (Init_String): initialize frozen_strings table
- * test/ruby/test_string.rb: test frozen strings are deduplicated
-
Thu Sep 5 12:48:00 2013 Kenta Murata <mrkn@cookpad.com>
* configure.in (with_gmp): set with_gmp no if it is empty.
@@ -3178,11 +3172,6 @@ Mon Sep 2 23:46:29 2013 Akinori MUSHA <knu@iDaemons.org>
* numeric.c (num_step): Optimize for infinite loop.
-Mon Sep 2 23:46:10 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (parser_str_options): use valid suffix word only, as well as
- numeric literal, for the backward compatibility.
-
Mon Sep 2 22:55:59 2013 Tanaka Akira <akr@fsij.org>
* bignum.c (ISDIGIT): Unused macro removed.
@@ -3193,28 +3182,6 @@ Mon Sep 2 22:49:15 2013 Tanaka Akira <akr@fsij.org>
(str2big_normal): Ditto.
(str2big_karatsuba): Ditto.
-Mon Sep 2 17:53:33 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * parse.y (str_suffix_gen): String#b creates new string object, use
- force_encoding instead.
-
-Mon Sep 2 16:06:00 2013 Charlie Somerville <charliesome@ruby-lang.org>
-
- * NEWS: Add note about frozen string literals
-
- * compile.c (case_when_optimizable_literal): optimize NODE_LIT strings
- in when clauses of case statements
-
- * ext/ripper/eventids2.c: add tSTRING_SUFFIX
-
- * parse.y: add 'f' suffix on string literals for frozen strings
-
- * test/ripper/test_scanner_events.rb: add scanner tests
-
- * test/ruby/test_string.rb: add frozen string tests
-
- [Feature #8579] [ruby-core:55699]
-
Mon Sep 2 14:39:29 2013 Akinori MUSHA <knu@iDaemons.org>
* ruby.c (Process#setproctitle): [DOC] Fix and improve rdoc.