aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60).akr2007-11-183-2/+18
* * time.c (time_arg): show actual year in 2-3 digits year warning.akr2007-11-182-3/+8
* use ML ref. for assertion message.akr2007-11-1822-115/+92
* * eval_method.ci (rb_alias): do not call hook functions untilnobu2007-11-182-0/+7
* * lib/mkmf.rb (String#tr_cpp): make preprocessor identifiers.nobu2007-11-183-10/+17
* check class.akr2007-11-171-4/+56
* * lib/mkmf.rb (have_struct_member): define HAVE_type_member.akr2007-11-172-4/+11
* ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100]suke2007-11-173-5/+9
* * bignum.c (rb_big_odd_p): new method added. a patch from Tadashimatz2007-11-162-0/+41
* * ext/iconv/iconv.c (iconv_iconv): also instance method needs to benobu2007-11-162-2/+5
* * ext/iconv/iconv.c (Document-class): moved the simplest example tonobu2007-11-162-8/+16
* * include/ruby/ruby.h: added some declarations for event hooks.shugo2007-11-164-23/+40
* * lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv.nobu2007-11-163-4/+8
* * set eol-style.nobu2007-11-1627-1744/+1744
* add largefile.h, miniprelude.c,akr2007-11-150-0/+0
* * ext/syck/rubyext.c: Node#value defined twice.why2007-11-154-4/+7