Bug #6820 ยป Time-on-NEWS.patch
| 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.
|
||