mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* string.c: add a comment about RSTRING_FSTR.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f5a5503702
commit
89a603d2e6
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Mar 18 12:07:36 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* string.c: add a comment about RSTRING_FSTR.
|
||||
|
||||
Wed Mar 18 12:01:53 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* hash.c (rb_any_hash): use same hash values with Float#hash so
|
||||
|
|
1
string.c
1
string.c
|
@ -60,6 +60,7 @@ VALUE rb_cSymbol;
|
|||
* 7: STR_TMPLOCK
|
||||
* 8-9: ENC_CODERANGE (2 bits)
|
||||
* 10-16: ENCODING (7 bits == 128)
|
||||
* 17: RSTRING_FSTR
|
||||
* 18: STR_NOFREE
|
||||
* 19: STR_FAKESTR
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue