aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-13 05:09:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-13 05:09:15 +0000
commit60f545e2ac740677ceab64cf897acb09bbd48caf (patch)
treea2bd2840d497470dae5129ddb67658ff8a45521b /ChangeLog
parent8b0cb325f5185df80e6ef3a80683144e6e052380 (diff)
downloadruby-60f545e2ac740677ceab64cf897acb09bbd48caf.tar.gz
* thread.c (thread_list_access): prototyped.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f38e3ca33..e5950539fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
Sun Sep 13 13:38:00 2009 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
- * thread.c (recursive_*): refactored the access to the inspect table used by
- rb_exec_recursive_*. The functions recursive_push, pop and check now assume
- a valid hash table as their first argument. Added documentation.
+ * thread.c (recursive_*): refactored the access to the inspect
+ table used by rb_exec_recursive_*. The functions recursive_push,
+ pop and check now assume a valid hash table as their first
+ argument. Added documentation.
Sun Sep 13 12:07:49 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>