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

ruby-changes:22191

From: akr <ko1@a...>
Date: Mon, 9 Jan 2012 13:02:19 +0900 (JST)
Subject: [ruby-changes:22191] akr:r34240 (trunk): update doc.

akr	2012-01-09 13:02:08 +0900 (Mon, 09 Jan 2012)

  New Revision: 34240

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

  Log:
    update doc.

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

Index: ext/dbm/dbm.c
===================================================================
--- ext/dbm/dbm.c	(revision 34239)
+++ ext/dbm/dbm.c	(revision 34240)
@@ -961,10 +961,12 @@
  * The exact library used depends on how Ruby was compiled. It could be any
  * of the following:
  *
+ * - The original ndbm is released in 4.3BSD.
+ *   It is based on dbm in Unix Version 7 but has different API.
  * - {Berkeley DB}[http://en.wikipedia.org/wiki/Berkeley_DB] versions
  *   1 thru 5, also known as BDB and Sleepycat DB, now owned by Oracle
  *   Corporation.
- * - ndbm, aka Berkeley DB 1.x, still found in FreeBSD and OpenBSD.
+ * - Berkeley DB 1.x, still found in FreeBSD and OpenBSD.
  * - {gdbm}[http://www.gnu.org/software/gdbm/], the GNU implementation of dbm.
  * - {qdbm}[http://fallabs.com/qdbm/index.html], another open source
  *   reimplementation of dbm.

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

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