summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-24add test for printf format %x, %o and %b.akr
2007-11-24add a test for [ruby-dev:32351].akr
2007-11-23* io.c: add rb_read_internal() as blocking function.ko1
2007-11-23* vm.c: fix comment.ko1
2007-11-23* bootstraptest/test_knownbug.rb: move solved tests.ko1
2007-11-23fix va_start arg.akr
2007-11-23* struct.c (rb_struct_alloc_noinit): new function.akr
2007-11-23* re.c (REG_CASESTATE): unused macro removed.akr
2007-11-23add ML ref.akr
2007-11-23* struct.c (rb_struct_define_without_accessor): new function.akr
2007-11-23* re.c (match_begin): should return offset by character.matz
2007-11-23* compile.c (defined_expr): defined(method(x)) dumped core. amatz
2007-11-22previous change refined.akr
2007-11-22add test for [ruby-dev:32329].akr
2007-11-22* insnhelper.ci (vm_search_normal_superclass): rename function.matz
2007-11-21* vm.c: fix to recycle thread data (VM stack).ko1
2007-11-21* benchmark/driver.rb: add path to trunk/lib if driver runner isko1
2007-11-21* test/fileutils/fileasserts.rb (assert_equal_timestamp): new assertakr
2007-11-21* array.c (rb_ary_permutation): add gc guard codes.ko1
2007-11-20* process.c (rb_f_system): returns nil on execution failure.matz
2007-11-20* object.c (nil_plus): remove unused function. [ruby-core:13737]matz
2007-11-20* time.c (time_mload): ignore invalid digits in submicro.akr
2007-11-20* include/ruby/ruby.h: rename RFloat#double_value -> float_value.ko1
2007-11-20update doc.akr
2007-11-20* gc.h, vm_core.h: decl of rb_gc_save_machine_context()ko1
2007-11-20* io.c (rb_io_close_on_exec_p): new method IO#close_on_exec?.akr
2007-11-20* gc.c (gc_mark_children): obj->as.file.fptr may be 0 for T_FILE.akr
2007-11-20* parse.y (parser_read_escape): has8bit flag may be set with controlnobu
2007-11-20* parse.y (parser_prepare): set begging after BOM if exists.nobu
2007-11-20Update to RubyGems 0.9.5drbrain
2007-11-20 * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fdusa
2007-11-20* include/ruby/io.h (rb_io_t): add tied_io_for_writing member.akr
2007-11-20* test/drb/test_drb.rb: rename TestRubyYield to TestDRbRubyYield toakr
2007-11-19merged from ruby_1_8 branch.seki
2007-11-19previous change refined.akr
2007-11-19* test/fileutils/fileasserts.rb (assert_equal_time): show nsec ifakr
2007-11-19update doc.akr
2007-11-19Time#nsec and Time#tv_nsec described.akr
2007-11-19* file.c (utime_internal): fallback utimensat to utimes.akr
2007-11-19fix Time.parse to support nsec.akr
2007-11-19* configure.in: check struct timespec, clock_gettime, utimensat,akr
2007-11-19* object.c (rb_class_superclass): should not raise exception formatz
2007-11-19* parse.y (parser_yylex): should clear parser->tokp as well.matz
2007-11-19* array.c (rb_ary_permutation): gives all permutations of elementsmatz
2007-11-18* compile.c (iseq_compile_each): alias and undef accept dsyms as wellnobu
2007-11-18* eval_method.ci (rb_add_method): no redefinition warning for undef.nobu
2007-11-18* parse.y (parser_read_escape): disallow control and meta modifiersnobu
2007-11-18* marshal.c (mark_dump_arg): it may be called after dump_ensure.akr
2007-11-18* time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60).akr
2007-11-18* time.c (time_arg): show actual year in 2-3 digits year warning.akr