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

ruby-changes:16149

From: akr <ko1@a...>
Date: Mon, 31 May 2010 22:39:47 +0900 (JST)
Subject: [ruby-changes:16149] Ruby:r28110 (trunk): update comment.

akr	2010-05-31 22:37:50 +0900 (Mon, 31 May 2010)

  New Revision: 28110

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

  Log:
    update comment.

  Modified files:
    trunk/encoding.c

Index: encoding.c
===================================================================
--- encoding.c	(revision 28109)
+++ encoding.c	(revision 28110)
@@ -1537,7 +1537,7 @@
     }
 }
 
-/* locale insensitive functions */
+/* locale insensitive ctype functions */
 
 #define ctype_test(c, ctype) \
     (rb_isascii(c) && ONIGENC_IS_ASCII_CODE_CTYPE((c), ctype))

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

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