aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai2008-06-10220-1265/+7100
* * lib/find.rb (Find#find): Return an enumerator if no block isknu2008-06-102-0/+7
* * include/ruby/intern.h, proc.c: revert rb_proc_call() andko12008-06-108-22/+56
* * test/ruby/test_float.rb: add tests. [ruby-dev:35009]kazu2008-06-102-0/+7
* * complex.c (nucomp_s_convert): need not to initialize optionaltadf2008-06-102-2/+5
* * ext/extmk.rb: negate default of --without-ext if --with-ext isnobu2008-06-102-3/+10
* * ext/extmk.rb: negate default of --without-ext.nobu2008-06-102-1/+7
* * array.c (rb_ary_shuffle_bang): update RDoc. [ruby-dev:35034]matz2008-06-102-1/+5
* * include/ruby/intern.h (rb_obj_instance_exec, rb_mod_module_exec):nobu2008-06-102-0/+7
* fix Changelog time(typo). sorry.wanabe2008-06-101-1/+1
* * util.c (ruby_strtod): ruby_strtod don't allow a trailingwanabe2008-06-102-0/+7
* * rational.c (nurat_s_convert): need not to initialize optionalmatz2008-06-102-2/+5
* * ext/io/wait/wait.c (FIONREAD_POSSIBLE_P): suppress warnings.nobu2008-06-102-1/+5
* * include/ruby/ruby.h (CONST_ID_CACHE): fixed statement expression.nobu2008-06-102-4/+8
* * ruby.c (rb_argv0): revised for ext/tk.nobu2008-06-102-1/+6
* * include/ruby/encoding.h: not to use varargs.h since requiring C89.nobu2008-06-103-8/+8
* * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame2008-06-099-14/+41
* fixedtadf2008-06-092-14/+20
* * common.mk (test-knownbug): give $(OPTS) for bootstraptest/runner.rb.akr2008-06-092-1/+5
* * eval.c (Init_stack): don't declare. it is a macro now.akr2008-06-092-1/+4
* * compile.c : treat []&&= in virtually the same way as []||=.wanabe2008-06-092-6/+8
* * enc/depend (clean): remove build directories.nobu2008-06-092-1/+7
* * test_knownbug.rb -> KNOWNBUGS.rb: renamed.ko12008-06-093-1/+7
* * lib/mkmf.rb (configuration): set flags.nobu2008-06-093-0/+12
* * bootstraptest/test_knownbug.rb -> ./test_knownbug.rb: moved.ko12008-06-093-1/+10
* * complex.c (nucomp_s_convert): can accept Complex('i').tadf2008-06-093-26/+37
* * ext/socket/socket.c: constified.nobu2008-06-091-6/+6
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-0932-85/+141
* * lib/set.rb (Set#delete_if): Call to_a.knu2008-06-092-3/+39
* * io.c (fptr_finalize): close IO object if fd is already closed.akr2008-06-092-4/+20
* * test/ruby/test_dir.rb (TestDir::test_glob): glob file names not sorted.matz2008-06-092-6/+10
* * ruby.c (require_libraries): req_list may be NULL. [ruby-dev:35008]matz2008-06-092-1/+5
* * complex.c (make_patterns): constified.nobu2008-06-092-8/+10
* * rational.c (make_patterns): constified.nobu2008-06-091-4/+6
* * vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, andnobu2008-06-096-10/+40
* * vm_core.h (struct rb_vm_struct): moved src_encoding_index.nobu2008-06-094-52/+66
* * vm.c (rb_thread_recycle_stack_release): reduce redundant code.nobu2008-06-091-5/+2
* * include/ruby/intern.h (Init_stack): make to call ruby_init_stack.nobu2008-06-093-1/+7
* * vm_insnhelper.c, vm.c, proc.c : revert r17021. [ruby-dev:34997]wanabe2008-06-084-15/+10
* * bootstraptest/pending.rb: move/remove solved issues.ko12008-06-083-123/+19
* Ignore config.status.lineno.knu2008-06-080-0/+0
* * ext/zlib/zlib.c (rb_deflate_init_copy): Copy buffers as well.knu2008-06-083-3/+11
* * vm_insnhelper.c, vm.c, proc.c (proc_call): allow call method withwanabe2008-06-084-6/+23
* * test/zlib/test_zlib.rb: add tests to achieve over 90% test coveragemame2008-06-082-2/+581
* * vm_insnhelper.c (vm_throw): regard break as return in lambda.wanabe2008-06-082-1/+7
* * gc.c: add a build option "CALC_EXACT_MALLOC_SIZE".ko12008-06-082-52/+125
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-0840-118/+133
* avoid dead lock on MacOS X.akr2008-06-081-2/+4
* * hash.c (hash_i): make Hash#hash order insensitive.akr2008-06-073-5/+15
* * ext/zlib/zlib.c (rb_deflate_initialize, Init_zlib): Fix upknu2008-06-072-3/+10