summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-09* lib/set.rb (Set#delete_if): Call to_a.knu
2008-06-09* io.c (fptr_finalize): close IO object if fd is already closed.akr
2008-06-09* test/ruby/test_dir.rb (TestDir::test_glob): glob file names not sorted.matz
2008-06-09* ruby.c (require_libraries): req_list may be NULL. [ruby-dev:35008]matz
2008-06-09* complex.c (make_patterns): constified.nobu
2008-06-09* rational.c (make_patterns): constified.nobu
2008-06-09* vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, andnobu
2008-06-09* vm_core.h (struct rb_vm_struct): moved src_encoding_index.nobu
2008-06-09* vm.c (rb_thread_recycle_stack_release): reduce redundant code.nobu
2008-06-09* include/ruby/intern.h (Init_stack): make to call ruby_init_stack.nobu
2008-06-08* vm_insnhelper.c, vm.c, proc.c : revert r17021. [ruby-dev:34997]wanabe
2008-06-08* bootstraptest/pending.rb: move/remove solved issues.ko1
2008-06-08Ignore config.status.lineno.knu
2008-06-08* ext/zlib/zlib.c (rb_deflate_init_copy): Copy buffers as well.knu
2008-06-08* vm_insnhelper.c, vm.c, proc.c (proc_call): allow call method withwanabe
2008-06-08* test/zlib/test_zlib.rb: add tests to achieve over 90% test coveragemame
2008-06-08* vm_insnhelper.c (vm_throw): regard break as return in lambda.wanabe
2008-06-08* gc.c: add a build option "CALC_EXACT_MALLOC_SIZE".ko1
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-08avoid dead lock on MacOS X.akr
2008-06-07* hash.c (hash_i): make Hash#hash order insensitive.akr
2008-06-07* ext/zlib/zlib.c (rb_deflate_initialize, Init_zlib): Fix upknu
2008-06-07* configure.in (VENDOR_DIR): use LIBDIR instead of PREFIX as well asnobu
2008-06-07* io.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode):nobu
2008-06-07* configure.in (CFLAGS, CXXFLAGS): append default flags.nobu
2008-06-06 * io.c (rb_open_file, rb_io_s_sysopen): fmode should be unsigned int.usa
2008-06-06* vm_insnhelper.c (vm_callee_setup_arg): check simple flag beforeko1
2008-06-06 * win32/Makefile.sub (COMMON_HEADERS): include ws2tcpip.h.usa
2008-06-06* test/iconv/utils.rb (default_test): override not to croak.nobu
2008-06-06 * include/ruby/win32.h: include ws2tcpip.h. fixed [ruby-Bugs-20528]usa
2008-06-06* gc.c (count_objects): clear hash after counting objects.akr
2008-06-06* ext/iconv/iconv.c (iconv_iconv): no needs to initialize with Qnilnobu
2008-06-05* lib/time.rb (Time.xmlschema): don't use float. fixakr
2008-06-05* test/ruby/test_gc.rb: add tests to achieve over 90% test coverage ofmame
2008-06-05* gc.c (rb_objspace_alloc): this function is needed only whenmame
2008-06-05* test/stringio/test_stringio.rb: add tests to achieve over 95% testmame
2008-06-05* eval.c (ruby_finalize_0): clear trace_func after executing ENDmame
2008-06-05* gc.c (os_obj_of): heaps may be modified in yield.akr
2008-06-05* st.c (st_reverse_foreach): comment out unused function.mame
2008-06-05* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu
2008-06-05* thread.c (thread_set_trace_func_m): fix check for proc argument.mame
2008-06-05* lib/rexml/document.rb (REXML::Document:write): leaky modificationmame
2008-06-05* test/iconv/utils.rb (TestIconv.testcase): make test cases conditionally.nobu
2008-06-05* ext/iconv/iconv.c (iconv_create): find encoding without options.nobu
2008-06-05* test/iconv/test_{basic,option}.rb, test/iconv/utils.rb: added.nobu
2008-06-05* test/iconv/test_simple.rb: added.nobu
2008-06-04* string.c (hash): should be "static".ko1
2008-06-04* test/ruby/test_transcode.rb: add tests for iso-2022-jp.mame
2008-06-04* test/ruby/test_process.rb: add tests.mame