summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2011-02-22* ext/openssl/ossl_digest.c: parenthesize macro arguments.akr
2011-02-21Apply documentation patch from mathew murphy. [Bug #4149]drbrain
2011-02-21* ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help withtenderlove
2011-02-21* ext/psych/lib/psych/streaming.rb: refactor streaming methods to atenderlove
2011-02-21should have used anchor, not oidtenderlove
2011-02-21* ext/psych/lib/psych/visitors/yaml_tree.rb (accept): use Hash#key?tenderlove
2011-02-21* ext/psych/lib/psych/json/yaml_events.rb: refactoring JSON eventtenderlove
2011-02-21* ext/psych/lib/psych/json/stream.rb: do not emit custom tags in mapstenderlove
2011-02-21moving autoload to require so that the correct files are requiredtenderlove
2011-02-21* ext/psych/lib/psych/json/ruby_events.rb: DRY up ruby event handlingtenderlove
2011-02-21* ext/psych/lib/psych/json/stream.rb: fix JSON stream emits to usetenderlove
2011-02-20* ext/openssl/ossl_cipher.c: parenthesize macro arguments.akr
2011-02-19* ext/openssl/ossl_bn.c: parenthesize macro arguments.akr
2011-02-17* ext/openssl/ossl.h: parenthesize macro arguments.akr
2011-02-16* ext/openssl/openssl_missing.h: parenthesize macro arguments.akr
2011-02-15* ext/gdbm/gdbm.c: parenthesize macro arguments.akr
2011-02-14* ext/fiddle/conversions.h: parenthesize macro arguments.akr
2011-02-13* ext/curses/curses.c: parenthesize macro arguments.akr
2011-02-12* thread.c (rb_thread_io_blocking_region): new function to runnobu
2011-02-11* ext/dl/cfunc.c: parenthesize macro arguments.akr
2011-02-10* ext/dl/dl.h: parenthesize macro arguments.akr
2011-02-09* ext/pty/pty.c: parenthesize macro arguments.akr
2011-02-08* ext/etc/etc.c: parenthesize macro arguments.akr
2011-02-06* ext/pty/pty.c (chfunc): suppress a warning.nobu
2011-02-06* ext/json/lib/json/common.rb (JSON::MissingUnicodeSupport.iconv):nobu
2011-02-06* ext/dbm/dbm.c: parenthesize macro arguments.akr
2011-02-05* ext/syck/rubyext.c (syck_node_init_copy): SyckNode is notnobu
2011-02-05* ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptrnobu
2011-02-05* ext/json/parser/parser.h (GET_PARSER): raise TypeError.nobu
2011-02-05* ext/json/parser/parser.h (GET_PARSER): check if initialized.nobu
2011-02-05* ext/json/parser/parser.rl: add local variables for emacs.nobu
2011-02-03* ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dupnobu
2011-02-03* ext/curses/curses.c (CHECK): unused macro removed.akr
2011-02-03e ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_resurrectnaruse
2011-02-03* ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_new_sharednaruse
2011-02-02* ext/psych/lib/psych/visitors/to_ruby.rb: use Regexp::NOENCODINGtenderlove
2011-02-02* ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regulartenderlove
2011-01-31* ext/io/console/console.c (console_set_winsize): new method to setnobu
2011-01-31* ext/io/console/console.c (console_winsize): use GetWriteFD.nobu
2011-01-30* string.c (rb_str_ellipsize): new function to ellipsize a string.nobu
2011-01-29* ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse
2011-01-28 * ext/dbm/extconf.rb: Added new header places for Fedora13.kosaki
2011-01-28* ext/zlib/zlib.c: parenthesize macro arguments.akr
2011-01-26 * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi
2011-01-24* string.c (rb_string_value_cstr): rb_str_modify can changenobu
2011-01-22reverting r30628 since this seems like a bug in libyamltenderlove
2011-01-22* ext/psych/lib/psych/visitors/to_ruby.rb: fixing merge key supporttenderlove
2011-01-22* ext/psych/lib/psych/visitors/to_ruby.rb: merge keys are actuallytenderlove
2011-01-22* ext/psych/parser.c (parse): fixing off-by-one error on line numberstenderlove
2011-01-22* ext/psych/parser.c (parse): add the file name to the exception whentenderlove