8000 Tags · rubyunworks/tracepoint · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: rubyunworks/tracepoint

Tags

1.2.1

Toggle 1.2.1's commit message
This release simply brings the project uptodate with the latest

build tools, and switches the license to BSD-2-Clause.

Also note, that Ruby 1.9 appears to have a bug (or two) in #set_trace_func,
in particular with an incorrect binding parameter. TracePoint still works,
but will not as useful as it should be until this issue is resolved.
(ref. http://redmine.ruby-lang.org/issues/5527).

1.2.0

Toggle 1.2.0's commit message
This release fix a rare bug where the traced event provides

no binding. In this case we assume the TOPLEVEL_BINDING is at play.
This release also move the library to the Apache 2.0 license.

1.1.0

Toggle 1.1.0's commit message
This version adds multi-trace and named trace support.

0