summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2009-09-23* parse.y (assign_in_cond): also should warn assignment to dvar innobu
2009-09-23* string.c (rb_str_upto): keep first width. [ruby-dev:39361]nobu
2009-09-22* enum.c (enum_chunk): new method Enumerable#chunk.akr
2009-09-21* proc.c (proc_binding): allow proc from method. [ruby-core:25589]nobu
2009-09-19* dir.c (GlobPathValue), file.c (rb_get_path_check): path namesnobu
2009-09-18* marshal.c (r_object0): entry regexp object before its encodingnobu
2009-09-18* compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()nobu
2009-09-16* test/ruby/test_thread.rb (TestThread#test_recursive): removematz
2009-09-15* thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre
2009-09-15Use rb_isspace for ASCII-incompatible strings.naruse
2009-09-14* string.c (rb_str_lstrip_bang): use ascii_isspace(). [ruby-dev:39322]matz
2009-09-13remove temporally files explicitly.akr
2009-09-13make tempfile prefix more descriptive.akr
2009-09-13* test/ruby/test_process.rb (test_rlimit_value): rlim_max may benobu
2009-09-12* test/ruby/test_require.rb (test_relative): test without currentnobu
2009-09-12* vm_method.c (rb_alias): hooks are called from rb_add_method_def.nobu
2009-09-12* vm_method.c (rb_add_method, rb_add_method_me): call method addednobu
2009-09-10* test/ruby/envutil.rb (assert_normal_exit): Don't useakr
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* 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-08-31* test/ruby/test_argf.rb (assert_src_expected): refactored.nobu
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* 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-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-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 * complex.c (nucomp_rationalize) added. [experimental]tadf
2009-08-16* string.c (rb_str_upto): generate numerical sequence whenmatz
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