зеркало из https://github.com/github/ruby.git
* NEWS: add a description of Signal.trap change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
55b3bfbc4c
Коммит
8cf76cae70
|
@ -1,3 +1,7 @@
|
|||
Tue Jul 12 23:41:49 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* NEWS: add a description of Signal.trap change.
|
||||
|
||||
Tue Jul 12 20:02:35 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* signal.c (reserved_signal_p): reverted a part of r32523.
|
||||
|
|
12
NEWS
12
NEWS
|
@ -12,7 +12,17 @@ with all sufficient information, see the ChangeLog file.
|
|||
|
||||
=== C API updates
|
||||
=== Library updates (outstanding ones only)
|
||||
|
||||
* builtin classes
|
||||
|
||||
* Signal
|
||||
* incompatible changes:
|
||||
* Signal.trap raises ArgumentError when :SEGV, :BUS, :ILL, :FPE, :VTALRM
|
||||
are specified.
|
||||
|
||||
=== Language changes
|
||||
=== Compatibility issues (excluding feature bug fixes)
|
||||
|
||||
None
|
||||
* Signal.trap
|
||||
|
||||
See above.
|
||||
|
|
Загрузка…
Ссылка в новой задаче