aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/time.rb (Time.xmlschema): don't use float. fixakr2008-06-051-0/+5
* * test/ruby/test_gc.rb: add tests to achieve over 90% test coverage ofmame2008-06-051-0/+9
* * gc.c (rb_objspace_alloc): this function is needed only whenmame2008-06-051-0/+7
* * test/stringio/test_stringio.rb: add tests to achieve over 95% testmame2008-06-051-0/+7
* * eval.c (ruby_finalize_0): clear trace_func after executing ENDmame2008-06-051-0/+7
* * gc.c (os_obj_of): heaps may be modified in yield.akr2008-06-051-0/+4
* * st.c (st_reverse_foreach): comment out unused function.mame2008-06-051-0/+6
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu2008-06-051-1/+15
* * thread.c (thread_set_trace_func_m): fix check for proc argument.mame2008-06-051-0/+4
* * lib/rexml/document.rb (REXML::Document:write): leaky modificationmame2008-06-051-0/+7
* * ext/iconv/iconv.c (iconv_create): find encoding without options.nobu2008-06-051-0/+4
* * string.c (hash): should be "static".ko12008-06-041-0/+4
* * test/ruby/test_transcode.rb: add tests for iso-2022-jp.mame2008-06-041-0/+4
* * test/ruby/test_process.rb: add tests.mame2008-06-041-0/+4
* * ext/zlib/zlib.c (rb_gzfile_set_mtime): fix typo.mame2008-06-041-0/+4
* * object.c (rb_obj_alloc): RDoc updated. a patch from Gastonmatz2008-06-041-0/+5
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-0/+5
* * ext/iconv/iconv.c (iconv_iconv): fix for length argument and nownobu2008-06-041-0/+5
* * enumerator.c (enumerator_with_index, enumerator_with_memo): Fixknu2008-06-041-0/+5
* * configure.in (CFLAGS, CXXFLAGS): include additional flags tonobu2008-06-041-0/+5
* * ext/strscan/strscan.c (strscan_scan_full, strscan_search_full): fixmame2008-06-031-0/+5
* * ext/strscan/strscan.c (strscan_exist_p): fix document.mame2008-06-031-0/+4
* * test/ruby/test_dir.rb: add tests to achieve over 90% test coveragemame2008-06-031-0/+10
* * test/etc/test_etc.rb: new tests for etc.mame2008-06-031-0/+4
* * enumerator.c (enumerator_with_memo): New method: with_memo().knu2008-06-031-0/+4
* * win32/Makefile.sub (miniruby$(EXEEXT)): miniruby cannot benobu2008-06-031-0/+5
* * enumerator.c (enumerator_init_copy): Take care ofknu2008-06-031-0/+5
* * file.c (file_expand_path): fix for non-existent files and SFN ofnobu2008-06-031-0/+5
* * lib/set.rb (Set#classify): Back out the `group_by' alias.knu2008-06-031-0/+5
* * lib/set.rb (Set#collect, Set#select): Back out. I thought itknu2008-06-031-0/+5
* * lib/set.rb (Set#collect, Set#select): Override Enumerableknu2008-06-031-0/+10
* * process.c (run_exec_pgroup): C99 ism.usa2008-06-031-0/+4
* * enumerator.c (enumerator_allocate, enumerator_ptr): Properlyknu2008-06-031-0/+7
* * test/ruby/test_method.rb: add a test.mame2008-06-021-0/+4
* * marshal.c (w_object): add a check for modification of array duringmame2008-06-021-0/+5
* * enc/iso_8859_5.c: Large omicron should lowercase to small omicron.mame2008-06-021-0/+14
* * test/ruby/test_file.rb: add tests for uninitialized object.mame2008-06-021-0/+8
* * re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame2008-06-021-0/+10
* * test/ruby/test_argf.rb (teardown): remove renamed temporary files.akr2008-06-021-0/+4
* * lib/un.rb (wait_writable): wait until target files can benobu2008-06-021-0/+8
* * lib/delegate.rb (Delegator::MethodDelegation#respond_to):knu2008-06-021-0/+6
* * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Oops. Thisknu2008-06-021-0/+5
* * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bugknu2008-06-021-0/+9
* * mkconfig.rb: hide build path from rbconfig.rb.usa2008-06-021-0/+4
* * util.c (ruby_strtod, dtoa): initialize more variables for errornobu2008-06-011-0/+5
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-011-0/+4
* * enc/gb18030.c (gb18030_code_to_mbc): add 0x80000000naruse2008-06-011-0/+5
* * ruby.c (set_arg0): reverted used variable definition.nobu2008-06-011-0/+4
* * enc/gb18030.c (gb18030_mbc_to_code): mask by 0x7FFFFFFFnaruse2008-06-011-0/+7
* * rational.c (string_to_r_internal): use rb_isdigit.naruse2008-06-011-0/+8