aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regulartenderlove2011-02-022-2/+6
* * ext/io/console/console.c (console_set_winsize): new method to setnobu2011-01-311-0/+59
* * ext/io/console/console.c (console_winsize): use GetWriteFD.nobu2011-01-311-11/+1
* * string.c (rb_str_ellipsize): new function to ellipsize a string.nobu2011-01-301-0/+13
* * ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse2011-01-291-0/+2
* * ext/dbm/extconf.rb: Added new header places for Fedora13.kosaki2011-01-281-3/+3
* * ext/zlib/zlib.c: parenthesize macro arguments.akr2011-01-281-1/+1
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi2011-01-261-0/+3
* * string.c (rb_string_value_cstr): rb_str_modify can changenobu2011-01-241-0/+20
* reverting r30628 since this seems like a bug in libyamltenderlove2011-01-221-1/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: fixing merge key supporttenderlove2011-01-221-2/+11
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge keys are actuallytenderlove2011-01-221-7/+1
* * ext/psych/parser.c (parse): fixing off-by-one error on line numberstenderlove2011-01-221-1/+1
* * ext/psych/parser.c (parse): add the file name to the exception whentenderlove2011-01-221-1/+10