summaryrefslogtreecommitdiff
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 18463:shyouhei2009-01-151-2/+2
* merge revision(s) 18392:shyouhei2009-01-111-38/+70
* merge revision(s) 18316,18319:shyouhei2009-01-051-0/+1
* merge revision(s) 17833:17837:shyouhei2008-08-041-1/+2
* merge revision(s) 17832:shyouhei2008-07-071-6/+14
* merge revision(s) 17827,17846:17848:shyouhei2008-07-071-0/+6
* merge revision(s) 16507:shyouhei2008-06-291-8/+9
* merge revision(s) 15548:shyouhei2008-06-151-3/+1
* 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
* * env.h (SCOPE_CLONE): Introduce a new scope flag to prevent aknu2007-03-031-1/+1
* * gc.c (ruby_init_stack): decrease "stack level too deep" in Windows.usa2006-12-011-1/+14
* * eval.c (rb_eval): fix commit miss. [ruby-dev:29707]matz2006-10-301-1/+1
* * gc.c (gc_mark_children): NODE_POSTEXE holds Ruby VALUE.matz2006-09-241-1/+1
* * common.mk, configure.in, defines.h, eval.c, gc.c, main.c,akr2006-09-011-32/+63
* * 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