| Commit message (Expand) | Author | Age | Files | Lines |
* | * method.h (rb_method_definition_t): split from rb_method_entry_t | nobu | 2009-08-28 | 1 | -4/+7 |
* | * method.c (rb_method_entry_t): body.proc should be marked. | nobu | 2009-08-26 | 1 | -1/+2 |
* | * gc.c: reject unused longlife gc. | nari | 2009-08-10 | 1 | -242/+19 |
* | * gc.c (rb_gc_enable, rb_gc_disable): should return Qtrue/Qfalse. | nobu | 2009-07-21 | 1 | -2/+2 |
* | * suppressed shorten-64-to-32 warnings. | nobu | 2009-07-18 | 1 | -16/+16 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -12/+60 |
* | * include/ruby/ruby.h: | ko1 | 2009-07-07 | 1 | -1/+1 |
* | * gc.c (rb_gc_call_finalizer_at_exit): deal with typed struct like | nobu | 2009-07-07 | 1 | -0/+3 |
* | * gc.c (GC_PROF_SET_MALLOC_INFO, GC_PROF_SET_HEAP_INFO): simplified. | nobu | 2009-07-07 | 1 | -16/+16 |
* | * gc.c: remove the definition of GC_DEBUG (debugging macro). | mame | 2009-06-23 | 1 | -3/+0 |
* | fix indent. | ko1 | 2009-06-16 | 1 | -1/+1 |
* | * include/ruby/ruby.h: New structure RTypedData, added. | ko1 | 2009-06-16 | 1 | -2/+56 |
* | * gc.c: fix indent. | ko1 | 2009-06-16 | 1 | -21/+21 |
* | * gc.c (rb_objspace_each_objects): New C API, added. | ko1 | 2009-06-16 | 1 | -12/+90 |
* | * gc.c (os_obj_of): invoke garbage collection before iteration, to | matz | 2009-06-15 | 1 | -1/+3 |
* | * gc.c: fixed types. | nobu | 2009-05-26 | 1 | -6/+6 |
* | * gc.c: add longlife garbage collection. [ruby-dev:38423] | nari | 2009-05-13 | 1 | -24/+248 |
* | * eval.c (ruby_cleanup): the order of local variables on stack is | nobu | 2009-04-19 | 1 | -3/+3 |
* | * gc.c (init_heap): set default to heap slots length | nari | 2009-03-23 | 1 | -0/+9 |
* | * configure.in (AC_HEADER_DIRENT): added. | nobu | 2009-03-13 | 1 | -5/+5 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 1 | -4/+4 |
* | * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def, | nobu | 2009-03-10 | 1 | -4/+4 |
* | * gc.c (ruby_get_stack_grow_direction): no needs to use thread | nobu | 2009-02-27 | 1 | -3/+3 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -8/+8 |
* | * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), | mame | 2009-02-14 | 1 | -1/+0 |
* | * gc.c (vm_xmalloc, vm_xrealloc): comparisons had no meanings on | nobu | 2009-02-12 | 1 | -2/+2 |
* | * gc.c (define_final, undefine_final): shouldn't add/remove finalizer | usa | 2009-02-11 | 1 | -0/+3 |
* | * gc.c (define_final): cannot define finalizer for immediate | nobu | 2009-01-22 | 1 | -2/+9 |
* | * gc.c (garbage_collect_with_gvl): suppress warnings. | ko1 | 2009-01-19 | 1 | -1/+1 |
* | * gc.c (gc_with_gvl): suppress warnings. | ko1 | 2009-01-15 | 1 | -1/+1 |
* | * gc.c (negative_size_allocation_error_with_gvl): abolish a warning. | akr | 2009-01-14 | 1 | -2/+2 |
* | * gc.c (ruby_xmalloc, ruby_xrealloc, ruby_xfree): | ko1 | 2009-01-12 | 1 | -8/+82 |
* | * compile.c (iseq_compile_each), gc.c (assign_heap_slot), | nobu | 2008-12-09 | 1 | -2/+2 |
* | * gc.c (gc_mark): still needs to check stack depth during GC. | matz | 2008-11-27 | 1 | -6/+12 |
* | * gc.c (ruby_stack_check): no check if using sigaltstack. | nobu | 2008-11-27 | 1 | -0/+4 |
* | * include/ruby/io.h (rb_io_t): added write_lock to serialize. | nobu | 2008-11-07 | 1 | -1/+3 |
* | * gc.c (gc_profile_result): bug fix. The millisecond is 1/1000. | nari | 2008-10-25 | 1 | -3/+3 |
* | * include/ruby/ruby.h: embeds the elements of an array into its | yugui | 2008-10-09 | 1 | -1/+1 |
* | * gc.c (gc_mark_children): ignores T_ZOMBIE. | nobu | 2008-10-06 | 1 | -0/+1 |
* | * dln.c: Ruby no longer supports MS-DOS. | yugui | 2008-10-04 | 1 | -4/+0 |
* | * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp. | yugui | 2008-10-04 | 1 | -25/+0 |
* | * x68/_dtos18.c: removed. Ruby no longer supports human68k. | yugui | 2008-10-04 | 1 | -14/+4 |
* | * gc.c (rb_gc_call_finalizer_at_exit): finalize deferred IO and Data. | nobu | 2008-10-01 | 1 | -2/+8 |
* | * gc.c (rb_gc_call_finalizer_at_exit): deffers IO finalization. | nobu | 2008-10-01 | 1 | -13/+22 |
* | * include/ruby/node.h, node.h: move node.h from include path. | ko1 | 2008-09-23 | 1 | -1/+0 |
* | * complex.c: an instance method image has been removed and | tadf | 2008-09-20 | 1 | -1/+1 |
* | * gc.c, include/ruby/ruby.h: rename rb_register_mark_object() | ko1 | 2008-09-15 | 1 | -1/+1 |
* | * include/ruby/io.h (rb_io_t): rename field: writeconv_stateless to | akr | 2008-09-09 | 1 | -1/+1 |
* | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz | 2008-09-05 | 1 | -4/+4 |
* | * gc.c (gc_profile_record_get): to static function. | nari | 2008-09-04 | 1 | -4/+5 |