ruby-changes:21607
From: akr <ko1@a...>
Date: Mon, 7 Nov 2011 21:16:22 +0900 (JST)
Subject: [ruby-changes:21607] akr:r33656 (trunk): add comment.
akr 2011-11-07 21:16:10 +0900 (Mon, 07 Nov 2011) New Revision: 33656 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33656 Log: add comment. Modified files: trunk/ext/dbm/dbm.c Index: ext/dbm/dbm.c =================================================================== --- ext/dbm/dbm.c (revision 33655) +++ ext/dbm/dbm.c (revision 33656) @@ -165,6 +165,7 @@ if (dbm) { /* * History of dbm_pagfno() and dbm_dirfno() in ndbm and its compatibles. + * (dbm_pagfno() and dbm_dirfno() is not standardized.) * * 1986: 4.3BSD provides ndbm. * It provides dbm_pagfno() and dbm_dirfno() as macros. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/