.. |
enc
|
* test/ruby/enc/test_utf16.rb: feature changed in r20626.
|
2008-12-13 05:26:37 +00:00 |
allpairs.rb
|
* {ext,lib,test}/**/*.rb: removed trailing spaces.
|
2009-03-06 03:56:38 +00:00 |
beginmainend.rb
|
|
|
endblockwarn_rb
|
|
|
envutil.rb
|
* test/ruby/test_{class,module}.rb (test_method_redefinition): refined.
|
2009-09-29 06:26:46 +00:00 |
lbtest.rb
|
|
|
marshaltestlib.rb
|
Add test for marshaling regexp.
|
2009-07-10 05:51:28 +00:00 |
sentence.rb
|
|
|
test_alias.rb
|
* vm_method.c (me_opts): fixed optimized method aliasing.
|
2009-07-19 02:00:27 +00:00 |
test_argf.rb
|
remove temporally files explicitly.
|
2009-09-13 17:59:49 +00:00 |
test_array.rb
|
* thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to short-circuit to the outermost level in case of recursion
|
2009-09-15 21:30:50 +00:00 |
test_assignment.rb
|
* compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()
|
2009-09-18 07:15:06 +00:00 |
test_autoload.rb
|
* load.c (rb_feature_provided): fixed for autoloading extension
|
2009-09-09 06:46:31 +00:00 |
test_basicinstructions.rb
|
* compile.c (iseq_compile_each): op_asgn to aref should return rhs.
|
2009-09-05 06:21:15 +00:00 |
test_beginendblock.rb
|
|
|
test_bignum.rb
|
* bignum.c (rb_big_fdiv): checks whether the given second argument
|
2009-06-17 12:55:16 +00:00 |
test_call.rb
|
|
|
test_case.rb
|
* test/ruby/test_case.rb (TestCase#test_deoptimization):
|
2009-07-13 15:47:20 +00:00 |
test_class.rb
|
* vm_method.c (rb_add_method_def): no redefinition warning on
|
2009-10-03 12:19:19 +00:00 |
test_clone.rb
|
|
|
test_comparable.rb
|
|
|
test_complex.rb
|
* complex.c (nucomp_hash), rational.c (nurat_hash): not to use
|
2009-07-25 04:44:36 +00:00 |
test_complex2.rb
|
|
|
test_complexrational.rb
|
|
|
test_condition.rb
|
|
|
test_const.rb
|
|
|
test_continuation.rb
|
|
|
test_defined.rb
|
|
|
test_dir.rb
|
* dir.c (GlobPathValue), file.c (rb_get_path_check): path names
|
2009-09-19 08:33:01 +00:00 |
test_econv.rb
|
* enc/trans/utf8_mac.trans: Add converter for UTF8-MAC.
|
2009-04-26 14:21:43 +00:00 |
test_encoding.rb
|
New API Encoding#ascii_compatible?.
|
2009-08-08 23:25:32 +00:00 |
test_enum.rb
|
* enum.c (enum_slice_before): take a pattern if no block given.
|
2009-10-02 11:50:11 +00:00 |
test_enumerator.rb
|
* enumerator.c (ary2sv): add dup argument.
|
2009-08-21 15:51:35 +00:00 |
test_env.rb
|
* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.
|
2008-10-04 13:25:12 +00:00 |
test_eval.rb
|
* parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string):
|
2009-08-17 05:35:10 +00:00 |
test_exception.rb
|
* id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longer
|
2009-07-16 09:28:12 +00:00 |
test_fiber.rb
|
* cont.c (cont_capture, fiber_store): reraise transferred error.
|
2009-06-01 02:21:31 +00:00 |
test_file.rb
|
* io.c (rb_io_rewind): should reset fptr->readconv if it's
|
2008-10-29 16:40:05 +00:00 |
test_file_exhaustive.rb
|
* dir.c (GlobPathValue), file.c (rb_get_path_check): path names
|
2009-09-19 08:33:01 +00:00 |
test_fixnum.rb
|
|
|
test_float.rb
|
* numeric.c (flo_cmp): Infinity is greater than any bignum
|
2009-06-17 17:05:31 +00:00 |
test_fnmatch.rb
|
|
|
test_gc.rb
|
* {ext,lib,test}/**/*.rb: removed trailing spaces.
|
2009-03-06 03:56:38 +00:00 |
test_hash.rb
|
remove test for recursive hash key. [ruby-core:22921]
|
2009-07-17 00:18:34 +00:00 |
test_ifunless.rb
|
|
|
test_integer.rb
|
* object.c (rb_f_integer): now Integer() takes optional base
|
2009-10-03 10:18:14 +00:00 |
test_integer_comb.rb
|
|
|
test_io.rb
|
* io.c (io_reopen): unread current buffer before telling the
|
2009-10-15 05:58:00 +00:00 |
test_io_m17n.rb
|
* io.c (io_encoding_set): get rid of parsing non-ascii string, and
|
2009-10-15 06:14:16 +00:00 |
test_iterator.rb
|
|
|
test_lambda.rb
|
|
|
test_literal.rb
|
* compile.c (compile_dstr_fragments): reduced needless literal.
|
2009-07-20 10:01:05 +00:00 |
test_m17n.rb
|
Escape as \x{XXXX} other than Unicode chars.
|
2009-09-29 15:02:59 +00:00 |
test_m17n_comb.rb
|
* {ext,lib,test}/**/*.rb: removed trailing spaces.
|
2009-03-06 03:56:38 +00:00 |
test_marshal.rb
|
* marshal.c (has_encoding): added for check the regexp
|
2009-10-11 18:49:41 +00:00 |
test_math.rb
|
add assertion message.
|
2009-10-04 00:00:18 +00:00 |
test_metaclass.rb
|
* test/ruby/test_metaclass.rb: removed codes for my debugging.
|
2008-12-17 00:58:10 +00:00 |
test_method.rb
|
* proc.c (rb_method_entry_arity): support optimized method (send).
|
2009-07-28 10:41:11 +00:00 |
test_mixed_unicode_escapes.rb
|
|
|
test_module.rb
|
* vm_method.c (rb_add_method_def): no redefinition warning on
|
2009-10-03 12:19:19 +00:00 |
test_notimp.rb
|
* class.c (rb_define_method_id): use rb_define_notimplement_method_id
|
2009-04-16 14:17:14 +00:00 |
test_numeric.rb
|
* vm_method.c (rb_remove_method_id): exported.
|
2009-08-27 09:31:11 +00:00 |
test_object.rb
|
* test/ruby/test_object.rb (test_respond_to_missing):
|
2009-10-16 03:07:21 +00:00 |
test_objectspace.rb
|
|
|
test_optimization.rb
|
|
|
test_pack.rb
|
* pack.c (pack_pack): fixed length for odd length string.
|
2008-12-08 09:31:44 +00:00 |
test_parse.rb
|
* {ext,lib,test}/**/*.rb: removed trailing spaces.
|
2009-03-06 03:56:38 +00:00 |
test_path.rb
|
* test/ruby/test_path.rb (test_extname): test for r19596.
|
2009-03-01 05:16:14 +00:00 |
test_pipe.rb
|
|
|
test_primitive.rb
|
* {ext,lib,test}/**/*.rb: removed trailing spaces.
|
2009-03-06 03:56:38 +00:00 |
test_proc.rb
|
* proc.c (proc_binding): allow proc from method. [ruby-core:25589]
|
2009-09-21 08:12:12 +00:00 |
test_process.rb
|
* test/ruby/test_process.rb (test_rlimit_value): rlim_max may be
|
2009-09-13 02:43:52 +00:00 |
test_rand.rb
|
* random.c (random_rand): fixed for edge cases of ranges.
|
2009-08-26 14:58:44 +00:00 |
test_range.rb
|
* string.c (rb_str_upto): keep first width. [ruby-dev:39361]
|
2009-09-23 04:14:23 +00:00 |
test_rational.rb
|
* complex.c (nucomp_rationalize) added. [experimental]
|
2009-08-16 23:17:14 +00:00 |
test_rational2.rb
|
|
|
test_readpartial.rb
|
* test/ruby/test_readpartial.rb (make_pipe): readpartial does not
|
2009-02-02 23:21:10 +00:00 |
test_regexp.rb
|
* test/ruby/test_regexp.rb (TestRegexp#test_parse_kg): suppress
|
2009-10-12 10:55:40 +00:00 |
test_require.rb
|
* test/ruby/test_require.rb (test_relative): test without current
|
2009-09-12 15:52:03 +00:00 |
test_rubyoptions.rb
|
* ruby.c (process_options): script name should not be shown in an
|
2009-10-14 04:24:16 +00:00 |
test_settracefunc.rb
|
* test/ruby/test_settracefunc.rb (test_return, test_return2): add two
|
2009-08-18 17:55:26 +00:00 |
test_signal.rb
|
* test/ruby/test_signal.rb (TestSignal#test_exit_action): Thread
|
2008-10-24 01:28:32 +00:00 |
test_sleep.rb
|
* test/ruby/test_sleep.rb (test_sleep_5sec): stop gc.
|
2009-01-02 14:49:58 +00:00 |
test_sprintf.rb
|
* sprintf.c (rb_str_format): checks if named argument given twice.
|
2009-03-27 23:49:52 +00:00 |
test_sprintf_comb.rb
|
add test for %B.
|
2008-10-14 14:08:36 +00:00 |
test_string.rb
|
* string.c (rb_str_upto): keep first width. [ruby-dev:39361]
|
2009-09-23 04:14:23 +00:00 |
test_stringchar.rb
|
|
|
test_struct.rb
|
* class.c (rb_define_class_id_under, rb_define_module_id_under):
|
2009-08-12 06:32:21 +00:00 |
test_super.rb
|
* vm_insnhelper.c (vm_search_superclass): checks for implicit
|
2009-07-10 01:25:26 +00:00 |
test_symbol.rb
|
* {ext,lib,test}/**/*.rb: removed trailing spaces.
|
2009-03-06 03:56:38 +00:00 |
test_system.rb
|
* ruby.c (load_file_internal): assumes -x flag if no "ruby" is in
|
2009-08-05 10:19:18 +00:00 |
test_thread.rb
|
* test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risk
|
2009-10-16 03:10:31 +00:00 |
test_time.rb
|
don't use a string for Time.at argument.
|
2009-07-02 11:04:11 +00:00 |
test_trace.rb
|
* {ext,lib,test}/**/*.rb: removed trailing spaces.
|
2009-03-06 03:56:38 +00:00 |
test_transcode.rb
|
* transcode.c: added check for frozen string for encode! (see Bug #1836)
|
2009-07-30 09:40:06 +00:00 |
test_unicode_escape.rb
|
* {ext,lib,test}/**/*.rb: removed trailing spaces.
|
2009-03-06 03:56:38 +00:00 |
test_variable.rb
|
* {ext,lib,test}/**/*.rb: removed trailing spaces.
|
2009-03-06 03:56:38 +00:00 |
test_whileuntil.rb
|
* {ext,lib,test}/**/*.rb: removed trailing spaces.
|
2009-03-06 03:56:38 +00:00 |
test_yield.rb
|
* test/ruby/test_proc.rb (test_proc_args_unleashed): test for
|
2008-10-25 09:47:54 +00:00 |
ut_eof.rb
|
|
|