Add an entry for the last commit.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2007-03-30 02:08:31 +00:00
Родитель d46b261599
Коммит a2dba5be2d
1 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,14 @@
Fri Mar 30 02:29:04 2007 Technorama <oss-ruby@technorama.net>
* ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c:
Add Documentation for various methods.
* ext/openssl/lib/openssl/cipher.rb: Ditto
* ext/openssl/ossl_bn.c: add lshift! and rshift! methods.
* ext/openssl/ossl_digest.c: GetDigestPtr() also accept a string.
Fri Mar 23 11:28:24 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector,
@ -34,7 +45,6 @@ Wed Mar 21 20:05:07 2007 Koichi Sasada <ko1@atdot.net>
represents more details of arguments information. I'll write a
document about detail of node structure.
Wed Mar 21 17:04:30 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* bignum.c (rb_big2str0): round up for the most significant digit.