| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * vm_core.h (struct rb_vm_struct): replaced signal staff with trap | nobu | 2008-09-04 | 1 | -1/+0 |
* | * include/ruby/io.h (rb_io_t): new fields: encs.ecopts and | akr | 2008-09-03 | 1 | -0/+2 |
* | * include/ruby/signal.h: removed. | ko1 | 2008-09-03 | 1 | -16/+16 |
* | * gc.c, include/ruby/ruby.h: rename T_DEFERRED to T_ZOMBIE. | ko1 | 2008-08-29 | 1 | -7/+7 |
* | * include/ruby/io.h (rb_io_t): remove path field and add pathv field. | akr | 2008-08-23 | 1 | -0/+1 |
* | * include/ruby/io.h (rb_io_t): new fields: writeconv, | akr | 2008-08-18 | 1 | -1/+3 |
* | * gc.c (getrusage_time): should return the value. | nobu | 2008-08-14 | 1 | -0/+1 |
* | * gc.c: count only freed object as freelist size. | ko1 | 2008-08-13 | 1 | -7/+6 |
* | * gc.c (getrusage_time): Returned effective value on Windows. | kouji | 2008-08-12 | 1 | -0/+21 |
* | * gc.c (gc_profile_result): use rb_str_catf. | nari | 2008-08-12 | 1 | -17/+14 |
* | * gc.c (gc_profile_result): use sprintf. | nari | 2008-08-12 | 1 | -17/+20 |
* | * gc.c (getrusage_time): works only if RUSAGE_SELF is defined right | nobu | 2008-08-11 | 1 | -26/+27 |
* | * gc.c: added GC::Profiler. | nari | 2008-08-11 | 1 | -0/+339 |
* | * gc.c (STACK_LEVEL_MAX, ruby_stack_length): returns size_t. | nobu | 2008-08-09 | 1 | -1/+1 |
* | * gc.c (run_final): runs finalizers with the object terminated. | nobu | 2008-08-06 | 1 | -14/+19 |
* | * gc.c (chain_finalized_object): deletes finalizers to be invoked from | nobu | 2008-08-06 | 1 | -0/+7 |
* | * gc.c (rb_gc_call_finalizer_at_exit): self-referencing finalizers | nobu | 2008-08-06 | 1 | -20/+15 |
* | * gc.c (allocate_heaps, assign_heap_slot, rb_newobj_from_heap): | mame | 2008-08-01 | 1 | -2/+8 |
* | * gc.c (gc_mark_children, obj_free): T_DEFERRED should not be appear. | ko1 | 2008-07-27 | 1 | -8/+10 |
* | * include/ruby/ruby.h: add a type T_DEFERRED. | ko1 | 2008-07-27 | 1 | -47/+70 |
* | * gc.c (gc_sweep, obj_free, run_final): defer finalizers of IO and | nobu | 2008-07-25 | 1 | -10/+27 |
* | * gc.c: revert. before lazy sweep. | nari | 2008-07-05 | 1 | -245/+124 |
* | * gc.c (garbage_collect_force): sweep is completely ended. | nari | 2008-07-04 | 1 | -7/+12 |
* | * eval.c (Init_eval), gc.c (Init_GC), proc.c (Init_Proc): freeze | nobu | 2008-07-02 | 1 | -1/+2 |
* | * gc.c (rb_during_gc): VALUE cache is irrelevant. | nobu | 2008-07-02 | 1 | -10/+0 |
* | * gc.c: add rb_during_gc(). based on a patch from arton <artonx AT | suke | 2008-07-02 | 1 | -0/+17 |
* | *gc.c (gc_lazy_sweep) : use lazy sweep algorithm for response performance gain. | nari | 2008-07-02 | 1 | -124/+240 |
* | * gc.c (rb_newobj): abort GC phase before rb_bug. | nobu | 2008-06-30 | 1 | -7/+11 |
* | * gc.c (chain_finalized_object): should not delete from finalizer | nobu | 2008-06-30 | 1 | -3/+4 |
* | * gc.c (gc_finalize_deferred): allow object allocation in finalizers. | nobu | 2008-06-30 | 1 | -22/+21 |
* | * gc.c (rb_newobj): prohibit call of rb_newobj() during gc when | usa | 2008-06-30 | 1 | -0/+2 |
* | * include/ruby/ruby.h (struct RRegexp): new field usecnt. replace | akr | 2008-06-28 | 1 | -3/+3 |
* | * gc.c (rb_newobj): prohibit call of rb_newobj() during gc. | shyouhei | 2008-06-18 | 1 | -0/+3 |
* | * vm_core.h (rb_vm_t), vm.c (rb_vm_mark): moved preallocated special | nobu | 2008-06-15 | 1 | -2/+8 |
* | * gc.h (STACK_UPPER): moved from gc.c | nobu | 2008-06-14 | 1 | -84/+6 |
* | * gc.c (ruby_initial_gc_stress): defined. | akr | 2008-06-13 | 1 | -0/+4 |
* | * gc.c (ruby_gc_stress): moved to rb_objspace_t. | nobu | 2008-06-13 | 1 | -4/+9 |
* | * gc.c (rb_memerror): exit with EXIT_FAILURE instead of magic number. | nobu | 2008-06-13 | 1 | -1/+1 |
* | * gc.c (ruby_stack_check): STACK_LENGTH should be less than | nobu | 2008-06-13 | 1 | -3/+2 |
* | * include/ruby/intern.h (Init_stack): make to call ruby_init_stack. | nobu | 2008-06-09 | 1 | -0/+2 |
* | * gc.c: add a build option "CALC_EXACT_MALLOC_SIZE". | ko1 | 2008-06-08 | 1 | -52/+113 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -20/+20 |
* | * gc.c (count_objects): clear hash after counting objects. | akr | 2008-06-06 | 1 | -4/+5 |
* | * gc.c (rb_objspace_alloc): this function is needed only when | mame | 2008-06-05 | 1 | -0/+2 |