summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2008-06-03* enumerator.c (enumerator_allocate, enumerator_ptr): Properlyknu
2008-06-02* test/ruby/test_method.rb: add a test.mame
2008-06-02* marshal.c (w_object): add a check for modification of array duringmame
2008-06-02* enc/iso_8859_5.c: Large omicron should lowercase to small omicron.mame
2008-06-02* test/ruby/test_file.rb: add tests for uninitialized object.mame
2008-06-02* re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame
2008-06-02* test/ruby/test_argf.rb (teardown): remove renamed temporary files.akr
2008-06-02 * lib/un.rb (wait_writable): wait until target files can benobu
2008-06-02* lib/delegate.rb (Delegator::MethodDelegation#respond_to):knu
2008-06-02* lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Oops. Thisknu
2008-06-02* lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bugknu
2008-06-02 * mkconfig.rb: hide build path from rbconfig.rb.usa
2008-06-01* util.c (ruby_strtod, dtoa): initialize more variables for errornobu
2008-06-01* suppress warnings on cygwin, mingw and mswin.nobu
2008-06-01* enc/gb18030.c (gb18030_code_to_mbc): add 0x80000000naruse
2008-06-01* ruby.c (set_arg0): reverted used variable definition.nobu
2008-06-01* enc/gb18030.c (gb18030_mbc_to_code): mask by 0x7FFFFFFFnaruse
2008-06-01* rational.c (string_to_r_internal): use rb_isdigit.naruse
2008-06-01* insns.def (DEFINE_INSN): subtract of pointers is ptrdiff_t.naruse
2008-06-01* test/ruby/envutil.rb (assert_normal_exit): show coredump status.akr
2008-05-31* README, README.ja: Add a note about default C flags.knu
2008-05-31* gc.c (count_objects): clear given hash.akr
2008-05-31* test/ruby/test_regexp.rb: add tests.mame
2008-05-31* enc/utf_16{be,le}.c (utf16{be,le}_code_to_mbc):naruse
2008-05-31* suppress warnings with -Wwrite-string.nobu