summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-09-10* test/dl: use require_relative to require test_base.rb.akr
2009-09-10* test/dl/test_cptr.rb (test_free=): test SEGV at first.akr
2009-09-10* test/ruby/envutil.rb (assert_normal_exit): Don't useakr
2009-09-09* lib/fileutils.rb (FileUtils::Entry_#copy_file): open the sourcenobu
2009-09-09* test/dl/test_dl2.rb (test_call_double, test_sin): fixed argumentnobu
2009-09-09* test/ruby/test_require.rb (test_relative): tests for require_relative.nobu
2009-09-09* load.c (rb_feature_provided): fixed for autoloading extensionnobu
2009-09-07* test/dl/test_{cfunc,ptr}.rb: added tests from Aaron Patterson.nobu
2009-09-07* io.c (rb_io_tell): adjustment for ungotten data.nobu
2009-09-05* compile.c (iseq_compile_each): op_asgn to aref should return rhs.nobu
2009-09-05* compile.c (iseq_compile_each): &&= and ||= should return rhs.nobu
2009-09-05* compile.c (iseq_compile_each): &&= and ||= should return rhs.nobu
2009-09-04* re.c (update_char_offset): position should be long.nobu
2009-09-04* test/ruby/test_io.rb (test_binmode_after_closed): test for [ruby-core:25363].nobu
2009-09-02* math.c (math_gamma): get rid of direct comparison between toonobu
2009-09-01Add tests of JSON 1.1.9.naruse
2009-08-31* test/ruby/test_argf.rb (assert_src_expected): refactored.nobu
2009-08-29* ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr;naruse
2009-08-27* vm_method.c (rb_remove_method_id): exported.nobu
2009-08-27* re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BITnaruse
2009-08-26* ext/strscan/strscan.c (strscan_set_string): set string should not benobu
2009-08-26* random.c (random_rand): fixed for edge cases of ranges.nobu
2009-08-26* random.c (random_rand): unified random_int and random_float.nobu
2009-08-26* test/test_tempfile.rb: merged from Hongli Lai's fork.nobu
2009-08-24* lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bugkou
2009-08-21* enumerator.c (ary2sv): add dup argument.akr
2009-08-21Change modestr syntax for BOM to "BOM|UTF-*".naruse
2009-08-19* enumerator.c (next_init): don't clear feedvalue.akr
2009-08-19* enumerator.c: implement Enumerator#{next_values,peek_values,feed}akr
2009-08-18* test/ruby/test_settracefunc.rb (test_return, test_return2): add twomame
2009-08-18* enumerator.c (enumerator_peek): new method Enumerator#peek. akr
2009-08-18Tue Aug 18 13:46:14 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-08-18* vm_insnhelper.c (vm_call_cfunc): ensure hook c-return.wanabe
2009-08-17* range.c (range_step): treat symbols specially so that iteratingmatz
2009-08-17* range.c (range_each): should honor to_str conversion.matz
2009-08-17* parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string):nobu
2009-08-16 * lib/date/format.rb (strptime): removed \v; since \s includes \v.tadf
2009-08-16 * complex.c (nucomp_rationalize) added. [experimental]tadf
2009-08-16* string.c (rb_str_upto): generate numerical sequence whenmatz
2009-08-16* parse.y (yylex): should dispatch scan-event even when followsnobu
2009-08-16rescue Encoding::ConverterNotFoundError.naruse
2009-08-15* regparse.c (add_ctype_to_cc_by_range): fix the firstnaruse
2009-08-15\d, \s and \w are now non Unicode class. [ruby-dev:39026]naruse
2009-08-14* re.c (rb_reg_preprocess_dregexp): change Exception class tonaruse
2009-08-12* test/ruby/test_marshal.rb (test_class_nonascii): test for non-ascii name cl...nobu
2009-08-12* class.c (rb_define_class_id_under, rb_define_module_id_under):nobu
2009-08-12* test/ruby/test_struct.rb (test_inspect): use assert_match.nobu
2009-08-12* string.c (rb_str_new_frozen): must not change encoding of frozennobu
2009-08-11* encoding.c (rb_enc_compatible): If a string is empty andnaruse
2009-08-11* test/ruby/test_rubyoptions.rb (test_shebang): fix for new behavior.nobu