summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-05 05:59:23 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-05 05:59:23 +0000
commit295bc2fe2577336807db6e2c30bd642bdb6482bc (patch)
treee8af2c0334772bc31cc943c68fd2a884605830cc /NEWS
parent623a79c376fec2f76cc33819807f1903b40c3dea (diff)
removes the dtrace support. reverts r26239, r26238 and r26235.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 0 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index 55289d9bdc..d94b43ecbc 100644
--- a/NEWS
+++ b/NEWS
@@ -222,10 +222,6 @@ with all sufficient information, see the ChangeLog file.
* Pathname#realdirpath
* Pathname#each_child
-* probe
- new library.
- * Kernel#fire_probe
-
* Readline
* new methods:
* Readline.set_screen_size
@@ -270,14 +266,6 @@ with all sufficient information, see the ChangeLog file.
Unicode semantics
* $: no longer includes the current directory, use require_relative
-=== Tracing (experimental)
-
-* Runtime tracing is supported. Currently implemented on top of dtrace.
- You can trace a ruby program without any modification if your platform
- supports dtrace USDT.
-
- This feature is experimental. The semantics of probes will possibly change.
-
=== Compilation options
* --program-prefix and --program-suffix no longer act on the shared object
@@ -289,8 +277,6 @@ with all sufficient information, see the ChangeLog file.
* --with-arch is added for universal binary, instead of
--enable-fat-binary option.
-* --with-tracing-model is added for choosing a particular tracing mechanism.
-
=== Compatibility issues (excluding feature bug fixes)
* Enumerator#rewind