diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-02 15:05:27 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-02 15:05:27 +0000 |
| commit | f215c42dcb65822d6f5033fa8e406bf65d9eaa00 (patch) | |
| tree | 2d0619ed60d5749e05e9479c5aa1cab82959266e /ChangeLog | |
| parent | 05e2cba4dc2d2ddd48bbe849acaaa511e181a1a6 (diff) | |
| download | ruby-f215c42dcb65822d6f5033fa8e406bf65d9eaa00.tar.gz ruby-f215c42dcb65822d6f5033fa8e406bf65d9eaa00.tar.xz ruby-f215c42dcb65822d6f5033fa8e406bf65d9eaa00.zip | |
* object.c (Init_Object): move symbol related code to string.c
* string.c (Init_String): Symbol as subclass of String.
* parse.y (rb_intern2): handle symbol as strings.
* string.c (str_new): substring of symbols are mere strings, not
symbols.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Sat Sep 2 23:53:28 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * object.c (Init_Object): move symbol related code to string.c + + * string.c (Init_String): Symbol as subclass of String. + + * parse.y (rb_intern2): handle symbol as strings. + + * string.c (str_new): substring of symbols are mere strings, not + symbols. + Sat Sep 2 23:37:29 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * ruby.h (struct RArray): embed small arrays. @@ -17,6 +28,13 @@ Sat Sep 2 12:06:35 2006 NAKAMURA, Hiroshi <nahi@ruby-lang.org> XML attribute which value is nil. value "" and nil both were dumped as 'attr="value"'. [ruby-dev:29395] +Sat Sep 2 11:47:58 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (rb_eval): should handle when in else clause. a patch + from Eric Hodel <drbrain at segment7.net>. [ruby-core:08662] + + * parse.y (primary): wrap with NODE_CASE. [ruby-core:08663] + Sat Sep 2 12:00:32 2006 NAKAMURA, Hiroshi <nahi@ruby-lang.org> * lib/csv.rb (CSV::IOReader#initialize): use String#[](pos, len) |
