summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-04 22:30:33 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-04 22:30:33 +0000
commiteacf387c6c847d2905e688b976112704ee6bf819 (patch)
tree379ba9ec32e6409078b1ba69566cf03536d7e968 /ChangeLog
parent00c2b61f0dc38b87d46983f33a7d1867d38801f8 (diff)
Syntax change and dead code cleanup to help resolve some build issues on certain platforms.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@26577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 479530ccb0..9deab108e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Feb 5 07:19:00 2010 Kirk Haines <khaines@ruby-lang.org>
+
+ * eval.c: Small syntax change and dead code removal to fix build problems on some platforms.
+
+ * process.c: Dead code removal.
+
Wed Feb 4 01:06:00 2010 Kirk Haines <khaines@ruby-lang.org>
* eval.c: Backport #1743 [ruby-core:24203]; stops timer thread unless other threads exist.