aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu2007-07-141-0/+4
* * numeric.c (fix_pow): integer power calculation: 0**n => 0, matz2007-07-141-0/+8
* rename mark_current_thread to mark_current_machine_context.akr2007-07-141-2/+2
* change --enable-valgrind to --with-valgrind.akr2007-07-141-2/+2
* * configure.in: add --enable-valgrind.akr2007-07-141-0/+16
* * enum.c (sort_by_cmp): check if reentered. [ruby-dev:24291]nobu2007-07-141-0/+4
* * ext/json/ext/generator/generator.c (check_max_nesting): wrongmatz2007-07-141-0/+6
* * numeric.c (int_pow): overflow detection using FIT_SQRT_LONG().matz2007-07-131-0/+5
* update ChangeLog entrymatz2007-07-131-2/+2
* * insns.def (opt_div): FIX2NUM may not work for corner cases.matz2007-07-131-0/+5
* * numeric.c (int_round): should not return false, but self.matz2007-07-131-0/+5
* * include/ruby/intern.h: remove unused function declarations.ko12007-07-131-0/+6
* * insns.def (opt_succ): use cast to shut a warning up.matz2007-07-131-0/+2
* * vm.c (vm_free): clear free'ed living_threads field.matz2007-07-131-0/+5
* * lib/open-uri.rb (URI::Generic#find_proxy): use ENV.to_hash to accessakr2007-07-131-0/+6
* fill ChangeLog entry.ko12007-07-131-1/+1
* * win32/win32.c (CreateChild): enclose command line except fornobu2007-07-131-0/+5
* * range.c (range_max, range_min): return nil for empty set as well asnobu2007-07-131-0/+5
* * 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