aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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
* win32.c: check error of SetFilePointernobu2013-05-221-0/+11
* * test/ruby/test_dir_m17n.rb (TestDir_M17N#test_entries_compose):kou2013-05-211-1/+1
* 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
* Default script encoding is now UTF-8naruse2013-05-191-1/+1
* * 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
* proc.c: Kernel#singleton_methodnobu2013-05-131-0/+12
* disable test_fcntl_lock_linux on x32.akr2013-05-111-0/+1
* parse.y: invalid name as mere stringnobu2013-05-101-4/+17
* class.c: include modules onlynobu2013-05-081-1/+9
* class.c: exclude original modulenobu2013-05-081-0/+7
* * io.c (rb_io_ext_int_to_encs): ignore internal encoding if externalnaruse2013-05-081-0/+36
* * test/ruby/test_defined.rb (TestDefined#test_super_toplevel):nobu2013-05-051-0/+5
* insns.def: method entry from method framenobu2013-05-051-0/+16
* object.c: skip prepending modulesnobu2013-05-021-2/+9
* marshal.c: no overwriting ivarsnobu2013-05-021-7/+19
* * test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe nowusa2013-05-022-7/+4
* proc.c: frozen core methodsnobu2013-04-301-0/+11
* test_syntax.rb: split test_syntaxnobu2013-04-271-3/+9
* io.c: conversion from bom encodingnobu2013-04-251-1/+23
* parse.y: disallow $-nobu2013-04-241-5/+4
* * string.c (rb_str_inspect): refix r40413, on Ruby 1.9 usual characternaruse2013-04-232-4/+6
* string.c: fix for UTF-32nobu2013-04-231-0/+6
* * test/ruby/test_module.rbknu2013-04-231-2/+2
* * string.c (rb_str_inspect): NUL should not be represented asknu2013-04-231-0/+6
* marshal.c: fix marshal_load ivarnobu2013-04-221-2/+26
* Specify --disable-gemsnaruse2013-04-221-2/+2
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-209-536/+506
* marshal.c: use ivars of marshal_dump datanobu2013-04-201-1/+9
* * string.c (str_scrub): add ruby method String#scrub which verify andnaruse2013-04-191-0/+34
* Add --disable-gems for tests which doesn't use rubygemsnaruse2013-04-191-1/+1
* test_module.rb: renamenobu2013-04-191-1/+1
* marshal.c: no duplicated encodingnobu2013-04-191-0/+18
* vm_method.c: fix visibility on anonymous modulenobu2013-04-181-0/+7
* dir.c: not skip dot directories if matchingnobu2013-04-181-0/+9
* * pack.c (pack_unpack): output characters even if the input doesn'tnaruse2013-04-181-0/+4
* envutil.rb: env hashnobu2013-04-171-1/+1
* vm_insnhelper.c: non-symbol keynobu2013-04-121-0/+1
* * test/ruby/test_regexp.rb: use require_relative to require local libraryxibbar2013-04-111-1/+1
* test_{env,hash}.rb: descriptive assertionsnobu2013-04-092-31/+31