summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2013-05-13proc.c: Kernel#singleton_methodnobu
2013-05-11disable test_fcntl_lock_linux on x32.akr
2013-05-10parse.y: invalid name as mere stringnobu
2013-05-08class.c: include modules onlynobu
2013-05-08class.c: exclude original modulenobu
2013-05-08* io.c (rb_io_ext_int_to_encs): ignore internal encoding if externalnaruse
2013-05-05* test/ruby/test_defined.rb (TestDefined#test_super_toplevel):nobu
2013-05-05insns.def: method entry from method framenobu
2013-05-02object.c: skip prepending modulesnobu
2013-05-02marshal.c: no overwriting ivarsnobu
2013-05-02* test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe nowusa
2013-04-30proc.c: frozen core methodsnobu
2013-04-27test_syntax.rb: split test_syntaxnobu
2013-04-25io.c: conversion from bom encodingnobu
2013-04-24parse.y: disallow $-nobu
2013-04-23* string.c (rb_str_inspect): refix r40413, on Ruby 1.9 usual characternaruse
2013-04-23string.c: fix for UTF-32nobu
2013-04-23* test/ruby/test_module.rbknu
2013-04-23* string.c (rb_str_inspect): NUL should not be represented asknu
2013-04-22marshal.c: fix marshal_load ivarnobu
2013-04-22Specify --disable-gemsnaruse
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
2013-04-20marshal.c: use ivars of marshal_dump datanobu
2013-04-19* string.c (str_scrub): add ruby method String#scrub which verify andnaruse
2013-04-19Add --disable-gems for tests which doesn't use rubygemsnaruse
2013-04-19test_module.rb: renamenobu
2013-04-19marshal.c: no duplicated encodingnobu
2013-04-18vm_method.c: fix visibility on anonymous modulenobu
2013-04-18dir.c: not skip dot directories if matchingnobu
2013-04-18* pack.c (pack_unpack): output characters even if the input doesn'tnaruse
2013-04-17envutil.rb: env hashnobu
2013-04-12vm_insnhelper.c: non-symbol keynobu
2013-04-11* test/ruby/test_regexp.rb: use require_relative to require local libraryxibbar
2013-04-09test_{env,hash}.rb: descriptive assertionsnobu
2013-04-09compile.c: append keyword hash to splatnobu
2013-04-08Suppress warningsnaruse
2013-04-08* object.c (rb_obj_ivar_set): call to_str for string only once.naruse
2013-04-07* object.c (rb_mod_cvar_set): call to_str for string only once.naruse
2013-04-07Regexp.escape(RUBY_PLATFORM)kazu
2013-04-06* test/ruby/test_require.rb (TestRequire#test_require_nonascii_path):shirosaki
2013-04-06add a comment.akr
2013-04-05parse.y: "nil" for defined? with empty expressionnobu
2013-04-05* load.c (features_index_add): use rb_str_subseq() to specify C stringshirosaki
2013-04-05compile.c: defined? with empty expressionnobu
2013-04-04object.c: avoid inadvertent symbol creationnobu
2013-04-04envutil.rb: assert stderr if marshal failednobu
2013-04-03Add comment.akr
2013-04-03* io.c (rb_io_seek_m): Accept :CUR, :END, :SET as "whence" argument.akr
2013-04-02* pack.c: Support Q! and q! for long long.akr
2013-04-02* re.c (rb_reg_to_s): suppress duplicated charclass warning.naruse