summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-11-21revert r37710, requested by Tadayoshi Funaba [ruby-dev:46575]shyouhei
2012-11-20* test/ruby/test_m17n_comb.rb (test_str_crypt): Use RbConfig to getnaruse
2012-11-20fix guards for glibc crypt(3) see #7312naruse
2012-11-20remove trailing spaces.nobu
2012-11-20* test/win32ole/test_win32ole_type.rb (test_implemented_ole_types): suke
2012-11-20* vm_trace.c: rename and add TracePoint APIs.ko1
2012-11-20* vm_trace.c: add two methods:ko1
2012-11-20* test/ruby/test_signal.rb (TestSignal#test_signame): fix windowskosaki
2012-11-20Don't send INT signal itself.naruse
2012-11-19* signal.c (sig_signame): implements Signal.signame methodkosaki
2012-11-19struct.c: yield assoc in each_pairnobu
2012-11-19* thread.c: add `Thread#backtrace_locations' method.ko1
2012-11-18 * bignum.c (rb_cstr_to_inum): should accept underscores oftadf
2012-11-17 * complex.c (make_patterns): should not accept extra sign.tadf
2012-11-17Skip path expansion for all wildcard charactersluislavena
2012-11-17* ext/psych/lib/psych/visitors/yaml_tree.rb: use literal YAML styletenderlove
2012-11-17* ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whentenderlove
2012-11-17st_update passes the key in st_tableshirosaki
2012-11-16skip long name conversion if last character is a wildcard oneluislavena
2012-11-16* marshal.c (w_object): add flonum to arg->data to keep reference indexnagachika
2012-11-16remove trailing spacesnobu
2012-11-16* test/rake/helper.rb (Rake::TestCase#setup): revert r37669.naruse
2012-11-16* test/rake/helper.rb (Rake::TestCase#setup): @orig_PWD shouldn't benaruse
2012-11-15* lib/rake*: Updated to rake 0.9.4drbrain
2012-11-15* lib/rake*: Updated to rake 0.9.3drbrain
2012-11-15* range.c (range_bsearch): fix some bugs: a documentation bug, a wrongmame
2012-11-14* array.c (rb_ary_bsearch): add Array#bsearch for binary search.mame
2012-11-13* eval.c (rb_mod_using): raise an ArgumentError if cyclic using isshugo
2012-11-13Define dtrace test classes only when dtrace existsnaruse
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-11-12* vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo),shugo
2012-11-11 * test/date/test_date_{parse,strptime}.rb: changed the format oftadf
2012-11-11glibc 2.16 or later denies salt contained other than [0-9A-Za-z./] [Bug #7312]naruse
2012-11-11hash.c: warn for wrong elementsnobu
2012-11-11* eval.c (top_using): remove Kernel#using, and add main.using instead.shugo
2012-11-11* eval.c (rb_using_refinement, rb_mod_using, f_using): clear methodshugo
2012-11-11* vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo):shugo
2012-11-10Revert of 37541 "* test/ruby/test_enumerator.rb: Add test to shed light upon ...marcandre
2012-11-09erb.rb: safe concurrent usenobu
2012-11-09* array.c (rb_ary_splice): fix r37583 doesn't condier the case whennaruse
2012-11-08* bignum.c (bigmul0): enable big_mul_toom3.mrkn
2012-11-08* bignum.c (bigmul0): disable big_mul_toom3_temporalily.mrkn
2012-11-08* lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse
2012-11-08* test/cgi/test_cgi_core.rb: Add test for CGI#header.xibbar
2012-11-07* test/ruby/test_enumerator.rb: Add test to shed light upon the bugayumin
2012-11-07Suppress warning: Bignum out of Float rangenaruse
2012-11-07* numeric.c (ruby_float_step): fix r37514: it yielded with NaNnaruse
2012-11-07* eval.c (rb_mod_refine): set RMODULE_IS_REFINEMENT to a createdshugo
2012-11-06Remove FIXME skip on Windows testluislavena
2012-11-06* enumerator.c: Support for lazy.cycle.sizemarcandre