aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * configure.in (VENDOR_DIR): use LIBDIR instead of PREFIX as well asnobu2008-06-072-3/+9
* * io.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode):nobu2008-06-075-5/+15
* * configure.in (CFLAGS, CXXFLAGS): append default flags.nobu2008-06-072-2/+6
* * io.c (rb_open_file, rb_io_s_sysopen): fmode should be unsigned int.usa2008-06-063-7/+14
* * vm_insnhelper.c (vm_callee_setup_arg): check simple flag beforeko12008-06-062-80/+89
* * win32/Makefile.sub (COMMON_HEADERS): include ws2tcpip.h.usa2008-06-063-1/+16
* * test/iconv/utils.rb (default_test): override not to croak.nobu2008-06-065-21/+15
* * include/ruby/win32.h: include ws2tcpip.h. fixed [ruby-Bugs-20528]usa2008-06-062-0/+5
* * gc.c (count_objects): clear hash after counting objects.akr2008-06-062-4/+9
* * ext/iconv/iconv.c (iconv_iconv): no needs to initialize with Qnilnobu2008-06-062-4/+3
* * lib/time.rb (Time.xmlschema): don't use float. fixakr2008-06-052-1/+10
* * test/ruby/test_gc.rb: add tests to achieve over 90% test coverage ofmame2008-06-054-0/+59
* * gc.c (rb_objspace_alloc): this function is needed only whenmame2008-06-053-0/+11
* * test/stringio/test_stringio.rb: add tests to achieve over 95% testmame2008-06-053-0/+444
* * eval.c (ruby_finalize_0): clear trace_func after executing ENDmame2008-06-053-4/+11
* * gc.c (os_obj_of): heaps may be modified in yield.akr2008-06-052-5/+20
* * st.c (st_reverse_foreach): comment out unused function.mame2008-06-053-0/+10
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu2008-06-054-3/+25
* * thread.c (thread_set_trace_func_m): fix check for proc argument.mame2008-06-052-1/+5
* * lib/rexml/document.rb (REXML::Document:write): leaky modificationmame2008-06-053-3/+10
* * test/iconv/utils.rb (TestIconv.testcase): make test cases conditionally.nobu2008-06-054-6/+20
* * ext/iconv/iconv.c (iconv_create): find encoding without options.nobu2008-06-052-1/+11
* * test/iconv/test_{basic,option}.rb, test/iconv/utils.rb: added.nobu2008-06-055-27/+143
* * test/iconv/test_simple.rb: added.nobu2008-06-051-0/+27
* * string.c (hash): should be "static".ko12008-06-042-1/+5
* * test/ruby/test_transcode.rb: add tests for iso-2022-jp.mame2008-06-042-0/+19
* * test/ruby/test_process.rb: add tests.mame2008-06-043-3/+148