git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2014-11-27 12:26:39 +00:00
Родитель ea29080489
Коммит 1c87fee316
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Thu Nov 27 21:24:55 2014 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* NEWS: add obsolete callcc.
Thu Nov 27 19:59:49 2014 Koichi Sasada <ko1@atdot.net>
* compile.c (iseq_compile_each): remove duplicated line event.

3
NEWS
Просмотреть файл

@ -132,6 +132,9 @@ with all sufficient information, see the ChangeLog file.
=== Stdlib updates (outstanding ones only)
* Continuation
* callcc is obsolete. use Fiber instead.
* Digest
* Digest() should now be thread-safe. If you have a problem with