aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid.gotoyuzo2005-11-221-0/+74
* * file.c (rb_file_s_basename): skip slashes just after UNC top slashes.usa2005-11-221-15/+114
* * test/ruby/test_array.rb (test_misc): added some testsocean2005-11-201-0/+11
* * file.c (rb_file_s_dirname): should use skipprefix for UNC path.usa2005-11-181-6/+14
* * forgotten to save after rename method name.usa2005-11-181-1/+1
* * file.c (file_s_dirname): added checks for some patterns with driveusa2005-11-181-0/+71
* * lib/rss/1.0.rb: added convenience method 'resources'.kou2005-11-172-2/+3
* * lib/rss/taxonomy.rb: implemented taxonomy module.kou2005-11-171-0/+148
* * lib/rss/rss.rb (RSS::VERSION): 0.1.5 -> 0.1.6.kou2005-11-151-1/+1
* * array.c (rb_ary_fill): tail elements were vanished when the middleocean2005-11-151-0/+23
* * lib/shellwords.rb: refactored. [ruby-core:06581]nobu2005-11-081-0/+45
* * ext/openssl/ossl_cipher.c (ossl_cipher_update): input data mustgotoyuzo2005-10-301-0/+5
* * lib/webrick/httpservlet/cgihandler.rbgotoyuzo2005-10-303-0/+45
* * test/ruby/test_float.rb (test_precision): test by assert_in_delta.ocean2005-10-301-4/+4
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-227-18/+18
* * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu2005-10-221-0/+50