summaryrefslogtreecommitdiff
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 15429, 15471:shyouhei2008-06-131-0/+3
* merge revision(s) 14255:shyouhei2008-06-071-4/+5
* merge revision(s) 13587:shyouhei2008-06-051-1/+3
* merge revision(s) 13497:shyouhei2008-06-031-37/+4
* * merge -c 11965shyouhei2007-03-081-1/+1
* * removed svn:keywords for compatibility.shugo2007-01-311-2/+2
* * gc.c (gc_sweep): typo fixed.matz2006-08-251-1/+1
* * dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX allocamatz2006-08-071-3/+1
* * st.c (malloc): use xmalloc/xcalloc instead of plainmatz2006-07-141-1/+1
* * gc.c (gc_sweep): expand heap earlier.akr2006-07-101-2/+10
* * gc.c (id2ref): fix symbol test.akr2006-03-041-3/+3
* * gc.c: align VALUE with sizeof(RVALUE) globally.akr2006-03-021-11/+93
* * gc.c: commited magic for reducing RVALUE size on windows. (24->20byte)ocean2006-03-021-0/+8
* * gc.c (add_heap): heap_slots may overflow. a patch from Stefanmatz2006-03-011-0/+1
* * eval.c (rb_call0): argument update propagation. [ruby-dev:28044]matz2006-02-131-2/+1
* * gc.c (gc_sweep): typo fix.eban2006-02-061-1/+1
* * gc.c (garbage_collect): mark ruby_current_node.akr2006-01-101-0/+2
* * gc.c (garbage_collect): mark objects refered from aborting threads.nobu2005-12-301-9/+11
* declare rb_gc_abort_threads.akr2005-12-291-0/+2
* * eval.c (rb_gc_mark_threads): leave unmarked threads which won't wakenobu2005-12-291-0/+2
* * eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS,nobu2005-12-261-3/+3
* revert previous change.akr2005-12-161-2/+2
* refine "unknown data type" message.akr2005-12-161-2/+2
* precedes registering global VALUE variables before initializing it.akr2005-12-121-2/+4
* * eval.c, gc.c, time.c: made internal symbols static. [ruby-dev:27435]nobu2005-10-181-2/+2
* * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack onnobu2005-10-081-4/+0
* * gc.c (obj_free): make message formant consistent with one frommatz2005-07-271-2/+2
* revered all LLP64 modifies due to portability reason.matz2005-07-271-14/+6
* * gc.c (id2ref): must not assign pointers to long int. usematz2005-07-271-6/+14
* * gc.c (define_final): document fix: finalizers never get callednobu2005-06-191-37/+37
* * gc.c (run_final): commit miss to add new variable.nobu2005-06-191-1/+1
* * gc.c (run_final): reduce unnecessary object allocation duringnobu2005-06-191-2/+7
* * eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc.akr2005-06-091-8/+0
* * string.c (rb_str_new4): should propagate taintedness.matz2005-01-201-1/+1
* * gc.c (mark_locations_array): avoid core dump with -O3.akr2005-01-071-2/+4
* gcc noinline attribute is available since gcc-3.1.akr2004-12-201-1/+4
* * gc.c (stack_end_address): new function to obtain stack end address.akr2004-12-131-1/+6
* * string.c (rb_str_locktmp): check STR_TMPLOCK flag beforematz2004-11-051-1/+1
* * gc.c (gc_mark): enable GC stack checking.matz2004-11-041-3/+3
* * gc.c: cancel IA64 changes unnecessary for 1.8.matz2004-11-021-15/+4
* * gc.c: prototype; rb_io_fptr_finalize() doesn't return any valueusa2004-10-271-1/+1
* * gc.c (gc_sweep): recover ruby_in_compile variable.matz2004-10-271-2/+16
* * string.c (RESIZE_CAPA): check string attribute before modifyingmatz2004-10-271-0/+9
* * string.c (str_gsub): reentrant check. [ruby-dev:24432]matz2004-10-201-71/+103
* * gc.c (run_final): wrong order of data. [ruby-dev:23948]matz2004-07-271-2/+2
* * gc.c (define_final): should not disclose NODE* to Ruby world.matz2004-07-231-6/+4
* * gc.c, parse.y, lib/cgi.rb, lib/date.rb: last minute backports from HEAD.matz2004-07-141-1/+1
* * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level.nobu2004-06-291-3/+10
* * eval.c (rb_thread_atfork): remove "fork terminates thread"matz2004-06-241-3/+1
* * gc.c (stack_grow_direction): memoize the direction.nobu2004-06-161-4/+7