summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-06-07getsockname returns "" on MacOS Xakr
2006-06-07* test/socket/{test_nonblock.rb, test_socket.rb}: Windows support.usa
2006-06-05* ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr
2006-06-04fix tests.akr
2006-06-04* ext/socket/socket.c: fix sockaddr_un handling.akr
2006-06-01* ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr
2006-05-18* lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters,gotoyuzo
2006-05-08* ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.gotoyuzo
2006-05-06* should not test in the environment that does not have win32olesuke
2006-05-06*** empty log message ***suke
2006-05-01ext/win32ole/win32ole.c (add_event_call_back): should notsuke
2006-04-30ole_param_ole_type should return "unknown type" string when ITypeInfo::GetFun...suke
2006-04-30add test/win32ole/test_win32ole_variant.rb.suke
2006-04-08add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspectsuke
2006-04-07WIN32OLE_TYPELIB.new accepts OLE files.suke
2006-04-01add test_win32ole_method.rbsuke
2006-04-01add WIN32OLE_TYPE#inspect, WIN32OLE_VARIABLE#inspectsuke
2006-03-04fix string interpolationakr
2006-03-04* gc.c (id2ref): fix symbol test.akr
2006-02-24quote pathnames in the server's command line for space containedseki
2006-02-22* lib/pathname.rb (Pathname#each_filename): use split_names properly.akr
2006-02-22* test/webrick/test_cgi.rb: should support platforms which searchusa
2006-02-20* mkconfig.rb: generate RbConfig instead of Config.akr
2006-02-17* eval.c (ev_const_get): simplified using rb_const_get_fallback().matz
2006-02-17* util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean
2006-02-05test small structs.akr
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2006-01-16* ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):ocean
2006-01-10* lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded inocean
2006-01-10* lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean
2006-01-01* win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean
2005-12-29fix "-e:1: undefined method `sub' for main:Object (NoMethodError)"akr
2005-12-29* eval.c (rb_mod_define_method): should save safe_level in thematz
2005-12-29* eval.c (rb_mod_define_method): should save safe_level in thematz
2005-12-29* test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead ofakr
2005-12-21* test/pathname/test_pathname.rb (test_kernel_open): useakr
2005-12-19* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu
2005-12-15require tempdir instead of tempfile.akr
2005-12-12* test/openssl/test_ssl.rb (test_parallel): call GC.start to closegotoyuzo
2005-12-11(test_remote_array_and_hash): pseudo remote objects are protectedseki
2005-11-30* misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz
2005-11-26* lib/pathname.rb: use File.basename to decompose pathnames.akr
2005-11-25* range.c (range_max): treat end exclusion without iteration ifmatz
2005-11-25* lib/rss/rss.rb: added backward compatibility codes.kou
2005-11-25* lib/rss/rss.rb: improved type conversion.kou
2005-11-25* test/rss/test_2.0.rb: added RSS 2.0 tests.kou
2005-11-23* lib/rss/parser.rb: added entity handling type predicate.kou
2005-11-23* lib/rss/: use #__send__ instead of #send.kou
2005-11-23* test/rss/test_taxonomy.rb: use #reject directory.kou