summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-04-08* lib/cgi/util.rb (CGI::unescapeHTML): fix Hexadecimal numeric character.xibbar
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* ext/socket/rubysocket.h (SockAddrStringValueWithAddrinfo): New macro.akr
2013-04-06* ext/socket: Improve socket exception message to show socket address.akr
2013-04-06* test/ruby/test_require.rb (TestRequire#test_require_nonascii_path):shirosaki
2013-04-06* test/dtrace/helper.rb (DTrace::TestCase#trap_probe): needs to passnobu
2013-04-06add a comment.akr
2013-04-05* ext/psych/lib/psych/visitors/yaml_tree.rb: fix symbol keys in codertenderlove
2013-04-05change test name to be more helpfultenderlove
2013-04-05parse.y: "nil" for defined? with empty expressionnobu
2013-04-05* ext/psych/lib/psych/visitors/to_ruby.rb: correctly registertenderlove
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-05curses.c: fix functionnobu
2013-04-05* test/test_curses.rb: tests for getch.nobu
2013-04-04object.c: avoid inadvertent symbol creationnobu
2013-04-04* ext/pathname/pathname.c (path_write): New method.akr
2013-04-04envutil.rb: assert stderr if marshal failednobu
2013-04-04struct.c: avoid inadvertent symbol creationnobu
2013-04-04object.c: avoid inadvertent symbol creationnobu
2013-04-04enum.c: avoid inadvertent symbol creationnobu
2013-04-04thread.c: avoid inadvertent symbol creationnobu
2013-04-03* ext/openssl/ossl_bn.c (ossl_bn_initialize): fix can't create from bn.naruse
2013-04-03Add comment.akr
2013-04-03* io.c (rb_io_seek_m): Accept :CUR, :END, :SET as "whence" argument.akr
2013-04-03bignum.c: Bignum zero comparisonnobu
2013-04-02* pack.c: Support Q! and q! for long long.akr
2013-04-02* ext/-test-/num2int/num2int.c: Define utility methodsakr
2013-04-02* re.c (rb_reg_to_s): suppress duplicated charclass warning.naruse
2013-04-02Add ignore_stderr because it outputs "circular require" warningsnaruse
2013-04-02Use assert_separately to speed up on test-allnaruse
2013-04-02* test/ruby/envutil.rb (assert_separately): stop_auto_run ofnaruse
2013-04-02Suppress warningsnaruse
2013-04-02use long_ary to suppress warningnaruse
2013-04-02Suppress warningsnaruse
2013-04-02fix typo: s/@ca_cert/@cacert/naruse
2013-04-01Unused module removed.akr
2013-04-01conditional test fixed.akr
2013-04-01more tests.akr
2013-04-01* ext/-test-/num2int/num2int.c: Rename utility methodsakr
2013-04-01test_optparse.rb: skip no_error in backtracenobu
2013-04-01* test/-ext-/num2int/test_num2int.rb: Test small bignums.akr
2013-04-01* ext/-test-/num2int/num2int.c: Return string for result, instead ofakr
2013-03-31* include/ruby/ruby.h (FIX2ULONG): Make it consistent with NUM2ULONG.akr
2013-03-31proc.c: consider noex in define_methodnobu
2013-03-31test_method.rb: splitnobu
2013-03-31more tests.akr