summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2009-10-17* marshal.c (id2encidx): register encoding name.nobu
2009-10-16* test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risknobu
2009-10-16* test/ruby/test_object.rb (test_respond_to_missing):nobu
2009-10-16* test/ruby/test_object.rb (test_remove_method): test for Bug#2202.nobu
2009-10-15* io.c (io_encoding_set): get rid of parsing non-ascii string, andnobu
2009-10-15* io.c (io_reopen): unread current buffer before telling thenobu
2009-10-14* ruby.c (process_options): script name should not be shown in annobu
2009-10-12* test/ruby/test_regexp.rb (TestRegexp#test_parse_kg): suppressnobu
2009-10-11* marshal.c (has_encoding): added for check the regexpnaruse
2009-10-08* tool/enc-unicode.rb: parse range notation of UnicodeData.txt.naruse
2009-10-04* marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu
2009-10-04add assertion message.akr
2009-10-03* vm_method.c (rb_add_method_def): no redefinition warning onnobu
2009-10-03* object.c (rb_f_integer): now Integer() takes optional basematz
2009-10-02* enum.c (enum_slice_before): take a pattern if no block given.akr
2009-09-30* vm_method.c (rb_add_method_def): show the location wherenobu
2009-09-29Escape as \x{XXXX} other than Unicode chars.naruse
2009-09-29* test/ruby/test_class.rb (test_method_redefinition): commit miss.nobu
2009-09-29* test/ruby/test_{class,module}.rb (test_method_redefinition): includenobu
2009-09-29* test/ruby/test_{class,module}.rb (test_method_redefinition): refined.nobu
2009-09-29* test/ruby/test_module.rb: suppress warnings.nobu
2009-09-29* vm_method.c (rb_add_method_def): nothing to do if old method hadnobu
2009-09-29* test/ruby/test_class.rb (test_module_function): tests for warnings.nobu
2009-09-29Refine tests arround String#inspect.naruse
2009-09-29* string.c (rb_str_inspect): dump as \uXXXX when thenaruse
2009-09-28git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...matz
2009-09-25* proc.c (missing_wrap): reverted.nobu
2009-09-25* proc.c (mnew): fix for instance method of Module, BasicObjectnobu
2009-09-24* proc.c (mnew): generate method object that wraps method_missing,matz
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