summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-06-08* bootstraptest/pending.rb: move/remove solved issues.ko1
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-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-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* ext/iconv/iconv.c (iconv_create): find encoding without options.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
2008-06-04* ext/zlib/zlib.c (rb_gzfile_set_mtime): fix typo.mame
2008-06-04* object.c (rb_obj_alloc): RDoc updated. a patch from Gastonmatz
2008-06-04* lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz
2008-06-04* ext/iconv/iconv.c (iconv_iconv): fix for length argument and nownobu
2008-06-04* enumerator.c (enumerator_with_index, enumerator_with_memo): Fixknu
2008-06-04* configure.in (CFLAGS, CXXFLAGS): include additional flags tonobu
2008-06-03* ext/strscan/strscan.c (strscan_scan_full, strscan_search_full): fixmame
2008-06-03* ext/strscan/strscan.c (strscan_exist_p): fix document.mame
2008-06-03* test/ruby/test_dir.rb: add tests to achieve over 90% test coveragemame
2008-06-03* test/etc/test_etc.rb: new tests for etc.mame
2008-06-03* enumerator.c (enumerator_with_memo): New method: with_memo().knu
2008-06-03 * win32/Makefile.sub (miniruby$(EXEEXT)): miniruby cannot benobu
2008-06-03* enumerator.c (enumerator_init_copy): Take care ofknu
2008-06-03* file.c (file_expand_path): fix for non-existent files and SFN ofnobu
2008-06-03* lib/set.rb (Set#classify): Back out the `group_by' alias.knu
2008-06-03* lib/set.rb (Set#collect, Set#select): Back out. I thought itknu
2008-06-03* lib/set.rb (Set#collect, Set#select): Override Enumerableknu
2008-06-03 * process.c (run_exec_pgroup): C99 ism.usa