summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2011-01-22* ext/psych/parser.c (parse): fix assertion error when reusing atenderlove
2011-01-21* ext/psych/lib/psych/nodes/node.rb: Make Psych::Nodes::Nodetenderlove
2011-01-20* ext/psych/lib/psych/visitors/json_tree.rb: Fix JSON emit fortenderlove
2011-01-19* ext/psych/lib/psych/coder.rb (represent_object): arbitrary objectstenderlove
2011-01-17* ext/psych/lib/psych/parser.rb (Mark): Adding a class to wraptenderlove
2011-01-17* ext/psych/lib/psych/visitors/json_tree.rb (visit_String): JSONtenderlove
2011-01-14The cast must use uint32_t. [ruby-core:34481]naruse
2011-01-14* ext/zlib/zlib.c (gzfile_check_footer): ISIZE (Input SIZE) innaruse
2011-01-12* ext/readline/extconf.rb: new checks for RL_PROMPT_START_IGNOREyugui
2011-01-09* ext/readline/readline.c: apply a patch from Nobuyoshi Nakada.kouji
2011-01-07reverting r30451 until I can figure out what is wrong.tenderlove
2011-01-06* ext/psych/lib/psych/json/tree_builder.rb (start_mapping): tagstenderlove
2011-01-05* ext/-test-/array/resize/resize.c (Init_resize): renamed methodnobu
2011-01-05* ext/stringio/stringio.c (get_strio, strio_set_string)nobu
2011-01-05* array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu
2011-01-05* dln.c (init_funcname_len): ignore rest from first dot.nobu
2011-01-05* ext/psych/lib/psych/visitors/yaml_tree.rb: use YAML 1.0 outputtenderlove