aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Import fast-loading gem_prelude.rb from RubyGems.drbrain2007-11-259-34/+254
* add more roundtrip tests.akr2007-11-251-0/+44
* add test for printf format %x, %o and %b.akr2007-11-241-0/+79
* add a test for [ruby-dev:32351].akr2007-11-241-0/+3
* * io.c: add rb_read_internal() as blocking function.ko12007-11-232-11/+33
* * vm.c: fix comment.ko12007-11-232-1/+5
* * bootstraptest/test_knownbug.rb: move solved tests.ko12007-11-237-46/+55
* fix va_start arg.akr2007-11-231-1/+1
* * struct.c (rb_struct_alloc_noinit): new function.akr2007-11-234-4/+30
* * re.c (REG_CASESTATE): unused macro removed.akr2007-11-234-10/+231
* add ML ref.akr2007-11-231-0/+2
* * struct.c (rb_struct_define_without_accessor): new function.akr2007-11-234-24/+45
* * re.c (match_begin): should return offset by character.matz2007-11-233-14/+33
* * compile.c (defined_expr): defined(method(x)) dumped core. amatz2007-11-234-10/+21
* previous change refined.akr2007-11-221-2/+1
* add test for [ruby-dev:32329].akr2007-11-221-0/+21
* * insnhelper.ci (vm_search_normal_superclass): rename function.matz2007-11-2210-67/+76
* * vm.c: fix to recycle thread data (VM stack).ko12007-11-214-6/+65
* * benchmark/driver.rb: add path to trunk/lib if driver runner isko12007-11-212-1/+21
* * test/fileutils/fileasserts.rb (assert_equal_timestamp): new assertakr2007-11-212-1/+24
* * array.c (rb_ary_permutation): add gc guard codes.ko12007-11-212-2/+8
* * process.c (rb_f_system): returns nil on execution failure.matz2007-11-202-4/+10
* * object.c (nil_plus): remove unused function. [ruby-core:13737]matz2007-11-203-24/+7
* * time.c (time_mload): ignore invalid digits in submicro.akr2007-11-202-6/+14
* * include/ruby/ruby.h: rename RFloat#double_value -> float_value.ko12007-11-204-4/+10
* update doc.akr2007-11-201-7/+40
* * gc.h, vm_core.h: decl of rb_gc_save_machine_context()ko12007-11-2011-40/+86
* * io.c (rb_io_close_on_exec_p): new method IO#close_on_exec?.akr2007-11-202-0/+101
* * gc.c (gc_mark_children): obj->as.file.fptr may be 0 for T_FILE.akr2007-11-202-1/+6
* * parse.y (parser_read_escape): has8bit flag may be set with controlnobu2007-11-202-2/+5
* * parse.y (parser_prepare): set begging after BOM if exists.nobu2007-11-202-0/+6
* Update to RubyGems 0.9.5drbrain2007-11-2019-95/+275
* * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fdusa2007-11-205-53/+59
* * include/ruby/io.h (rb_io_t): add tied_io_for_writing member.akr2007-11-205-25/+165
* * test/drb/test_drb.rb: rename TestRubyYield to TestDRbRubyYield toakr2007-11-202-2/+8
* merged from ruby_1_8 branch.seki2007-11-1912-85/+95
* previous change refined.akr2007-11-191-3/+3
* * test/fileutils/fileasserts.rb (assert_equal_time): show nsec ifakr2007-11-193-2/+27
* update doc.akr2007-11-191-88/+130
* Time#nsec and Time#tv_nsec described.akr2007-11-191-0/+1
* * file.c (utime_internal): fallback utimensat to utimes.akr2007-11-192-10/+22
* fix Time.parse to support nsec.akr2007-11-191-1/+6
* * configure.in: check struct timespec, clock_gettime, utimensat,akr2007-11-1911-174/+569
* * object.c (rb_class_superclass): should not raise exception formatz2007-11-192-0/+6
* * parse.y (parser_yylex): should clear parser->tokp as well.matz2007-11-197-51/+112
* * array.c (rb_ary_permutation): gives all permutations of elementsmatz2007-11-192-5/+17
* * compile.c (iseq_compile_each): alias and undef accept dsyms as wellnobu2007-11-182-5/+12
* * eval_method.ci (rb_add_method): no redefinition warning for undef.nobu2007-11-182-1/+5
* * parse.y (parser_read_escape): disallow control and meta modifiersnobu2007-11-183-5/+10
* * marshal.c (mark_dump_arg): it may be called after dump_ensure.akr2007-11-182-0/+6