summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* moving autoload to require so that the correct files are requiredtenderlove2011-02-211-1/+1
* * ext/psych/lib/psych/json/ruby_events.rb: DRY up ruby event handlingtenderlove2011-02-213-28/+27
* * ext/psych/lib/psych/json/stream.rb: fix JSON stream emits to usetenderlove2011-02-211-1/+10
* * ext/openssl/ossl_cipher.c: parenthesize macro arguments.akr2011-02-201-7/+7
* * ext/openssl/ossl_bn.c: parenthesize macro arguments.akr2011-02-191-6/+6
* * ext/openssl/ossl.h: parenthesize macro arguments.akr2011-02-171-8/+8
* * ext/openssl/openssl_missing.h: parenthesize macro arguments.akr2011-02-161-13/+13
* * ext/gdbm/gdbm.c: parenthesize macro arguments.akr2011-02-151-4/+4
* * ext/fiddle/conversions.h: parenthesize macro arguments.akr2011-02-141-2/+2
* * ext/curses/curses.c: parenthesize macro arguments.akr2011-02-131-4/+4
* * thread.c (rb_thread_io_blocking_region): new function to runnobu2011-02-125-7/+8
* * ext/dl/cfunc.c: parenthesize macro arguments.akr2011-02-111-2/+2
* * ext/dl/dl.h: parenthesize macro arguments.akr2011-02-101-28/+28
* * ext/pty/pty.c: parenthesize macro arguments.akr2011-02-091-1/+1
* * ext/etc/etc.c: parenthesize macro arguments.akr2011-02-081-1/+1
* * ext/pty/pty.c (chfunc): suppress a warning.nobu2011-02-061-1/+2
* * ext/json/lib/json/common.rb (JSON::MissingUnicodeSupport.iconv):nobu2011-02-061-1/+1
* * ext/dbm/dbm.c: parenthesize macro arguments.akr2011-02-061-4/+4
* * ext/syck/rubyext.c (syck_node_init_copy): SyckNode is notnobu2011-02-051-1/+3
* * ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptrnobu2011-02-051-7/+20
* * ext/json/parser/parser.h (GET_PARSER): raise TypeError.nobu2011-02-053-3/+3
* * ext/json/parser/parser.h (GET_PARSER): check if initialized.nobu2011-02-053-7/+20
* * ext/json/parser/parser.rl: add local variables for emacs.nobu2011-02-052-18/+32
* * ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dupnobu2011-02-031-3/+1
* * ext/curses/curses.c (CHECK): unused macro removed.akr2011-02-031-2/+0
* e ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_resurrectnaruse2011-02-031-1/+2
* * ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_new_sharednaruse2011-02-031-1/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: use Regexp::NOENCODINGtenderlove2011-02-022-4/+2