aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * ext/stringio/stringio.c (strio_write): insufficiently filled stringnobu2004-11-291-0/+10
* * test/io/nonblock/test_flush.rb: abandon tests when io/nonblock isnobu2004-11-291-2/+5
* * object.c (convert_type): [ruby-core:03845]matz2004-11-291-5/+0
* * test/io/nonblock/test_flush.rb: test transferred data.nobu2004-11-291-3/+7
* * io.c (fptr_finalize): must not use FILE after fclose().nobu2004-11-291-0/+22
* * lib/rss/rss.rb (RSS::NotSetError): added.kou2004-11-284-121/+150
* * regparse.c, test/ruby/test_regexp.rb: fixed problem with UTF-8 characters t...ksaito2004-11-281-0/+12
* * regexec.c, test/ruby/test_regexp.rb: fixed segmentation falut ([ruby-dev:24...ksaito2004-11-281-0/+4
* * lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: addedkou2004-11-273-0/+792
* * lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now,kou2004-11-272-25/+31
* * test/ruby/test_io.rb (test_gets_rs): add more tests.aamine2004-11-201-0/+27
* * test/runner.rb (CROSS_COMPILING): need to require rbconfig.rb beforeeban2004-11-201-1/+2
* * test/xmlrpc/test_webrick_server.rb : move `requrie "webrick/https"'eban2004-11-191-1/+1
* * lib/rss/maker/0.9.rb (RSS::Maker::RSS09::Image#have_required_values):kou2004-11-191-37/+3
* * lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou2004-11-1912-67/+840
* * lib/test/unit/collector/dir.rb: add support for directory nameeban2004-11-191-1/+1
* * ext/readline/readline.c (readline_s_set_completion_append_character):shugo2004-11-191-0/+9
* * string.c (str_gsub): internal buffer should not be listed bymatz2004-11-181-0/+50
* * hash.c (rb_f_getenv): prohibit for $SAFE=4. [ruby-dev:24908]matz2004-11-183-3/+3
* * parse.y (f_rest_arg): store rest args into invisible local variabenobu2004-11-181-0/+68
* * ext/readline/readline.c: check $SAFE.shugo2004-11-181-0/+57
* Wed Nov 17 23:47:30 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi2004-11-171-0/+26
* * lib/xmlrpc/parser.rb, test/xmlrpc/test_features.rb: fixed "assinging to con...mneumann2004-11-171-0/+5
* * test/openssl/ssl_server.rb: try to listen ports from 20443 to 20542gotoyuzo2004-11-173-38/+39
* added new test case (which spawn off a webrick XML-RPC server)mneumann2004-11-162-0/+128
* * fixed test cases so that they can be run from any directorymneumann2004-11-164-22/+15
* * applied patch by MoonWolf <moonwolf@moonwolf.com> to allow parsingmneumann2004-11-162-11/+27
* * imported and refactored original test casesmneumann2004-11-1515-0/+444
* Sun Nov 14 08:46:33 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi2004-11-131-2/+8
* * test/ruby/test_file.rb (test_truncate_wbuf): we want to testusa2004-11-111-3/+3
* add DRb::ExtServManager#uri=.seki2004-11-081-0/+1
* * test/rss/*.rb: removed tab width configuration headers.kou2004-11-0312-22/+30
* * lib/rss/maker/base.rb: changed xml-stylesheet's API of RSS Makerkou2004-11-011-8/+21
* * lib/rss/maker/*.rb: added RSS Maker.kou2004-10-3110-1/+1674
* * eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz2004-10-301-1/+1
* add a test for a problem of [ruby-talk:116455]akr2004-10-291-1/+5
* add test for [ruby-dev:24643].akr2004-10-291-0/+7
* * lib/rss/: untabified.kou2004-10-1610-1223/+1223
* * lib/rss: supported prety print.kou2004-10-161-1/+12
* * ext/openssl/ossl_x509store.cgotoyuzo2004-10-151-0/+32
* * test/ripper/test_scanner_events.rb: test location information.aamine2004-10-091-14/+40
* add test for [ruby-dev:24460]akr2004-10-091-0/+11
* test String#sum for bits=0..7.akr2004-10-031-1/+1
* add test for String#sum.akr2004-10-031-0/+19
* * ext/ripper/Makefile.dev: removed.aamine2004-09-233-449/+413
* * test/ripper/test_scanner_events.rb: tokens must be reordered.aamine2004-09-201-3/+4
* * test/ripper/test_scanner_events.rb: test #lineno and #column.aamine2004-09-201-19/+59
* * parse.y [ripper]: adjust lineno and columns for multi-line strings.aamine2004-09-201-6/+8
* * parse.y [ripper]: unify old_lex_p and token_head.aamine2004-09-201-4/+7
* * test/ripper/test_scanner_events.rb: test spaces before heredoc mark.aamine2004-09-191-30/+22