зеркало из https://github.com/github/ruby.git
eadaa8ba8b
* ext/bigdecimal/bigdecimal.c (BigDecimal_new): use PRIsVALUE for rb_raise() and rb_warn(). * ext/openssl/ossl_cipher.c (ossl_cipher_init): ditto. * ext/racc/cparse/cparse.c (extract_user_token): ditto. * ext/syslog/syslog.c (mSyslog_log): ditto. * ext/openssl/ossl.h (OSSL_Check_Kind, OSSL_Check_Instance): now ossl_raise() also accepts PRIsVALUE. * ext/openssl/ossl_asn1.c (ossl_asn1_default_tag): git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
---|---|---|
.. | ||
README | ||
cparse.c | ||
extconf.rb |
README
Racc Runtime README =================== This directory contains a runtime library of Racc parser generator. If you want to generate your own parser, you must get Racc full package. Get it from: - http://i.loveruby.net/en/projects/racc - https://github.com/tenderlove/racc