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

ruby-changes:36232

From: nobu <ko1@a...>
Date: Fri, 7 Nov 2014 14:47:00 +0900 (JST)
Subject: [ruby-changes:36232] nobu:r48313 (trunk): ChangeLog: not a typo [ci skip]

nobu	2014-11-07 14:46:49 +0900 (Fri, 07 Nov 2014)

  New Revision: 48313

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

  Log:
    ChangeLog: not a typo [ci skip]
    
    * ChangeLog: NUL means a name of ASCII '\0', not a NULL pointer.

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 48312)
+++ ChangeLog	(revision 48313)
@@ -82,7 +82,7 @@ Wed Nov  5 16:26:58 2014  Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L82
 Wed Nov  5 15:05:12 2014  Nobuyoshi Nakada  <nobu@r...>
 
 	* string.c (rb_str_{,l,r}strip_bang): rb_str_subseq() will not
-	  NULL-terminate the result string, in the future, so it will not
+	  NUL-terminate the result string, in the future, so it will not
 	  be needed in other cases.
 
 Wed Nov  5 14:11:30 2014  Nobuyoshi Nakada  <nobu@r...>

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

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