aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: add --enable-valgrind.akr2007-07-146-28/+108
* * enum.c (sort_by_cmp): check if reentered. [ruby-dev:24291]nobu2007-07-142-1/+10
* more assertions.akr2007-07-141-2/+9
* * ext/json/ext/generator/generator.c (check_max_nesting): wrongmatz2007-07-142-1/+7
* * numeric.c (int_pow): overflow detection using FIT_SQRT_LONG().matz2007-07-132-6/+11
* update ChangeLog entrymatz2007-07-131-2/+2
* * insns.def (opt_div): FIX2NUM may not work for corner cases.matz2007-07-132-1/+6
* refined.akr2007-07-131-16/+21
* * numeric.c (int_round): should not return false, but self.matz2007-07-133-4/+9
* check values around 16bit.akr2007-07-131-0/+12
* more tests.akr2007-07-131-0/+30
* add assertions using equations taken from Hacker's Delight.akr2007-07-131-0/+15
* new file.akr2007-07-131-0/+302
* more tests.akr2007-07-131-0/+52
* * include/ruby/intern.h: remove unused function declarations.ko12007-07-133-16/+6
* check (-0x4000000000000000)/(-1) too.akr2007-07-131-0/+1
* add test for [ruby-dev:31210].akr2007-07-131-0/+32
* * insns.def (opt_succ): use cast to shut a warning up.matz2007-07-132-1/+3
* sentence generator updated.akr2007-07-132-1/+195
* * vm.c (vm_free): clear free'ed living_threads field.matz2007-07-132-0/+6
* * lib/open-uri.rb (URI::Generic#find_proxy): use ENV.to_hash to accessakr2007-07-132-1/+7
* fill ChangeLog entry.ko12007-07-131-1/+1
* * win32/win32.c (CreateChild): enclose command line except fornobu2007-07-132-10/+24
* add test for [ruby-dev:31197].akr2007-07-131-0/+2
* add test for [ruby-dev:31153].akr2007-07-131-0/+9
* add test for [ruby-dev:31160].akr2007-07-131-0/+8
* * range.c (range_max, range_min): return nil for empty set as well asnobu2007-07-133-1/+13
* * parse.y (bvar): semicolon was lost for ripper description.matz2007-07-132-1/+6
* * parse.y (ripper_warningS): unused in ripper right now.nobu2007-07-132-1/+5
* * parse.y (debug_lines): use rb_hash_lookup() to get rid ofnobu2007-07-132-2/+5
* * parse.y (dsym): convert also literals containing NUL tonobu2007-07-132-7/+7
* * parse.y (program, stmt, primary): reduced duplicated code.nobu2007-07-132-12/+8
* * array.c (rb_ary_flatten_bang): check argument if validnobu2007-07-132-2/+6
* * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandnobu2007-07-133-12/+19
* add tests for [ruby-dev:31189] and [ruby-dev:31190].akr2007-07-122-0/+12
* * ChangeLog: ML ref.usa2007-07-121-0/+1
* * insns.def (opt_succ): use LONG_MAX as maximum Fixnum VALUE.usa2007-07-122-2/+5
* * range.c (range_max): use FIX2LONG instead of FIX2INT to avoidakr2007-07-123-6/+19
* * struct.c (rb_struct_init_copy): disallow changing the size.nobu2007-07-122-8/+8
* * blockinlining.c: remove "yarv" prefix.ko12007-07-1235-931/+800
* * insns.def (opt_succ): fixed typo. [ruby-dev:31189]nobu2007-07-122-2/+6
* * thread.c (thread_join): pthread_t may not be pointer.nobu2007-07-123-9/+15
* * thread_pthread.ci (thread_start_func_2): not use a directive insidenobu2007-07-124-20/+14
* * include/ruby/ruby.h (FIX2ULONG): drop sign bit for LLP64 platform.usa2007-07-113-4/+8
* * hash.c (rb_hash_lookup): added. this function is similar toko12007-07-104-1/+23
* * eval.c, insnhelper.ci, vm.c: change cref index (-1 -> 2).ko12007-07-104-11/+14
* * eval.c (exec_under): add proper casts.ko12007-07-102-3/+7
* * vm.c, insnhelper.ci: fix svar interface.ko12007-07-109-74/+120
* * compile.c (rb_iseq_compile): formatted if/else to switch statement.nobu2007-07-102-16/+24
* * bootstraptest/test_flip.rb: set property.nobu2007-07-100-0/+0