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

ruby-changes:22755

From: akr <ko1@a...>
Date: Sat, 25 Feb 2012 16:26:32 +0900 (JST)
Subject: [ruby-changes:22755] akr:r34804 (trunk): update comment.

akr	2012-02-25 16:26:22 +0900 (Sat, 25 Feb 2012)

  New Revision: 34804

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

  Log:
    update comment.

  Modified files:
    trunk/ext/dbm/dbm.c

Index: ext/dbm/dbm.c
===================================================================
--- ext/dbm/dbm.c	(revision 34803)
+++ ext/dbm/dbm.c	(revision 34804)
@@ -1117,6 +1117,18 @@
 #else
         version = rb_str_new2("ndbm (unknown)");
 #endif
+        /*
+         * Identifies ndbm library version.
+         *
+         * Examples:
+         *
+         * - "ndbm (4.3BSD)"
+         * - "Berkeley DB 4.8.30: (April  9, 2010)"
+         * - "Berkeley DB (unknown)" (4.4BSD, maybe)
+         * - "GDBM version 1.8.3. 10/15/2002 (built Jul  1 2011 12:32:45)"
+         * - "QDBM 1.8.78"
+         *   
+         */
         rb_define_const(rb_cDBM, "VERSION", version);
     }
 }

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

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