aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* * test/socket/{test_nonblock.rb, test_socket.rb}: Windows support.usa2006-06-072-14/+14
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr2006-06-051-0/+9
* fix tests.akr2006-06-042-5/+6
* * ext/socket/socket.c: fix sockaddr_un handling.akr2006-06-041-1/+127
* * ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr2006-06-011-0/+171
* * lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters,gotoyuzo2006-05-181-0/+64
* * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.gotoyuzo2006-05-082-9/+51
* * should not test in the environment that does not have win32olesuke2006-05-0610-11/+223
* *** empty log message ***suke2006-05-062-221/+0
* ext/win32ole/win32ole.c (add_event_call_back): should notsuke2006-05-013-0/+210
* ole_param_ole_type should return "unknown type" string when ITypeInfo::GetFun...suke2006-04-302-80/+122
* add test/win32ole/test_win32ole_variant.rb.suke2006-04-301-0/+104
* add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspectsuke2006-04-082-0/+89
* WIN32OLE_TYPELIB.new accepts OLE files.suke2006-04-071-0/+4
* add test_win32ole_method.rbsuke2006-04-011-0/+132
* add WIN32OLE_TYPE#inspect, WIN32OLE_VARIABLE#inspectsuke2006-04-013-0/+297
* fix string interpolationakr2006-03-041-2/+3
* * gc.c (id2ref): fix symbol test.akr2006-03-041-0/+35
* quote pathnames in the server's command line for space containedseki2006-02-241-1/+1
* * lib/pathname.rb (Pathname#each_filename): use split_names properly.akr2006-02-221-0/+6
* * test/webrick/test_cgi.rb: should support platforms which searchusa2006-02-221-0/+7
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-206-12/+12
* * eval.c (ev_const_get): simplified using rb_const_get_fallback().matz2006-02-171-13/+12
* * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean2006-02-172-0/+4
* test small structs.akr2006-02-051-0/+16
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-032-2/+13
* * ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):ocean2006-01-161-0/+19
* * lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded inocean2006-01-101-0/+17
* * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean2006-01-101-0/+11
* * win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean2006-01-011-0/+42
* fix "-e:1: undefined method `sub' for main:Object (NoMethodError)"akr2005-12-291-1/+1
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-1/+1
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-7/+7
* * test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead ofakr2005-12-291-4/+4
* * test/pathname/test_pathname.rb (test_kernel_open): useakr2005-12-211-5/+1
* * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu2005-12-191-0/+27
* require tempdir instead of tempfile.akr2005-12-151-1/+1
* * test/openssl/test_ssl.rb (test_parallel): call GC.start to closegotoyuzo2005-12-121-0/+1
* (test_remote_array_and_hash): pseudo remote objects are protectedseki2005-12-111-2/+6
* * misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz2005-11-301-6/+0
* * lib/pathname.rb: use File.basename to decompose pathnames.akr2005-11-262-4/+465
* * range.c (range_max): treat end exclusion without iteration ifmatz2005-11-251-0/+20
* * lib/rss/rss.rb: added backward compatibility codes.kou2005-11-253-8/+18
* * lib/rss/rss.rb: improved type conversion.kou2005-11-2514-104/+250
* * test/rss/test_2.0.rb: added RSS 2.0 tests.kou2005-11-253-27/+384
* * lib/rss/parser.rb: added entity handling type predicate.kou2005-11-231-0/+13
* * lib/rss/: use #__send__ instead of #send.kou2005-11-237-70/+79
* * test/rss/test_taxonomy.rb: use #reject directory.kou2005-11-231-2/+2
* * lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSSkou2005-11-236-11/+344
* * lib/rss/rss.rb: fixed a indentation bug.kou2005-11-231-9/+21