aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* renamed.akr2009-09-101-0/+0
* add tests for open-uri.akr2009-09-101-0/+151
* * test/dl: use require_relative to require test_base.rb.akr2009-09-106-6/+6
* * test/dl/test_cptr.rb (test_free=): test SEGV at first.akr2009-09-101-0/+15
* * test/ruby/envutil.rb (assert_normal_exit): Don't useakr2009-09-101-7/+6
* * lib/fileutils.rb (FileUtils::Entry_#copy_file): open the sourcenobu2009-09-091-0/+5
* * test/dl/test_dl2.rb (test_call_double, test_sin): fixed argumentnobu2009-09-091-6/+7
* * test/ruby/test_require.rb (test_relative): tests for require_relative.nobu2009-09-091-1/+19
* * load.c (rb_feature_provided): fixed for autoloading extensionnobu2009-09-091-0/+12
* * test/dl/test_{cfunc,ptr}.rb: added tests from Aaron Patterson.nobu2009-09-072-0/+77
* * io.c (rb_io_tell): adjustment for ungotten data.nobu2009-09-071-0/+6
* * compile.c (iseq_compile_each): op_asgn to aref should return rhs.nobu2009-09-051-0/+25
* * compile.c (iseq_compile_each): &&= and ||= should return rhs.nobu2009-09-051-2/+8
* * compile.c (iseq_compile_each): &&= and ||= should return rhs.nobu2009-09-051-17/+38
* * re.c (update_char_offset): position should be long.nobu2009-09-041-0/+8
* * test/ruby/test_io.rb (test_binmode_after_closed): test for [ruby-core:25363].nobu2009-09-041-0/+6
* * math.c (math_gamma): get rid of direct comparison between toonobu2009-09-021-0/+11
* Add tests of JSON 1.1.9.naruse2009-09-016-70/+153
* * test/ruby/test_argf.rb (assert_src_expected): refactored.nobu2009-08-311-53/+29
* * ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr;naruse2009-08-291-2/+4
* * vm_method.c (rb_remove_method_id): exported.nobu2009-08-271-0/+1
* * re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BITnaruse2009-08-271-0/+1
* * ext/strscan/strscan.c (strscan_set_string): set string should not benobu2009-08-261-0/+20
* * random.c (random_rand): fixed for edge cases of ranges.nobu2009-08-261-0/+8
* * random.c (random_rand): unified random_int and random_float.nobu2009-08-261-44/+50
* * test/test_tempfile.rb: merged from Hongli Lai's fork.nobu2009-08-261-4/+257
* * lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bugkou2009-08-241-0/+20
* * enumerator.c (ary2sv): add dup argument.akr2009-08-211-0/+22
* Change modestr syntax for BOM to "BOM|UTF-*".naruse2009-08-211-1/+1
* * enumerator.c (next_init): don't clear feedvalue.akr2009-08-191-0/+34
* * enumerator.c: implement Enumerator#{next_values,peek_values,feed}akr2009-08-191-0/+125
* * test/ruby/test_settracefunc.rb (test_return, test_return2): add twomame2009-08-181-0/+83
* * enumerator.c (enumerator_peek): new method Enumerator#peek. akr2009-08-181-0/+22
* Tue Aug 18 13:46:14 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-08-181-0/+0
* * vm_insnhelper.c (vm_call_cfunc): ensure hook c-return.wanabe2009-08-181-0/+2
* * range.c (range_step): treat symbols specially so that iteratingmatz2009-08-171-0/+4
* * range.c (range_each): should honor to_str conversion.matz2009-08-171-0/+3
* * parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string):nobu2009-08-171-0/+7
* * lib/date/format.rb (strptime): removed \v; since \s includes \v.tadf2009-08-161-0/+15
* * complex.c (nucomp_rationalize) added. [experimental]tadf2009-08-161-0/+55
* * string.c (rb_str_upto): generate numerical sequence whenmatz2009-08-161-0/+6
* * parse.y (yylex): should dispatch scan-event even when followsnobu2009-08-161-0/+5
* rescue Encoding::ConverterNotFoundError.naruse2009-08-161-2/+6
* * regparse.c (add_ctype_to_cc_by_range): fix the firstnaruse2009-08-151-0/+6
* \d, \s and \w are now non Unicode class. [ruby-dev:39026]naruse2009-08-151-0/+7
* * re.c (rb_reg_preprocess_dregexp): change Exception class tonaruse2009-08-141-7/+7
* * test/ruby/test_marshal.rb (test_class_nonascii): test for non-ascii name cl...nobu2009-08-121-0/+6
* * class.c (rb_define_class_id_under, rb_define_module_id_under):nobu2009-08-121-0/+7
* * test/ruby/test_struct.rb (test_inspect): use assert_match.nobu2009-08-121-1/+1
* * string.c (rb_str_new_frozen): must not change encoding of frozennobu2009-08-121-0/+13