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

ruby-cvs:20035

From: nobu ruby-lang.org
Date: Sun, 15 Jul 2007 22:24:41 +0900 (JST)
Subject: [ruby-cvs:20035] Ruby:r12799 (trunk): * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]

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

  New Revision: 12799

  Added files:
    trunk/ext/openssl/ossl_pkcs5.h
  Modified files:
    trunk/ChangeLog
    trunk/ext/digest/digest.c
    trunk/ext/dl/cfunc.c
    trunk/ext/openssl/ossl.h
    trunk/ext/openssl/ossl_x509name.c
    trunk/ext/sdbm/_sdbm.c
    trunk/ext/syck/syck.h
    trunk/include/ruby/win32.h
    trunk/win32/win32.c

  Log:
    * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format.  [ruby-dev:31222]
    
    * 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]
    
    * include/ruby/win32.h (rb_w32_getcwd): prototype added.
      [ruby-dev:31232]


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/openssl/ossl_x509name.c?r1=12799&r2=12798
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/win32.c?r1=12799&r2=12798
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/win32.h?r1=12799&r2=12798
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/openssl/ossl_pkcs5.h?revision=12799&view=markup
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/openssl/ossl.h?r1=12799&r2=12798
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=12799&r2=12798
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/syck/syck.h?r1=12799&r2=12798
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/digest/digest.c?r1=12799&r2=12798
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/sdbm/_sdbm.c?r1=12799&r2=12798
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/dl/cfunc.c?r1=12799&r2=12798


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