| Commit message (Expand) | Author | Age | Files | Lines |
* | * gc.c: use VALGRIND_MAKE_MEM_UNDEFINED to detect use of collected | akr | 2007-08-19 | 1 | -0/+9 |
* | * gc.c (os_live_obj): fix to skip T_VALUES. | ko1 | 2007-08-15 | 1 | -0/+1 |
* | * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not to | nobu | 2007-07-20 | 1 | -30/+7 |
* | rename mark_current_thread to mark_current_machine_context. | akr | 2007-07-14 | 1 | -2/+2 |
* | make mark_current_thread static. | akr | 2007-07-14 | 1 | -1/+1 |
* | * configure.in: add --enable-valgrind. | akr | 2007-07-14 | 1 | -26/+77 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -2/+2 |
* | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu | 2007-07-05 | 1 | -6/+20 |
* | * debug.c (ruby_set_debug_option): separated from main.c. | nobu | 2007-06-29 | 1 | -6/+6 |
* | * gc.c (rb_obj_id): use SIGNED_VALUE instead of long. | usa | 2007-06-28 | 1 | -4/+4 |
* | * include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF. | ko1 | 2007-06-27 | 1 | -1/+0 |
* | * gc.c (RVALUE): in RVALUE and RBasic, flags must be the same type. | usa | 2007-06-25 | 1 | -1/+1 |
* | fix indent. | akr | 2007-06-25 | 1 | -4/+4 |
* | * gc.h: add RUBY_ prefix to debug macros. | ko1 | 2007-06-25 | 1 | -0/+2 |
* | * eval.c: remove ruby_current_node and change eval() prototype. | ko1 | 2007-06-24 | 1 | -4/+2 |
* | * gc.c (garbage_collect): re-introduce ruby_current_node marking code. | akr | 2007-06-16 | 1 | -0/+2 |
* | * gc.c (gc_sweep): re-introduce heap extension strategy change. | akr | 2007-06-16 | 1 | -2/+10 |
* | * eval_load.c (Init_load): delay allocating an array for rb_load_path | akr | 2007-06-14 | 1 | -2/+10 |
* | * gc.c (garbage_collect): update IA64 register stack code. | matz | 2007-06-13 | 1 | -22/+2 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -5/+5 |
* | * gc.c (rb_source_filename, obj_free): supress warnings. | nobu | 2007-05-29 | 1 | -6/+9 |
* | * gc.c (garbage_collect, yarv_machine_stack_mark): fixed typo. | nobu | 2007-05-29 | 1 | -7/+7 |
* | * gc.c, yarvcore.c: fix to mark VM structure on startup. | ko1 | 2007-05-24 | 1 | -3/+4 |
* | * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): | nobu | 2007-02-24 | 1 | -1/+1 |
* | * parse.y, node.h, compile.c: change node tree structure. a purpose | ko1 | 2007-02-24 | 1 | -1/+3 |
* | * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, | matz | 2007-02-23 | 1 | -1/+0 |
* | * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h, | ko1 | 2007-02-08 | 1 | -7/+7 |
* | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 | 2007-02-06 | 1 | -8/+8 |
* | * eval_thread.c, common.mk: remove eval_thread.c. | ko1 | 2007-02-05 | 1 | -7/+5 |
* | * parse.y (rb_compose_ivar2): function to create a new ivar2 | matz | 2007-02-04 | 1 | -0/+2 |
* | * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, | nobu | 2007-02-02 | 1 | -2/+2 |
* | * parse.y (assignable_gen): no need to generate NODE_CVDECL. | matz | 2007-02-02 | 1 | -1/+0 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -249/+298 |
* | * ruby.h (struct RArray): revert embedding ptr in RVALUE. | matz | 2006-11-01 | 1 | -1/+1 |
* | * eval.c (rb_eval): fix commit miss. [ruby-dev:29707] | matz | 2006-10-30 | 1 | -1/+1 |
* | * array.c (rb_ary_shift): shift/unshift performance boost patch, | matz | 2006-09-26 | 1 | -8/+2 |
* | * array.c (rb_ary_shift): should clear shifting top element. | matz | 2006-09-24 | 1 | -4/+1 |
* | * gc.c (gc_mark_children): NODE_POSTEXE holds Ruby VALUE. | matz | 2006-09-24 | 1 | -1/+4 |
* | * string.c (sym_eql): fail early to gain performance. | matz | 2006-09-20 | 1 | -3/+0 |
* | * dir.c (dir_s_glob): remove unused variable. | matz | 2006-09-18 | 1 | -1/+1 |
* | * gc.c (ruby_init_stack): decrease "stack level too deep" in Windows. | usa | 2006-09-13 | 1 | -1/+14 |
* | * object.c (Init_Object): move symbol related code to string.c | matz | 2006-09-02 | 1 | -0/+1 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -14/+14 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -4/+6 |
* | * gc.c (gc_sweep): typo fixed. | matz | 2006-08-30 | 1 | -1/+1 |
* | ansificated. | akr | 2006-08-13 | 1 | -2/+1 |
* | * dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning. | matz | 2006-08-07 | 1 | -3/+1 |
* | * gc.c (gc_sweep): expand heap earlier. | akr | 2006-07-10 | 1 | -2/+10 |
* | * gc.c (gc_mark_children): a bug in NODE_BLOCK_PASS marking. | matz | 2006-06-29 | 1 | -1/+1 |
* | * parse.y: use ARGSPUSH instead of ARGSCAT to prevent too much | matz | 2006-06-29 | 1 | -1/+2 |