summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-06-07* rational.c (numeric_quo): move num_quo in numeric.c to numeric_quomrkn
2013-06-06Fix the class name.akr
2013-06-06* bignum.c (rb_int_import): New function.akr
2013-06-06* numeric.c (num_quo): Use to_r method to convert the receiver tomrkn
2013-06-06* configure.in: Invoke RUBY_REPLACE_TYPE for size_t.akr
2013-06-06* numeric.c (num_quo): should return a Float for a Float argument.mrkn
2013-06-05* string.c (String#b): Allow code range scan to happen later soknu
2013-06-05* lib/net/imap.rb (capability_response): should ignore trailingshugo
2013-06-05add description of test in commentkazu
2013-06-05* test/fileutils/test_fileutils.rb (TestFileUtils#test_mkdir): addnaruse
2013-06-04 * ext/date/date_core.c: fixed a bug [ruby-core:55295]. reportedtadf
2013-06-04* lib/rubygems: Update to RubyGems 2.0.3drbrain
2013-06-04* ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): fix the numbermrkn
2013-06-03add EEXIST for Linuxkazu
2013-06-03FileUtils.rmdir use remove_tailing_slashkazu
2013-06-03* lib/fileutils.rb: fix behavior when mkdir/mkdir_p accepted "/".ayumin
2013-06-02* vm_insnhelper.c (vm_yield_setup_block_args): partially revert r41019.naruse
2013-06-02* test/socket/test_sockopt.rb: change test name. follow r41037.ayumin
2013-06-02* test/rinda/test_rinda.rb: rename functions introduced in r41009.ayumin
2013-06-02follow r41034naruse
2013-06-02Suppress warnings: setting Encoding.default_internalnaruse
2013-06-02* enc/trans/japanese_euc.trans, test/ruby/test_transcode.rb,ktsj
2013-06-01* lib/set.rb (Set#freeze, taint, untaint): Save a "self" byknu
2013-06-01compile.c: not simple if keyword argsnobu
2013-06-01vm_insnhelper.c: extract keyword arguments after splatnobu
2013-05-31zlib.c: check EOFnobu
2013-05-31Use custom methods for values whose type is different on platformsnaruse
2013-05-31* ext/socket/option.c (sockopt_s_byte): constructor of the sockoptnaruse
2013-05-30* vm_insnhelper.c (vm_callee_setup_keyword_arg,mame
2013-05-29GC before running test_copy_stream_socket7naruse
2013-05-28* ext/objspace/object_tracing.c: fix a bug reported atko1
2013-05-27* vm_trace.c (rb_postponed_job_register_one): fix iteration bug.ko1
2013-05-27test_method.rb: fix for direct invocationnobu
2013-05-27* include/ruby/ruby.h, gc.c: add new internal eventko1
2013-05-27* ext/objspace/objspace.c: support ObjectSpace.trace_object_allocations.ko1
2013-05-27* append newline at EOF.nobu
2013-05-27* test/-ext-/postponed_job/test_postponed_job.rb: fix typo and class name.ko1
2013-05-27* include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.ko1
2013-05-26* remove trailing spaces.nobu
2013-05-26* include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.ko1
2013-05-25* test/fiddle/test_handle.rb (Fiddle::TestHandle#test_static_sym): adjust ind...ktsj
2013-05-25* test/fiddle/test_c_struct_entry.rb,ktsj
2013-05-25* dir.c (bracket): fix copy-paste error. When the first and lastmame
2013-05-24* variable.c (set_const_visibility): use rb_frame_this_func() insteadcharliesome
2013-05-24* ext/strscan/strscan.c (strscan_aref): raise error if givennaruse
2013-05-23* test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): HFS+ seemsnobu
2013-05-23test_io.rb: test for writenobu
2013-05-22Fix test failure of binmode from r40879naruse
2013-05-22win32.c: check error of SetFilePointernobu
2013-05-21* ext/strscan/strscan.c (strscan_aref): support named captures.naruse