Project

General

Profile

Bug #6820 ยป Time-on-NEWS.patch

no6v (Nobuhiro IMAI), 01/06/2013 11:20 AM

View differences:

NEWS
* Thread#join and Thread#value now raises a ThreadError if target thread
is the current or main thread.
* Time
* change return value:
* Time#to_s returned encoding defaults to US-ASCII but automatically
transcodes to Encoding.default_internal if it is set.
* TracePoint
* new class. This class is replacement of set_trace_func.
Easy to use and efficient implementation.
    (1-1/1)