[前][次][番号順一覧][スレッド一覧][生データ]

ruby-cvs:20225

From: shyouhei ruby-lang.org
Date: Thu, 16 Aug 2007 05:17:42 +0900 (JST)
Subject: [ruby-cvs:20225] Ruby:r12988 (ruby_1_8_5): * ext/digest/digest.c (rb_digest_instance_update,

shyouhei	2007-08-16 05:17:41 +0900 (Thu, 16 Aug 2007)

  New Revision: 12988

  Added files:
    branches/ruby_1_8_5/ext/openssl/ossl_pkcs5.h
  Modified files:
    branches/ruby_1_8_5/ChangeLog
    branches/ruby_1_8_5/ext/openssl/ossl.h
    branches/ruby_1_8_5/ext/openssl/ossl_x509name.c
    branches/ruby_1_8_5/ext/sdbm/_sdbm.c
    branches/ruby_1_8_5/ext/syck/syck.h
    branches/ruby_1_8_5/version.h
    branches/ruby_1_8_5/win32/win32.c
    branches/ruby_1_8_5/win32/win32.h

  Log:
    * ext/digest/digest.c (rb_digest_instance_update,
      rb_digest_instance_finish, rb_digest_instance_reset,
      rb_digest_instance_block_length): %s in rb_raise() expects char*.
      [ruby-dev:31222]
    * ext/openssl/ossl.h: include ossl_pkcs5.h.  [ruby-dev:31231]
    * ext/openssl/ossl_pkcs5.h: new file for PKCS5.  [ruby-dev:31231]
    * ext/openssl/ossl_x509name.c (ossl_x509name_to_s): use ossl_raise()
      instead of rb_raise().  [ruby-dev:31222]
    * ext/sdbm/_sdbm.c: DOSISH platforms need io.h.  [ruby-dev:31232]
    * ext/syck/syck.h: include stdlib.h for malloc() and free().
      [ruby-dev:31232]
    * ext/syck/syck.h (syck_parser_set_input_type): prototype added.
      [ruby-dev:31231]
    * win32/win32.c: include mbstring.h for _mbspbrk().  [ruby-dev:31232]
    * win32.h (rb_w32_getcwd): prototype added.  [ruby-dev:31232]


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/ext/openssl/ossl.h?r1=12988&r2=12987
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/win32/win32.h?r1=12988&r2=12987
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/ext/sdbm/_sdbm.c?r1=12988&r2=12987
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/ext/openssl/ossl_pkcs5.h
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/ext/syck/syck.h?r1=12988&r2=12987
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/ext/openssl/ossl_x509name.c?r1=12988&r2=12987
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/win32/win32.c?r1=12988&r2=12987
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/version.h?r1=12988&r2=12987
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/ChangeLog?r1=12988&r2=12987


[前][次][番号順一覧][スレッド一覧][生データ]