aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * bootstraptest/test_flip.rb: new test for flip-flop operator.nobu2007-07-102-0/+5
* * bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.nobu2007-07-104-21/+25
* * 2007-07-09usa2007-07-081-3/+3
* * cont.c (cont_restore_1): workaround for x64-mswin64's SEH.usa2007-07-082-3/+15
* fix typo.akr2007-07-071-1/+1
* * lib/json.rb, lib/json/, ext/json/:naruse2007-07-0711-216/+778
* * lib/pp.rb (PP::PPMethods#pp_hash): sort condition changed:akr2007-07-072-4/+10
* * compile.c: use rb_bug() instead of rb_compile_error().ko12007-07-072-63/+54
* * parse.y: fix node construction (around f_margs).ko12007-07-074-6/+46
* * lib/pp.rb (PP::PPMethods#pp_hash): sort ifakr2007-07-072-1/+13
* * insnhelper.ci (vm_yield_setup_args), vm.c, insns.def:ko12007-07-076-22/+41
* * lib/irb.rb: typo. Thanks, Giles Bowkett.keiju2007-07-063-18/+30
* * bootstraptest/runner.rb: fix load path.ko12007-07-065-6/+24
* * test/ruby/test_iterator.rb: fix test to 1.9 spec.ko12007-07-062-7/+11
* * eval.c (rb_interrupt): suppress a gcc's officious warning.nobu2007-07-062-2/+7
* * parse.y (keyword_to_name): constified.nobu2007-07-063-4/+10
* * bootstraptest/runner.rb: added --quiet option.nobu2007-07-062-5/+17
* * parse.y (f_marg): wrap f_norm_arg assignment node with NODE_LIST.nobu2007-07-062-1/+6
* * test/ruby/sentgen.rb: new file.akr2007-07-063-0/+246