aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_beginendblock.rb (test_exitcode_in_at_exit): fix NameError.ktsj2013-06-101-0/+1
* eval_error.c: restore errinfonobu2013-06-101-0/+14
* test_beginendblock.rb: rename methodsnobu2013-06-101-2/+2
* * bignum.c (rb_integer_pack): numwords_allocated argument removed.akr2013-06-091-22/+22
* Fix a typo.akr2013-06-081-1/+1
* * class.c (include_modules_at): invalidate method cache if includedcharliesome2013-06-081-0/+20
* * bignum.c (rb_integer_pack): Arguments changed. Use flags toakr2013-06-071-56/+65
* * bignum.c (rb_integer_pack): Renamed from rb_int_export.akr2013-06-073-121/+112
* * rational.c (numeric_quo): move num_quo in numeric.c to numeric_quomrkn2013-06-071-0/+6
* Fix the class name.akr2013-06-061-1/+1
* * bignum.c (rb_int_import): New function.akr2013-06-061-0/+54
* * numeric.c (num_quo): Use to_r method to convert the receiver tomrkn2013-06-061-1/+14
* * configure.in: Invoke RUBY_REPLACE_TYPE for size_t.akr2013-06-061-0/+67
* * numeric.c (num_quo): should return a Float for a Float argument.mrkn2013-06-062-1/+4
* * string.c (String#b): Allow code range scan to happen later soknu2013-06-051-0/+2
* * lib/net/imap.rb (capability_response): should ignore trailingshugo2013-06-051-0/+11
* add description of test in commentkazu2013-06-051-0/+3
* * test/fileutils/test_fileutils.rb (TestFileUtils#test_mkdir): addnaruse2013-06-051-2/+2
* * ext/date/date_core.c: fixed a bug [ruby-core:55295]. reportedtadf2013-06-041-0/+53
* * lib/rubygems: Update to RubyGems 2.0.3drbrain2013-06-044-15/+24
* * ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): fix the numbermrkn2013-06-041-3/+4
* add EEXIST for Linuxkazu2013-06-031-1/+2
* FileUtils.rmdir use remove_tailing_slashkazu2013-06-031-0/+8
* * lib/fileutils.rb: fix behavior when mkdir/mkdir_p accepted "/".ayumin2013-06-031-0/+6
* * vm_insnhelper.c (vm_yield_setup_block_args): partially revert r41019.naruse2013-06-021-0/+11
* * test/socket/test_sockopt.rb: change test name. follow r41037.ayumin2013-06-021-2/+2
* * test/rinda/test_rinda.rb: rename functions introduced in r41009.ayumin2013-06-021-3/+3
* follow r41034naruse2013-06-021-4/+4
* Suppress warnings: setting Encoding.default_internalnaruse2013-06-021-10/+11
* * enc/trans/japanese_euc.trans, test/ruby/test_transcode.rb,ktsj2013-06-021-60/+60
* * lib/set.rb (Set#freeze, taint, untaint): Save a "self" byknu2013-06-011-0/+21
* compile.c: not simple if keyword argsnobu2013-06-011-0/+2
* vm_insnhelper.c: extract keyword arguments after splatnobu2013-06-011-1/+6
* zlib.c: check EOFnobu2013-05-311-0/+6
* Use custom methods for values whose type is different on platformsnaruse2013-05-311-3/+3
* * ext/socket/option.c (sockopt_s_byte): constructor of the sockoptnaruse2013-05-311-0/+18
* * vm_insnhelper.c (vm_callee_setup_keyword_arg,mame2013-05-301-1/+11
* GC before running test_copy_stream_socket7naruse2013-05-291-0/+1
* * ext/objspace/object_tracing.c: fix a bug reported atko12013-05-281-4/+17
* * vm_trace.c (rb_postponed_job_register_one): fix iteration bug.ko12013-05-271-0/+3
* test_method.rb: fix for direct invocationnobu2013-05-271-1/+1
* * include/ruby/ruby.h, gc.c: add new internal eventko12013-05-271-2/+7
* * ext/objspace/objspace.c: support ObjectSpace.trace_object_allocations.ko12013-05-271-0/+18
* * append newline at EOF.nobu2013-05-271-1/+1
* * test/-ext-/postponed_job/test_postponed_job.rb: fix typo and class name.ko12013-05-271-2/+2
* * include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.ko12013-05-271-0/+40
* * remove trailing spaces.nobu2013-05-261-1/+1
* * include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.ko12013-05-261-0/+25
* * test/fiddle/test_handle.rb (Fiddle::TestHandle#test_static_sym): adjust ind...ktsj2013-05-251-4/+4
* * test/fiddle/test_c_struct_entry.rb,ktsj2013-05-257-21/+40