aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-02 15:50:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-02 15:50:11 +0000
commitd08112a656c4715d509f2b2ac7e1e2199068eed6 (patch)
tree05eb015ac22cc36ffe30040ed92fc64548128b21 /ChangeLog
parent497220616ab3eb07224bb612f0fb08eb3e7d3319 (diff)
downloadruby-d08112a656c4715d509f2b2ac7e1e2199068eed6.tar.gz
* proc.c (yarv_proc_alloc): needs return.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53916b63f6..63b335d0fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Feb 3 00:49:51 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * proc.c (yarv_proc_alloc): needs return.
+
Fri Feb 2 23:39:42 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* common.mk (bin): add more dependency. a patch from Tadashi