diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-17 10:34:30 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-17 10:34:30 +0000 |
| commit | 8026cf3d34a12e432640666d329d654fa64e0626 (patch) | |
| tree | 379c349bd378072c2907f4e6579b677573a2e087 /ChangeLog | |
| parent | acc6cd3ae29505eb02c9cd82144ee2906ac87d23 (diff) | |
| download | ruby-8026cf3d34a12e432640666d329d654fa64e0626.tar.gz ruby-8026cf3d34a12e432640666d329d654fa64e0626.tar.xz ruby-8026cf3d34a12e432640666d329d654fa64e0626.zip | |
* node.h (NODE_ATTRASGN): new node, assignment to attribute.
[ruby-core:00637].
* eval.c (is_defined, rb_eval): ditto.
* parse.y (attrset, node_assign): ditto.
* string.c (rb_str_substr): tail sharing. [ruby-core:00650]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Tue Dec 17 19:29:45 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * node.h (NODE_ATTRASGN): new node, assignment to attribute. + [ruby-core:00637]. + + * eval.c (is_defined, rb_eval): ditto. + + * parse.y (attrset, node_assign): ditto. + + * string.c (rb_str_substr): tail sharing. [ruby-core:00650] + Tue Dec 17 04:03:45 2002 Tanaka Akira <akr@m17n.org> * lib/open-uri.rb: new file. |
