summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2004-11-18* string.c (str_gsub): internal buffer should not be listed bymatz
2004-11-18* hash.c (rb_f_getenv): prohibit for $SAFE=4. [ruby-dev:24908]matz
2004-11-18* parse.y (f_rest_arg): store rest args into invisible local variabenobu
2004-11-18* ext/readline/readline.c: check $SAFE.shugo
2004-11-17Wed Nov 17 23:47:30 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi
2004-11-17* lib/xmlrpc/parser.rb, test/xmlrpc/test_features.rb: fixed "assinging to con...mneumann
2004-11-17* test/openssl/ssl_server.rb: try to listen ports from 20443 to 20542gotoyuzo
2004-11-16added new test case (which spawn off a webrick XML-RPC server)mneumann
2004-11-16* fixed test cases so that they can be run from any directorymneumann
2004-11-16* applied patch by MoonWolf <moonwolf@moonwolf.com> to allow parsingmneumann
2004-11-15* imported and refactored original test casesmneumann
2004-11-13Sun Nov 14 08:46:33 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi
2004-11-11* test/ruby/test_file.rb (test_truncate_wbuf): we want to testusa
2004-11-08add DRb::ExtServManager#uri=.seki
2004-11-03* test/rss/*.rb: removed tab width configuration headers.kou
2004-11-01* lib/rss/maker/base.rb: changed xml-stylesheet's API of RSS Makerkou
2004-10-31* lib/rss/maker/*.rb: added RSS Maker.kou
2004-10-30* eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz
2004-10-29add a test for a problem of [ruby-talk:116455]akr
2004-10-29add test for [ruby-dev:24643].akr
2004-10-16* lib/rss/: untabified.kou
2004-10-16* lib/rss: supported prety print.kou
2004-10-15* ext/openssl/ossl_x509store.cgotoyuzo
2004-10-09* test/ripper/test_scanner_events.rb: test location information.aamine
2004-10-09add test for [ruby-dev:24460]akr
2004-10-03test String#sum for bits=0..7.akr
2004-10-03add test for String#sum.akr
2004-09-23* ext/ripper/Makefile.dev: removed.aamine
2004-09-20* test/ripper/test_scanner_events.rb: tokens must be reordered.aamine
2004-09-20* test/ripper/test_scanner_events.rb: test #lineno and #column.aamine
2004-09-20* parse.y [ripper]: adjust lineno and columns for multi-line strings.aamine
2004-09-20* parse.y [ripper]: unify old_lex_p and token_head.aamine
2004-09-19* test/ripper/test_scanner_events.rb: test spaces before heredoc mark.aamine
2004-09-17* array.c (rb_ary_delete): element comparison might change arraymatz
2004-09-13* ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optionalgotoyuzo
2004-09-12* ext/ripper: ripper extention added.aamine
2004-09-10* lib/fileutils.rb (mkdir_p): should pass mode argument to Dir.mkdir. [ruby-d...aamine
2004-09-08* ext/stringio/stringio.c (strio_write): zero fill a gap if exsts.nobu
2004-09-07don't modify $/akr
2004-09-07test_ungetc_paragraph: restore $/.akr
2004-09-07add test for [ruby-dev:24060], [ruby-dev:24065], [ruby-dev:24103],akr
2004-08-16check constants (Fcntl::F_SETFL, Fcntl::F_GETFL and Fcntl::O_NONBLOCK)akr
2004-08-16rescue NotImplementedError by fcntl.akr
2004-08-11add test.akr
2004-08-08* lib/fileutils.rb (cp_r): copies symlink to symlink, except cp_r root.aamine
2004-08-06* ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil.akr
2004-08-02* test/ruby/test_file.rb (test_fnmatch): added more tests.ocean
2004-07-28* eval.c (rb_call0): should call rb_call_super() directly formatz
2004-07-25* win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32'socean
2004-07-18* test/openssl/test_ssl.rb: add workaround for Cygwin.gotoyuzo