summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-05update comment.akr
2009-09-05* re.c (Init_Regexp): new methods. [ruby-core:24748]nobu
2009-09-04* re.c (update_char_offset): position should be long.nobu
2009-09-04* re.c (update_char_offset):nobu
2009-09-04* test/ruby/test_io.rb (test_binmode_after_closed): test for [ruby-core:25363].nobu
2009-09-04* numeric.c (round): added declaration. [ruby-dev:39222]nobu
2009-09-04* bignum.c (rb_big_idiv): added rdoc.nobu
2009-09-04* bignum.c (rb_big_div, rb_big_idiv): fixed indent.nobu
2009-09-03* dir.c (Init_Dir): alias Dir#path to Dir#to_path. [ruby-core:25326]matz
2009-09-03* random.c (random_rand): fixed rdoc. [ruby-core:25332]nobu
2009-09-03* lib/webrick/httpservlet/abstract.rb (do_OPTIONS): method namesnobu
2009-09-03* parse.y (literal_concat_gen): concat body from dstr instead ofnobu
2009-09-03* 2009-09-03svn
2009-09-03* parse.y (fname): removed duplication.nobu
2009-09-02* math.c (math_gamma): get rid of direct comparison between toonobu
2009-09-02* math.c (domain_check): simplified.nobu
2009-09-02* math.c (math_gamma): constified fact_table.nobu
2009-09-02* gc.c (obj_free): fix to free method table (fix memory leak).ko1
2009-09-02* tool/instruction.rb: executable.nobu
2009-09-01* tool/instruction.rb (RubyVM::InstructionsLoader#make_stackcaching_insns):nobu
2009-09-01NaN is now 0.0/0 because of 1.8/1.9 compat.naruse
2009-09-01Add tests of JSON 1.1.9.naruse
2009-09-01* 2009-09-02svn
2009-09-01* ext/json: Update to JSON 1.1.9.naruse
2009-09-01* vm_eval.c (eval_string_with_cref): fix to check local_table_size.ko1
2009-09-01* 2009-09-01svn
2009-09-01* tool/file2lastrev.rb: executable.nobu
2009-08-31* class.c (make_singleton_class): variable name changed.yugui
2009-08-31* class.c: refactored singleton class related matters.yugui
2009-08-31* test/ruby/test_argf.rb (assert_src_expected): refactored.nobu
2009-08-30* time.c (find_time_t): use mktime for the first guess.akr
2009-08-30Revert wrong commit r24715 "* thread.c (do_select): suppress warnings."naruse
2009-08-30*regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has sourcenaruse
2009-08-30* thread.c (do_select): suppress warnings.naruse
2009-08-30* parse.y (rb_enc_symname2_p): not depend on nul terminator.nobu
2009-08-30* common.mk: dependencies updated.akr
2009-08-30* time.c (add): shortcut implemented for fixnums.akr
2009-08-30* time.c (eq): apply RTEST.akr
2009-08-30* bignum.c (bigmul1_single): new function specialized respect toakr
2009-08-29* timev.h (TIME_SCALE): defined as 1000000000.akr
2009-08-29* time.c (init_leap_second_info): use TIMET_MAX.akr
2009-08-29* 2009-08-30svn
2009-08-29* ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr;naruse
2009-08-29Doxygen comment.yugui
2009-08-29* vm_eval.c (rb_call0): gets rid of checking method cache twice.yugui
2009-08-29* lib/tmpdir.rb (Dir.mktmpdir): rolled back r24699. [ruby-dev:39193]nobu
2009-08-28* lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition.nobu
2009-08-28* 2009-08-29svn
2009-08-28* lib/tempfile.rb (Tempfile#make_tmpname): removed thread racenobu
2009-08-28* lib/tempfile.rb (Tempfile#callback): Debug information should beknu