diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-20 21:02:54 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-20 21:02:54 +0000 |
| commit | f40302aff9c06bf0b93879c05dc89291736f0481 (patch) | |
| tree | 5a51148d3bb5f06025c7e1c22ce7f8825c69130b /ChangeLog | |
| parent | 5ef87a3798b04ba845767a3115142324006d6325 (diff) | |
| download | ruby-f40302aff9c06bf0b93879c05dc89291736f0481.tar.gz ruby-f40302aff9c06bf0b93879c05dc89291736f0481.tar.xz ruby-f40302aff9c06bf0b93879c05dc89291736f0481.zip | |
* range.c (range_initialize_copy): Range is now a Struct.
[ruby-core:18353]
* struct.c (rb_struct_init_copy): made public.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Thu Aug 21 06:02:52 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * range.c (range_initialize_copy): Range is now a Struct. + [ruby-core:18353] + + * struct.c (rb_struct_init_copy): made public. + Thu Aug 21 03:09:34 2008 Tanaka Akira <akr@fsij.org> * io.c (io_extract_encoding_option): enc2 is external encoding if |
