summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-13 04:45:54 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-13 04:45:54 +0000
commit2e51eb4cbb99c78602403dac32af711995818655 (patch)
treeb591a363c1ee249f855f0cf361d55c414ce6b328 /ChangeLog
parent0e7c76f20efc2642f5e862458414f39f1d61e7be (diff)
downloadruby-2e51eb4cbb99c78602403dac32af711995818655.tar.gz
ruby-2e51eb4cbb99c78602403dac32af711995818655.tar.xz
ruby-2e51eb4cbb99c78602403dac32af711995818655.zip
* 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. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24891 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 f0abd2b9b..4f38e3ca3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +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.
+
Sun Sep 13 12:07:49 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/ruby/ruby.h (SYM2ID): needs parens.