summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-15 07:54:11 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-15 07:54:11 +0000
commitb54786ffbce89d8bd3320eeed0eb385c647c744d (patch)
treed149585f46fcb689b654de9550c09941941a859e /NEWS
parentaffe3e16464e23cf79d49508bb2d0d17f75bac38 (diff)
* signal.c, gc.c: New methods: GC.stress, GC.stress=;
backported from 1.9. a patch from Tadashi Saito in [ruby-dev:34394] and bug#19000 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 68266322f6..0f921ad415 100644
--- a/NEWS
+++ b/NEWS
@@ -139,6 +139,11 @@ with all sufficient information, see the ChangeLog file.
Return an enumerator if no block is given.
+ * GC.stress
+ * GC.stress=
+
+ New methods.
+
* Integer#ord
* Integer#odd?
* Integer#even?