aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * dir.c (bracket): fix copy-paste error. When the first and lastmame2013-05-251-0/+5
* * variable.c (set_const_visibility): use rb_frame_this_func() insteadcharliesome2013-05-241-0/+9
* * ext/strscan/strscan.c (strscan_aref): raise error if givennaruse2013-05-241-4/+7
* * test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): HFS+ seemsnobu2013-05-231-2/+2
* test_io.rb: test for writenobu2013-05-231-4/+24
* Fix test failure of binmode from r40879naruse2013-05-221-1/+1
* win32.c: check error of SetFilePointernobu2013-05-221-0/+11
* * ext/strscan/strscan.c (strscan_aref): support named captures.naruse2013-05-211-0/+11
* * test/ruby/test_dir_m17n.rb (TestDir_M17N#test_entries_compose):kou2013-05-211-1/+1
* * ext/digest/lib/digest.rb (Digest::Class.file): Take optionalknu2013-05-211-0/+25
* test_dir_m17n.rb: sort Dir.entriesnobu2013-05-211-0/+1
* force_encoding expected result as filesystem encodingnaruse2013-05-211-0/+4
* dir.c: compose HFS file namesnobu2013-05-201-0/+20
* test_dir_m17n.rb: assert_separatelynobu2013-05-201-64/+82
* envutil.rb: envutil in childnobu2013-05-201-1/+2
* test_objectspace.rb: run test_each_object separatelynobu2013-05-201-0/+2
* webrick: fix non-ascii escape bugsnobu2013-05-202-1/+9
* Default script encoding is now UTF-8naruse2013-05-191-1/+1
* * test/webrick/test_htmlutils.rb: add test for WEBrick::HTMLUtils.ayumin2013-05-191-0/+16
* * lib/uri/common.rb (URI.decode_www_form): scrub string if decodednaruse2013-05-181-0/+2
* * lib/set.rb (Set#delete_if, Set#keep_if): Make Set#delete_if andknu2013-05-181-0/+12
* * string.c (str_scrub_bang): add String#scrub!. [Feature #8414]naruse2013-05-181-0/+17
* compile.c: forward kwrestnobu2013-05-181-0/+30
* enumerator.c: use VALUEnobu2013-05-181-0/+8
* * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a usertenderlove2013-05-145-6/+103
* * test/psych/helper.rb: envutil is not available outside Ruby, sotenderlove2013-05-143-5/+33
* * ext/dl/lib/dl/func.rb (DL::Function#call): check tainted whennagachika2013-05-141-0/+10
* proc.c: Kernel#singleton_methodnobu2013-05-131-0/+12
* fix a typokazu2013-05-121-1/+1
* * test/rinda/test_rinda.rb: Socket.getifaddrs may returns an interfaceakr2013-05-111-3/+1