| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) 18392: | shyouhei | 2009-01-11 | 1 | -38/+70 |
* | merge revision(s) 18316,18319: | shyouhei | 2009-01-05 | 1 | -0/+1 |
* | merge revision(s) 17833:17837: | shyouhei | 2008-08-04 | 1 | -1/+2 |
* | merge revision(s) 17832: | shyouhei | 2008-07-07 | 1 | -6/+14 |
* | merge revision(s) 17827,17846:17848: | shyouhei | 2008-07-07 | 1 | -0/+6 |
* | * gc.c (os_obj_of): assure to not free the scanning heap. | knu | 2008-06-08 | 1 | -2/+4 |
* | Merge from ruby_1_8. | knu | 2008-05-21 | 1 | -8/+9 |
* | * signal.c, gc.c: New methods: GC.stress, GC.stress=; | kazu | 2008-04-15 | 1 | -2/+42 |
* | * rubyio.h (rb_io_t): renamed from OpenFile. | nobu | 2008-04-15 | 1 | -1/+1 |
* | * array.c (rb_ary_collect_bang, rb_ary_select): Return an | knu | 2008-04-14 | 1 | -2/+7 |
* | * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefers | nobu | 2008-03-31 | 1 | -8/+7 |
* | * gc.c: removed trailing spaces. | nobu | 2008-03-12 | 1 | -4/+4 |
* | * gc.c (STACK_LENGTH) [SPARC] : 0x80 offset removed. [ruby-dev:33857] | akr | 2008-02-19 | 1 | -3/+1 |
* | * gc.c (rb_newobj): prohibit call of rb_newobj() during gc. | shyouhei | 2008-02-11 | 1 | -0/+3 |
* | * eval.c, gc.c (setjmp): sigsetjmp is a macro on cygwin. | nobu | 2008-01-21 | 1 | -1/+1 |
* | * configure.in (sigsetjmp): check if available. | nobu | 2008-01-19 | 1 | -1/+1 |
* | * gc.c (stack_end_address): use local variable address instead of | akr | 2007-12-17 | 1 | -4/+5 |
* | * gc.c (id2ref): valid id should not refer T_VALUE nor T_ICLASS. | matz | 2007-10-01 | 1 | -1/+3 |
* | * gc.c (os_obj_of, os_each_obj): hide objects to be finalized. | nobu | 2007-09-23 | 1 | -37/+4 |
* | * env.h (SCOPE_CLONE): Introduce a new scope flag to prevent a | knu | 2007-03-03 | 1 | -1/+1 |
* | * gc.c (ruby_init_stack): decrease "stack level too deep" in Windows. | usa | 2006-12-01 | 1 | -1/+14 |
* | * eval.c (rb_eval): fix commit miss. [ruby-dev:29707] | matz | 2006-10-30 | 1 | -1/+1 |
* | * gc.c (gc_mark_children): NODE_POSTEXE holds Ruby VALUE. | matz | 2006-09-24 | 1 | -1/+1 |
* | * common.mk, configure.in, defines.h, eval.c, gc.c, main.c, | akr | 2006-09-01 | 1 | -32/+63 |
* | * gc.c (gc_sweep): typo fixed. | matz | 2006-08-25 | 1 | -1/+1 |
* | * dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX alloca | matz | 2006-08-07 | 1 | -3/+1 |
* | * st.c (malloc): use xmalloc/xcalloc instead of plain | matz | 2006-07-14 | 1 | -1/+1 |
* | * gc.c (gc_sweep): expand heap earlier. | akr | 2006-07-10 | 1 | -2/+10 |
* | * gc.c (id2ref): fix symbol test. | akr | 2006-03-04 | 1 | -3/+3 |
* | * gc.c: align VALUE with sizeof(RVALUE) globally. | akr | 2006-03-02 | 1 | -11/+93 |
* | * gc.c: commited magic for reducing RVALUE size on windows. (24->20byte) | ocean | 2006-03-02 | 1 | -0/+8 |
* | * gc.c (add_heap): heap_slots may overflow. a patch from Stefan | matz | 2006-03-01 | 1 | -0/+1 |
* | * eval.c (rb_call0): argument update propagation. [ruby-dev:28044] | matz | 2006-02-13 | 1 | -2/+1 |
* | * gc.c (gc_sweep): typo fix. | eban | 2006-02-06 | 1 | -1/+1 |
* | * gc.c (garbage_collect): mark ruby_current_node. | akr | 2006-01-10 | 1 | -0/+2 |
* | * gc.c (garbage_collect): mark objects refered from aborting threads. | nobu | 2005-12-30 | 1 | -9/+11 |
* | declare rb_gc_abort_threads. | akr | 2005-12-29 | 1 | -0/+2 |
* | * eval.c (rb_gc_mark_threads): leave unmarked threads which won't wake | nobu | 2005-12-29 | 1 | -0/+2 |
* | * eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS, | nobu | 2005-12-26 | 1 | -3/+3 |
* | revert previous change. | akr | 2005-12-16 | 1 | -2/+2 |
* | refine "unknown data type" message. | akr | 2005-12-16 | 1 | -2/+2 |
* | precedes registering global VALUE variables before initializing it. | akr | 2005-12-12 | 1 | -2/+4 |
* | * eval.c, gc.c, time.c: made internal symbols static. [ruby-dev:27435] | nobu | 2005-10-18 | 1 | -2/+2 |
* | * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on | nobu | 2005-10-08 | 1 | -4/+0 |
* | * gc.c (obj_free): make message formant consistent with one from | matz | 2005-07-27 | 1 | -2/+2 |
* | revered all LLP64 modifies due to portability reason. | matz | 2005-07-27 | 1 | -14/+6 |
* | * gc.c (id2ref): must not assign pointers to long int. use | matz | 2005-07-27 | 1 | -6/+14 |
* | * gc.c (define_final): document fix: finalizers never get called | nobu | 2005-06-19 | 1 | -37/+37 |
* | * gc.c (run_final): commit miss to add new variable. | nobu | 2005-06-19 | 1 | -1/+1 |
* | * gc.c (run_final): reduce unnecessary object allocation during | nobu | 2005-06-19 | 1 | -2/+7 |