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

ruby-cvs:20036

From: nobu ruby-lang.org
Date: Sun, 15 Jul 2007 22:24:52 +0900 (JST)
Subject: [ruby-cvs:20036] Ruby:r12800 (ruby_1_8): * ext/digest/digest.c (rb_digest_instance_update,

nobu	2007-07-15 22:24:51 +0900 (Sun, 15 Jul 2007)

  New Revision: 12800

  Added files:
    branches/ruby_1_8/ext/openssl/ossl_pkcs5.h
  Modified files:
    branches/ruby_1_8/ChangeLog
    branches/ruby_1_8/ext/digest/digest.c
    branches/ruby_1_8/ext/openssl/ossl.h
    branches/ruby_1_8/ext/openssl/ossl_x509name.c
    branches/ruby_1_8/ext/sdbm/_sdbm.c
    branches/ruby_1_8/ext/syck/syck.h
    branches/ruby_1_8/win32/win32.c
    branches/ruby_1_8/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/win32/win32.h?r1=12800&r2=12799
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/sdbm/_sdbm.c?r1=12800&r2=12799
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/digest/digest.c?r1=12800&r2=12799
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/openssl/ossl_pkcs5.h?revision=12800&view=markup
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=12800&r2=12799
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/syck/syck.h?r1=12800&r2=12799
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/win32/win32.c?r1=12800&r2=12799
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/openssl/ossl_x509name.c?r1=12800&r2=12799
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/openssl/ossl.h?r1=12800&r2=12799


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