ruby--ruby/ext/syck
nobu cba32dcaa6 * 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]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-07-15 13:24:39 +00:00
..
.cvsignore add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
bytecode.c * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
depend * ext/syck/depend: commit miss. 2004-05-15 05:29:30 +00:00
emitter.c * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
extconf.rb Initial checkin of YAML substances. 2003-05-09 21:25:50 +00:00
gram.c * lib/yaml.rb: reworking YAML::Stream to use the new 2005-09-13 03:58:33 +00:00
gram.h * lib/yaml.rb: reworking YAML::Stream to use the new 2005-09-13 03:58:33 +00:00
handler.c * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
implicit.c * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
node.c * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
rubyext.c * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
syck.c * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
syck.h * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] 2007-07-15 13:24:39 +00:00
token.c * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
yaml2byte.c * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
yamlbyte.h * ext/syck/yamlbyte.h: Ditto. 2003-10-17 21:03:16 +00:00