aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm.h: rename insn_func_type to rb_insn_func_type.ko12007-06-305-23/+32
* * parse.y (parser_yylex): return non-valid token for an invalidnobu2007-06-293-3/+10
* * parse.y (stmts): fix for ripper.nobu2007-06-292-5/+7
* * parse.y: fix to show line number of blank block.ko12007-06-292-0/+8
* * lib/cgi/session.rb (create_new_id): don't cut off md5.hexdigest toakr2007-06-292-1/+6
* * debug.h: constified.nobu2007-06-292-7/+9
* * debug.c (ruby_set_debug_option): separated from main.c.nobu2007-06-295-29/+54
* add a Mailing list pointer.ko12007-06-291-0/+1
* add a Mainling list pointer.ko12007-06-291-1/+1
* * proc.c (proc_new): fix to return a proc objectko12007-06-292-0/+9
* * numeric.c (fix_pow): get rid of division by zero. reported bynobu2007-06-292-3/+24
* * numeric.c: fix indent.nobu2007-06-291-29/+29
* * configure.in: add fastcall attribute check.ko12007-06-292-0/+5
* * parse.y (assoc_list): remove expanded hash literal (no splat).matz2007-06-294-60/+55
* * lib/vm/instruction.rb: set properties.nobu2007-06-291-1331/+1331
* * tool/insns2vm.rb, lib/vm/instruction.rb: move process bodyko12007-06-294-1296/+1346
* * hash.c: purged trailing spaces.nobu2007-06-291-112/+112
* refine previous change.akr2007-06-291-3/+2
* * parse.y (dsym): return non-null NODE even if yyerror(). based on anobu2007-06-293-3/+9
* * parse.y (assoc_list): odd number check only for NODE_ARRAY.matz2007-06-282-1/+6
* debug environment variable refined.akr2007-06-282-2/+24
* * win32/Makefile.sub: define FUNC_FASTCALL macro.ko12007-06-283-16/+12
* refine previous change.akr2007-06-281-1/+1
* * compile.c: fix to remove -Wall warnings on gcc.ko12007-06-282-20/+21
* * bignum.c (rb_big_hash): fix hash area.akr2007-06-282-1/+5
* * ext/stringio/stringio.c (strio_getline): local variable to benobu2007-06-282-3/+6
* * gc.c (rb_obj_id): use SIGNED_VALUE instead of long.usa2007-06-282-4/+8
* * common.mk (run.gdb): fix to load $(srcdir)/.gdbinitko12007-06-274-9/+27
* * bootstraptest/runner.rb: fix to untouch $:.ko12007-06-272-1/+4
* * compile.c (setup_args): change parameter type.ko12007-06-272-8/+12
* * parse.y (rb_intern2): unconstify cast.usa2007-06-272-1/+5
* * parse.y (rb_intern2): don't allocate a string object at first.akr2007-06-272-3/+15
* * bootstraptest/runner.rb: fix to show file name.ko12007-06-2710-0/+2579
* * include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF.ko12007-06-275-6/+4
* * compile.c (iseq_compile_each): fix popped backref and others.ko12007-06-273-80/+22
* * win32/win32.c: remove unused functions.usa2007-06-272-54/+4
* * include/ruby/win32.h, win32/Makefile.sub, win32/configure.bat,usa2007-06-277-28/+83
* * compile.c (iseq_translate_direct_threaded_code): fix prototypeko12007-06-273-2/+9
* * vm_evalbody.ci: support OPT_CALL_THREADED_CODE.ko12007-06-275-13/+48
* * compile.c (iseq_compile_each): fix type error.ko12007-06-262-2/+6
* * compile.c (compile_massign), insns.def (expandarray): supportko12007-06-265-91/+262
* * string.c (rb_str_clear): need to check STR_EMBED_P() beforematz2007-06-263-4/+10
* * process.c (proc_getgroups): use GIDT2NUM for rb_gid_t.nobu2007-06-262-1/+5
* * thread.c (rb_thread_wait_fd_rw): terminate fdset.ko12007-06-262-0/+6
* * regint.h: IL32LLP64 support.usa2007-06-262-0/+9
* * iseq.c (ruby_node_name): update node names.ko12007-06-262-2/+22
* * 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