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

ruby-changes:19416

From: akr <ko1@a...>
Date: Sat, 7 May 2011 03:14:34 +0900 (JST)
Subject: [ruby-changes:19416] Ruby:r31456 (trunk): update doc.

akr	2011-05-07 03:14:25 +0900 (Sat, 07 May 2011)

  New Revision: 31456

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

  Log:
    update doc.

  Modified files:
    trunk/pack.c

Index: pack.c
===================================================================
--- pack.c	(revision 31455)
+++ pack.c	(revision 31456)
@@ -294,7 +294,7 @@
  *      L         | Integer | 32-bit unsigned, native endian (uint32_t)
  *      Q         | Integer | 64-bit unsigned, native endian (uint64_t)
  *                |         |
- *      c         | Integer | 8-bit signed (char)
+ *      c         | Integer | 8-bit signed (signed char)
  *      s         | Integer | 16-bit signed, native endian (int16_t)
  *      l         | Integer | 32-bit signed, native endian (int32_t)
  *      q         | Integer | 64-bit signed, native endian (int64_t)

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

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