diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-23 02:17:00 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-23 02:17:00 +0000 |
| commit | 4aa2a4e14e4cbf03d734ed2cf04b2a5fc70f3392 (patch) | |
| tree | 8527f7a22ef4af5bdb26cacdedb78b5877bad6e4 /ChangeLog | |
| parent | 6ac8a8722324ebdcbf6a8ed22a54eeab1f74ecd2 (diff) | |
* thread.c (Thread#set_trace_func, #add_trace_func): removed.
This is an unsupported feature in 1.9.1 and will be supported
in 1.9.2. [ruby-core:19581]
(thread_add_trace_func): removes unnecessary function.
(thread_add_trace_func_m): ditto.
(thread_set_trace_func_m): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Mon Dec 22 15:25:03 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * thread.c (Thread#set_trace_func, #add_trace_func): removed. + This is an unsupported feature in 1.9.1 and will be supported + in 1.9.2. [ruby-core:19581] + (thread_add_trace_func): removes unnecessary function. + (thread_add_trace_func_m): ditto. + (thread_set_trace_func_m): ditto. + Sat Dec 20 18:28:26 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * dln.c (dln_find_1): supplements an extension for executable |
