diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-10-05 05:49:02 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-10-05 05:49:02 +0000 |
commit | 546e9319116bce06a521036a98c153f73cac6bb2 (patch) | |
tree | 952762873e59034c08b188b352c0ff8ff8b3a9f0 /ChangeLog | |
parent | 1ae9be9454e0caccb8c992bcccd39d8cbbf581a8 (diff) | |
download | ruby-546e9319116bce06a521036a98c153f73cac6bb2.tar.gz ruby-546e9319116bce06a521036a98c153f73cac6bb2.tar.xz ruby-546e9319116bce06a521036a98c153f73cac6bb2.zip |
* eval.c (proc_s_new): revived.
* eval.c (Init_Proc): define Proc.new instead of Proc.allocate to
inhibit from creating uninitialized Proc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1771 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 @@ +Fri Oct 5 11:59:13 2001 Nobuyoshi Nakada <[email protected]> + + * eval.c (proc_s_new): revived. + + * eval.c (Init_Proc): define Proc.new instead of Proc.allocate to + inhibit from creating uninitialized Proc. + Thu Oct 4 14:11:03 2001 WATANABE Hirofumi <[email protected]> * ext/socket/socket.c (ruby_connect): EALREADY is the equivalent |