aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/ruby.h: IL32LLP64 support.usa2007-06-264-14/+34
* * cont.c (rb_fiber_s_new): revert initializing VM stack.ko12007-06-268-33/+29
* * insnhelper.ci (vm_yield_with_cfunc), proc.c: fix Method#to_procko12007-06-253-20/+38
* * cont.c (rb_fiber_s_new): fix to clear rb_thread_t#tag.ko12007-06-252-2/+5
* * cont.c (rb_fiber_s_new), yarvcore.c (th_init2): fix to clearko12007-06-253-2/+10
* * compile.c: rename setup_arg() to setup_args().ko12007-06-252-40/+13
* * compile.c (setup_arg): support kind of "m(*ary, x)" method call.ko12007-06-252-0/+6
* * insnhelper.ci, vm.c: complete block parameter support.ko12007-06-257-79/+152
* * gc.c (RVALUE): in RVALUE and RBasic, flags must be the same type.usa2007-06-252-1/+5
* fix indent.akr2007-06-251-4/+4
* * ext/pty/extconf.rb: skip wince and win64.usa2007-06-252-1/+5
* * include/ruby/node.h (NODE_LMASK, nd_line): shouldn't use int and/orusa2007-06-252-2/+7
* * gc.h: add RUBY_ prefix to debug macros.ko12007-06-2514-360/+379
* * eval_error.ci, eval_jump.ci, eval_method.ci, eval_safe.ci: c-mode.nobu2007-06-255-0/+8
* * eval.c: remove ruby_current_node and change eval() prototype.ko12007-06-2413-82/+69
* * eval_*.h: rename to eval_*.ci.ko12007-06-2410-41/+20
* * insnhelper.ci (caller_setup_args): add need_block_check option.ko12007-06-244-30/+50
* * call_cfunc.ci: removed.ko12007-06-2415-962/+932
* * insns.def (invokesuper): fix error message.ko12007-06-242-1/+5
* * vm.c: some refactoring.ko12007-06-2422-312/+263
* * eval_method.h (rb_add_method): fix to check 0.ko12007-06-242-1/+5
* * insn_send.ci: removed.ko12007-06-248-384/+300
* * vm_macro.def: removed.ko12007-06-247-252/+242
* * insnhelper.h (RESTORE_REGS): add do/while(0) around macro.ko12007-06-244-61/+73
* * vm.c, vm_macro.def : remove macro_eval_invoke_cfunc() andko12007-06-243-27/+34
* * insns.def, vm.c: add/fix stack overflow check.ko12007-06-243-3/+9
* * insnhelper.h: change CHECK_STACK_OVERFLOW() to throw exception.ko12007-06-246-79/+110
* * proc.c (proc_to_s): used a variable before initialized.nobu2007-06-242-10/+14
* * vm.c (callee_setup_arg): added. support correct post arg.ko12007-06-247-210/+691
* * proc.c (proc_to_s): suppress warning, and reduced duplicated code.nobu2007-06-242-4/+8
* * bootstraptest/runner.rb: set default directory toko12007-06-243-3/+24
* * enum.c (enum_minmax): fix SEGV by [].minmax.akr2007-06-232-2/+9
* * enum.c (enum_minmax): new method to get the minimum and maximummatz2007-06-233-5/+149
* update document to follow MatchData#inspect implementation.akr2007-06-232-2/+2
* * re.c (match_inspect): MatchData#inspect implemented.akr2007-06-232-1/+29
* * hash.c (rb_hash_assoc): new method.matz2007-06-223-5/+154
* * string.c (rb_str_upto): add optional argument to specifymatz2007-06-225-57/+51
* * proc.c (proc_to_s): revert the change from %p to %lx at YARVakr2007-06-222-1/+6
* * proc.c (proc_to_s): show is_lambda.akr2007-06-222-3/+9
* * hash.c (rb_hash_sort): remove hash specific implementation.matz2007-06-212-42/+27
* * parse.y (rb_intern2): ID_JUNK test based on len, not by NUL.matz2007-06-212-2/+6
* * yarvcore.c (rb_thread_mark): mark also thrown_errinfo.nobu2007-06-212-10/+10
* * parse.y (rb_intern2): name may not be NUL-terminated.nobu2007-06-213-4/+8
* * eval_error.h (error_print): show full stacktrace onakr2007-06-192-1/+7
* * parse.y (rb_intern2): use rb_intern2 to intern without trailingnobu2007-06-193-14/+17
* * test/openssl/test_ec.rb: set properties.nobu2007-06-190-0/+0
* * eval_load.c (load_ext, rb_require_safe): pass VALUE instead ofnobu2007-06-193-18/+24
* * ext/openssl/{extconf.rb,ossl_ssl_session.c}:technorama2007-06-186-25/+317
* * eval_load.c (rb_require_safe, ruby_init_ext): load with ruby levelnobu2007-06-184-7/+42
* * parse.y (yycompile): disable trace while creating ruby_debug_lines.nobu2007-06-185-98/+107