aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/win32ole/extconf.rb (create_docfile): removed. should notnobu2011-03-172-14/+1
* * include/ruby/ruby.h (rb_funcall_passing_block): add prototype.nobu2011-03-172-0/+32
* * ext/openssl/ossl_x509name.c: parenthesize macro arguments.akr2011-03-161-7/+7
* * ext/socket/ipsocket.c (init_inetsock_internal): raise an error onakr2011-03-161-1/+1
* * ext/openssl/lib/openssl/buffering.rb (module OpenSSL): #flush shoulddrbrain2011-03-161-0/+2
* de-nest the Buffering moduledrbrain2011-03-161-63/+173
* * ext/openssl/ossl_x509ext.c: parenthesize macro arguments.akr2011-03-151-11/+11
* * ext/openssl/ossl_x509crl.c: parenthesize macro arguments.akr2011-03-151-6/+6
* * ext/openssl/ossl_x509cert.c: parenthesize macro arguments.akr2011-03-141-6/+6
* * ext/openssl/ossl_x509attr.c: parenthesize macro arguments.akr2011-03-131-6/+6
* * ext/openssl/ossl_ssl_session.c: parenthesize macro arguments.akr2011-03-111-4/+4
* * ext/date/date_core.c ({d,dt}_lite_marshal_load): checks the given argument.tadf2011-03-111-8/+24
* * ext/date/date_core.c: changed some directives.tadf2011-03-112-5/+5
* * ext/date/date_core.c, ext/date/lib/*: moved rdoc descriptions.tadf2011-03-113-192/+675
* * ext/date/lib: moved from lib.tadf2011-03-113-0/+3193
* * ext/openssl/ossl_ssl.h: parenthesize macro arguments.akr2011-03-101-4/+4
* * ext/openssl/ossl_ssl.c: parenthesize macro arguments.akr2011-03-091-4/+4
* * ext/psych/lib/psych/visitors/yaml_tree.rb: Rescue exceptions whentenderlove2011-03-091-12/+22
* * ext/extmk.rb: nmake substitutes all occurences in macro.nobu2011-03-081-4/+4
* * ext/extmk.rb: workaround for nmake.nobu2011-03-081-4/+4
* * ext/openssl/ossl_rand.c: parenthesize macro arguments.akr2011-03-081-2/+2
* * common.mk (configure-ext, build-ext), ext/extmk.rb (extmake):nobu2011-03-081-12/+63
* * ext/openssl/ossl_pkey_rsa.c: parenthesize macro arguments.akr2011-03-071-2/+2
* cancel subversion backfire. sorrymatz2011-03-079-70/+70
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-079-70/+70
* fix of ext/date/date_core.nobu2011-03-062-29/+17
* * ext/openssl/ossl_pkey_ec.c: parenthesize macro arguments.akr2011-03-061-22/+22
* * ext/openssl/ossl_pkey_dsa.c: parenthesize macro arguments.akr2011-03-031-2/+2
* * ext/openssl/ossl_pkey_dh.c: parenthesize macro arguments.akr2011-03-021-2/+2
* * ext/openssl/ossl_pkey.h: parenthesize macro arguments.akr2011-03-011-8/+8
* * ext/bigdecimal/bigdecimal.c (VpMemAlloc): CVE-2011-0188.mrkn2011-03-011-4/+4
* * ext/openssl/ossl_pkcs7.c: parenthesize macro arguments.akr2011-02-281-19/+19
* * ext/openssl/ossl_pkcs12.c: parenthesize macro arguments.akr2011-02-281-6/+6
* * ext/openssl/ossl_ocsp.c: parenthesize macro arguments.akr2011-02-281-24/+24
* * ext/openssl/ossl_cipher.c (ossl_cipher_init): typo fix.shyouhei2011-02-281-1/+1
* * ext/date/date_core.c (datetime_s_now): localtime() and localtime_r()usa2011-02-281-5/+7
* * ext/openssl/ossl_ns_spki.c: parenthesize macro arguments.akr2011-02-271-4/+4
* * ext/date/date_core.c: adjust indent.nobu2011-02-261-161/+161
* * lib/date.rb: [Feature #4257]tadf2011-02-262-0/+3633
* * ext/psych/lib/psych/scalar_scanner.rb: fix parsing timezone's whosetenderlove2011-02-251-1/+1
* * ext/openssl/ossl_hmac.c: parenthesize macro arguments.akr2011-02-241-5/+5
* * ext/openssl/ossl_engine.c: parenthesize macro arguments.akr2011-02-231-6/+6
* * ext/openssl/ossl_digest.c: parenthesize macro arguments.akr2011-02-221-4/+4
* Apply documentation patch from mathew murphy. [Bug #4149]drbrain2011-02-211-2/+176
* * ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help withtenderlove2011-02-211-1/+1
* * ext/psych/lib/psych/streaming.rb: refactor streaming methods to atenderlove2011-02-215-19/+34
* should have used anchor, not oidtenderlove2011-02-211-2/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb (accept): use Hash#key?tenderlove2011-02-211-3/+6
* * ext/psych/lib/psych/json/yaml_events.rb: refactoring JSON eventtenderlove2011-02-213-42/+34
* * ext/psych/lib/psych/json/stream.rb: do not emit custom tags in mapstenderlove2011-02-212-3/+3