summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-05-07vm_eval.c: exclude hidden variablesnobu
2014-05-06parse.y: no duplicated namesnobu
2014-05-06parse.y: remove duplicated namesnobu
2014-05-06* lib/time.rb (Time.make_time): Adjust the time zone of "now".akr
2014-05-05* lib/open-uri.rb (OpenURI.open_uri): Call StringIO#close only ifakr
2014-05-05* process.c (check_exec_redirect): Open the file in write mode forakr
2014-05-05* ext/pathname/lib/pathname.rb (cleanpath_aggressive): make allakr
2014-05-05* ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.akr
2014-05-05add a comment.akr
2014-05-05* lib/time.rb (Time.strptime): Raise ArgumentError if Date._strptimeakr
2014-05-04 * ext/date/date_core.c (rt_rewrite_frags): a new feature (not atadf
2014-05-04math.c: C99-like atan2nobu
2014-05-03test_math.rb: rename check as assert_floatnobu
2014-05-03* lib/time.rb (Time.rfc2822): Fix year completion.akr
2014-05-03* lib/time.rb (make_time): Produce fixed-offset time object ifakr
2014-05-03add tests.akr
2014-05-03* lib/time.rb (Time.strptime): Use d[:offset] if d[:seconds] is notakr
2014-05-03math.c: check domain of base argumentnobu
2014-05-02time.c: fix underflow of unsigned integersnobu
2014-05-02test_io.rb: defer f_typenobu
2014-05-02parse.y: turn dynamically interned Symbol into an IDnobu
2014-04-30test_inadvertent_creation.rb: use Symbol.findnobu
2014-04-30* remove trailing spaces.nobu
2014-04-30* vm.c (invoke_block_from_c): add VM_FRAME_FLAG_BMETHOD to recordko1
2014-04-30parse.y: pin down dynamic symbol onlynobu
2014-04-29* test/ruby/test_symbol.rb (TestSymbol#test_symbol_gc_1): fix typo.ktsj
2014-04-29* parse.y (symbols_i): like r45492, call rb_gc_resurrect().ktsj
2014-04-28* configure.in: check struct statvfs and struct statvfs.f_fstypename.naruse
2014-04-27 * ext/date/date_strptime.c (date__strptime_internal): do not overwrite century.tadf
2014-04-26* test/ruby/test_enum.rb (test_flat_map): Added test for flat_map.hsbt
2014-04-26compile.c: non-destructive keyword splatnobu
2014-04-26update comment.akr
2014-04-25* test/ruby/test_process.rb (test_rlimit_nofile): Don't limitakr
2014-04-24suppress warnings: assigned but unused variable - posnaruse
2014-04-24suppress warnings: ambiguous first argument; put parentheses or even spacesnaruse
2014-04-24Add test for r45492, r45693, r45698naruse
2014-04-24call to_inaruse
2014-04-24file.c: statfs_inspectnobu
2014-04-23* parse.y (dsym_node_gen): like r45492, call rb_gc_resurrect().naruse
2014-04-23skip on SEEK_HOLEnaruse
2014-04-23* file.c (statfs_fsid): remove statfs.f_fsid because it doesn't returnnaruse
2014-04-23check Linux versionnaruse
2014-04-23fix typonaruse
2014-04-23check whther ext4+ or notnaruse
2014-04-23stringio.c: use rb_str_append other than ASCII-8BITnobu
2014-04-22Revert r45670 "stringio.c: use rb_str_append"naruse
2014-04-22stringio.c: use rb_str_appendnobu
2014-04-22* file.c (rb_io_statfs): need to define even if the system doesn't haveusa
2014-04-22check statfs and skipnaruse
2014-04-22refix the point is seeknaruse