summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2011-01-05* SSL_shutdown should be called until the return value is non-zero:tenderlove
2011-01-05* Use _WIN32 rather than checking for windows.h. Thanks Jon Forums!tenderlove
2011-01-01* ext/zlib/zlib.c: take care of platforms where long is biggernobu
2010-12-31* ext/zlib/zlib.c (sizeof): zlib.h mistakenly assumes the resultnobu
2010-12-29* ext/extmk.rb: strip current directory prefix.nobu
2010-12-27* ext/fiddle/extconf.rb: check for windows.h while building fiddle.tenderlove
2010-12-27* ext/zlib/zlib.c (Init_zlib): Add Zlib.defale and Zlib.inflate.naruse
2010-12-27Update rdoc of zlib.naruse
2010-12-26* ext/socket/mkconstants.rb: add IF_NAMESIZE.akr
2010-12-26* ext/ripper/depend (ripper.y): fix messages with nmake.nobu
2010-12-26* ext/socket/mkconstants.rb: define INET_ADDRSTRLEN as 16 if notakr
2010-12-26fix a typo.akr
2010-12-26* ext/socket/option.c: define IFNAMSIZ if not available.akr
2010-12-26update comment.akr
2010-12-26* ext/socket/option.c (rb_if_indextoname): new function to abstractakr
2010-12-25* ext/dl/win32/registry.rb: Corrected RegCreateKeyExA signature.luislavena
2010-12-25This ifdef should be useless after r30374.naruse
2010-12-25 * ext/socket/extconf.rb: Fix build error which was introduced r30372.kosaki
2010-12-25* ext/socket/extconf.rb: check the existence of if_indextoname().usa
2010-12-25* ext/socket/option.c (inspect_ipv4_add_drop_membership): new functionakr
2010-12-25* ext/socket/option.c (inspect_ipv6_mreq): new function to inspectakr
2010-12-25 * ext/pty/pty.c (chfunc): Added rb_thread_atfork_before_exec().kosaki
2010-12-25* ext/json/generator/generator.{c,h} (fbuffer_free_only_buffer):nobu
2010-12-25* ext/zlib/zlib.c (gzreader_gets): support optional lengthnobu
2010-12-25* ext/zlib/zlib.c (gzfile_read, gzfile_readpartial): length shouldnobu
2010-12-25* ext/json/generator/generator.c (fbuffer_free): unused.nobu