[前][次][番号順一覧][スレッド一覧]

ruby-changes:36529

From: kazu <ko1@a...>
Date: Thu, 27 Nov 2014 21:26:54 +0900 (JST)
Subject: [ruby-changes:36529] kazu:r48611 (trunk): * NEWS: add obsolete callcc.

kazu	2014-11-27 21:26:39 +0900 (Thu, 27 Nov 2014)

  New Revision: 48611

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48611

  Log:
    * NEWS: add obsolete callcc.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 48610)
+++ ChangeLog	(revision 48611)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Nov 27 21:24:55 2014  Kazuhiro NISHIYAMA  <zn@m...>
+
+	* NEWS: add obsolete callcc.
+
 Thu Nov 27 19:59:49 2014  Koichi Sasada  <ko1@a...>
 
 	* compile.c (iseq_compile_each): remove duplicated line event.
Index: NEWS
===================================================================
--- NEWS	(revision 48610)
+++ NEWS	(revision 48611)
@@ -132,6 +132,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L132
 
 === 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]