summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-13 08:18:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-13 08:18:03 +0000
commit7d1e6c0a7182e9a29772b2ef43fe42e426f1d2f1 (patch)
treef7c37f455314eaa29ae813eb07a4f55867aa3e7e /ChangeLog
parent2bdffb9eaffb1f86fcdcd05c71a394a9b7ecb803 (diff)
downloadruby-7d1e6c0a7182e9a29772b2ef43fe42e426f1d2f1.tar.gz
ruby-7d1e6c0a7182e9a29772b2ef43fe42e426f1d2f1.tar.xz
ruby-7d1e6c0a7182e9a29772b2ef43fe42e426f1d2f1.zip
* eval.c (proc_alloc): cache the created object at first time.
[ruby-talk:61288], [ruby-dev:22240] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7eb6f87ff..4c68c7988 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Dec 13 17:17:59 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * eval.c (proc_alloc): cache the created object at first time.
+ [ruby-talk:61288], [ruby-dev:22240]
+
Sat Dec 13 09:01:23 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in: check ucontext.h.