aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/intern.h (Init_stack): make to call ruby_init_stack.nobu2008-06-091-0/+2
* * gc.c: add a build option "CALC_EXACT_MALLOC_SIZE".ko12008-06-081-52/+113
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-20/+20
* * gc.c (count_objects): clear hash after counting objects.akr2008-06-061-4/+5
* * gc.c (rb_objspace_alloc): this function is needed only whenmame2008-06-051-0/+2
* * gc.c (os_obj_of): heaps may be modified in yield.akr2008-06-051-5/+16
* * gc.c (count_objects): clear given hash.akr2008-05-311-0/+12
* * include/ruby/ruby.h (PRI[diouxX]VALUE): printf format for VALUE.nobu2008-05-201-1/+1
* * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko12008-05-191-14/+1
* * gc.c (ruby_vm_xmalloc): increase malloc_increase only if mallocakr2008-05-121-5/+5
* * gc.c (assign_heap_slot): fix condition for number of objects inakr2008-05-121-1/+1
* * gc.c (assign_heap_slot): put the binary-search routine in order.yugui2008-05-121-15/+14
* * include/ruby/ruby.h (SIZET2NUM): new macro.akr2008-05-111-31/+32
* * gc.c (gc_count): rdoc corrected.yugui2008-05-101-2/+2
* * gc.c (set_heaps_increment): fix memory allocation strategy byakr2008-05-041-20/+15
* * gc.c (gc_count): add a GC.count method. This method returnsko12008-04-271-0/+19
* * vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.cnobu2008-04-271-136/+220
* * error.c (builtin_types), gc.c (count_objects): added Complex andnobu2008-04-261-23/+27
* * include/ruby/ruby.h, gc.c: remove T_BLOCK.ko12008-04-261-3/+0
* * gc.c (free_unused_heaps): preserve last used heap segment tomatz2008-04-251-55/+138
* * gc.c (ruby_xmalloc): use size_t for malloc argument instead of long.usa2008-04-201-1/+1
* * gc.c (rb_gc_mark_locations): get rid of underflow.nobu2008-04-181-3/+3
* * gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350]nobu2008-04-141-59/+4
* * gc.c (rb_objspace_t): packed globals. [ruby-dev:34348]nobu2008-04-141-25/+69
* * gc.c (finalizers): removed. [ruby-dev:34349]nobu2008-04-141-67/+0
* * eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options):nobu2008-04-121-48/+0
* * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefersnobu2008-03-311-10/+6
* both complex and rational are now builtin classes.tadf2008-03-161-0/+15
* * eval_intern.h (rb_thread_raised_set): use generic flags.nobu2008-03-121-4/+5
* * gc.c: fixed indent.nobu2008-03-121-9/+10
* * gc.c: removed trailing spaces.nobu2008-03-121-5/+5
* * numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz2008-03-051-1/+4
* * gc.c (add_heap): fix previous change. [ruby-dev:33988]akr2008-03-041-2/+3
* * gc.c (add_heap): use binary search to find the place to insert thenobu2008-03-041-19/+32
* * gc.c (add_heap): sort heaps array in ascending order to usematz2008-03-031-7/+27
* * include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN.akr2008-02-251-4/+4
* * gc.c (STACK_LENGTH) [SPARC] : 0x80 offset removed. [ruby-dev:33857]akr2008-02-191-3/+1
* * include/ruby/re.h (struct rmatch_offset): new struct for characterakr2008-02-161-3/+6
* * eval.c, gc.c (setjmp): sigsetjmp is a macro on cygwin.nobu2008-01-211-1/+1
* * configure.in (sigsetjmp): check if available.nobu2008-01-191-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * gc.c (os_obj_of): returns an enumerator if no block given. based onnobu2007-12-281-1/+2
* * gc.c (rb_garbage_collect): new function for debugging.akr2007-12-211-0/+6
* * vm_core.h (rb_thread_t): new member machine_stack_maxsize andakr2007-12-151-23/+18
* * parse.y (expr): redefinable not (!) operator.matz2007-12-091-1/+0
* * gc.c (gc_mark_children): obj->as.file.fptr may be 0 for T_FILE.akr2007-11-201-1/+2
* * include/ruby/io.h (rb_io_t): add tied_io_for_writing member.akr2007-11-201-0/+4
* * gc.c (count_objects): count TOTAL.akr2007-11-031-1/+5
* * gc.c (count_objects): ObjectSpace.count_objects implemented.akr2007-11-031-0/+91
* * encoding.c (rb_cEncoding): new Encoding class.nobu2007-10-131-0/+3