diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-19 05:53:11 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-19 05:53:11 +0000 |
| commit | e54769998b707f6173e0338c819e4ea40698b405 (patch) | |
| tree | fb03b6384660380e52497ba9d4d4fca2b3712f48 /ChangeLog | |
| parent | de8009a9d1ca5c1bee9af8f4a904c75b32049bb9 (diff) | |
| download | ruby-e54769998b707f6173e0338c819e4ea40698b405.tar.gz ruby-e54769998b707f6173e0338c819e4ea40698b405.tar.xz ruby-e54769998b707f6173e0338c819e4ea40698b405.zip | |
* complex.c (nucomp_to_s, nucomp_inspect): get rid of making
unnecessary intermediate objects.
* complex.c (make_patterns, string_to_c): do not treat successive
underscores as a part of numeric like as literals. [ruby-dev:34085]
* rational.c (make_patterns, string_to_r): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Wed Mar 19 14:53:03 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * complex.c (nucomp_to_s, nucomp_inspect): get rid of making + unnecessary intermediate objects. + + * complex.c (make_patterns, string_to_c): do not treat successive + underscores as a part of numeric like as literals. [ruby-dev:34085] + + * rational.c (make_patterns, string_to_r): ditto. + Wed Mar 19 14:36:40 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * bignum.c (rb_cstr_to_inum): treat successive underscores as |
