aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (bvar): semicolon was lost for ripper description.matz2007-07-131-0/+5
* * parse.y (ripper_warningS): unused in ripper right now.nobu2007-07-131-1/+3
* * parse.y (debug_lines): use rb_hash_lookup() to get rid ofnobu2007-07-131-1/+4
* * parse.y (dsym): convert also literals containing NUL tonobu2007-07-131-1/+4
* * parse.y (program, stmt, primary): reduced duplicated code.nobu2007-07-131-0/+4
* * array.c (rb_ary_flatten_bang): check argument if validnobu2007-07-131-0/+5
* * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandnobu2007-07-131-0/+5
* * ChangeLog: ML ref.usa2007-07-121-0/+1
* * insns.def (opt_succ): use LONG_MAX as maximum Fixnum VALUE.usa2007-07-121-0/+4
* * range.c (range_max): use FIX2LONG instead of FIX2INT to avoidakr2007-07-121-0/+12
* * struct.c (rb_struct_init_copy): disallow changing the size.nobu2007-07-121-0/+5
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-0/+49
* * insns.def (opt_succ): fixed typo. [ruby-dev:31189]nobu2007-07-121-0/+4
* * thread.c (thread_join): pthread_t may not be pointer.nobu2007-07-121-3/+9
* * thread_pthread.ci (thread_start_func_2): not use a directive insidenobu2007-07-121-0/+5
* * include/ruby/ruby.h (FIX2ULONG): drop sign bit for LLP64 platform.usa2007-07-111-0/+4
* * hash.c (rb_hash_lookup): added. this function is similar toko12007-07-101-0/+10
* * eval.c, insnhelper.ci, vm.c: change cref index (-1 -> 2).ko12007-07-101-0/+4
* * eval.c (exec_under): add proper casts.ko12007-07-101-0/+4
* * vm.c, insnhelper.ci: fix svar interface.ko12007-07-101-0/+13
* * compile.c (rb_iseq_compile): formatted if/else to switch statement.nobu2007-07-101-0/+4
* * bootstraptest/test_flip.rb: new test for flip-flop operator.nobu2007-07-101-0/+4
* * bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.nobu2007-07-101-0/+4
* * cont.c (cont_restore_1): workaround for x64-mswin64's SEH.usa2007-07-081-3/+6
* * lib/json.rb, lib/json/, ext/json/:naruse2007-07-071-0/+5
* * lib/pp.rb (PP::PPMethods#pp_hash): sort condition changed:akr2007-07-071-0/+5
* * compile.c: use rb_bug() instead of rb_compile_error().ko12007-07-071-0/+4
* * parse.y: fix node construction (around f_margs).ko12007-07-071-0/+9
* * lib/pp.rb (PP::PPMethods#pp_hash): sort ifakr2007-07-071-0/+5
* * insnhelper.ci (vm_yield_setup_args), vm.c, insns.def:ko12007-07-071-0/+8
* * lib/irb.rb: typo. Thanks, Giles Bowkett.keiju2007-07-061-0/+7
* * bootstraptest/runner.rb: fix load path.ko12007-07-061-0/+8
* * test/ruby/test_iterator.rb: fix test to 1.9 spec.ko12007-07-061-0/+4
* * eval.c (rb_interrupt): suppress a gcc's officious warning.nobu2007-07-061-0/+4
* * parse.y (keyword_to_name): constified.nobu2007-07-061-0/+6
* * bootstraptest/runner.rb: added --quiet option.nobu2007-07-061-0/+4
* * parse.y (f_marg): wrap f_norm_arg assignment node with NODE_LIST.nobu2007-07-061-0/+5
* * test/ruby/sentgen.rb: new file.akr2007-07-061-0/+7
* * insns.def: remove unused code.ko12007-07-051-0/+12
* * insns.def: fix to invoke nil.to_splat on NODE_ARGSCAT.ko12007-07-051-0/+7
* * yarvcore.h: rename rb_control_frame_t#magic to flag.ko12007-07-051-0/+9
* * test/ruby/test_basicinstructions.rb: remove an assertion usingko12007-07-051-0/+7
* * ruby.c: Qfalse is VALUE, not pointer.usa2007-07-051-0/+4
* * compile.c (iseq_compile_each): add break catch point.ko12007-07-051-0/+9
* * parse.y (mlhs_basic): use mlhs_post after tSTAR.akr2007-07-051-0/+5
* * ruby.c (proc_options): moved do_print and do_loop optionsnobu2007-07-051-1/+4
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-051-0/+7
* * numeric.c (int_pow): fix previous nubu's commit.usa2007-07-051-0/+6
* * numeric.c (int_pow): even number multiplication never be negative.nobu2007-07-051-0/+4
* * include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdbnobu2007-07-051-0/+7