summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-11-02* test/win32ole/test_win32ole_event.rb: rename test class.suke
2008-11-02* test/win32ole/test_err_in_callback.rb: add teardown.suke
2008-11-02* ext/win32ole/win32ole.c (ole_event_free): invoke IConnectionPoint::Unadvisesuke
2008-11-02win32/Makefile.sub: add RUNRUBYOPT. [ruby-dev:37009]suke
2008-11-02* ext/zlib/zlib.c (Init_zlib): defines readbyte instead redefiningnobu
2008-10-31Don't require rubygems/defaults from gem_prelude.rb.drbrain
2008-10-31* lib/rss/converter.rb (RSS::Converter): use String#encode.kou
2008-10-31* lib/webrick/httpauth/digestauth.rbmame
2008-10-31* test/ruby/test_array.rb (test_array_subclass) test for r20076.yugui
2008-10-31* array.c (ary_partial0): recovers mistakenly feature change at r19723.yugui
2008-10-31* enc/trans/single_byte.trans, maccroatioan-tbl.rb,duerst
2008-10-31* dir.c (dir_globs): need taint check. reported by stevematz
2008-10-31* array.c (rb_ary_decrement_share): fix to work recyclingwanabe
2008-10-31* spec/default.mspec: supports that the build directory != srcdir.yugui
2008-10-31* encoding.c (rb_enc_set_default_internal): no alias "internal" ifnobu
2008-10-30* ruby.c (process_options): delays setting safe level.nobu
2008-10-30* array.c (rb_ary_permutation): hide temporal array.mame
2008-10-30* pack.c (pack_pack): templates a, A, Z should propagate encodingmatz
2008-10-30* ruby.c (load_file_internal): should not set script encoding tomatz
2008-10-30* enc/trans/single_byte.trans: refactoring to make it easierduerst
2008-10-30* ruby.c (moreswitches): splits option string and passes arguments.nobu
2008-10-30* encoding.c (rb_locale_encoding): makes an alias for locale.nobu
2008-10-29* indent ChangeLogtakano32
2008-10-29* add references.mame
2008-10-29* array.c (rb_ary_sort_bang): remove SEGV when replacing array withmame
2008-10-29* test/ruby/test_array.rb: add some tests.mame
2008-10-29* string.c (rb_str_check_dummy_enc): new function to check dummymatz
2008-10-29* io.c (rb_io_rewind): should reset fptr->readconv if it'smatz
2008-10-29* array.c (rb_ary_splice): remove redundant check.mame
2008-10-29* string.c (rb_str_cmp): fix condition which always returned truemame
2008-10-29* test/ruby/test_array (test_permutation): add a test that replacesmame
2008-10-29* array.c (rb_ary_sort_bang): replacing array during sort brokemame
2008-10-29* revert the previous wrong commit; sorry.mame
2008-10-29* array.c (rb_ary_sort_bang): replacing array during sort brokemame
2008-10-29* test/webrick/utils.rb (start_server): provide a reference to log ofmame
2008-10-29* pack.c (pack_pack): set encoding from packing string and UTF-8 fornobu
2008-10-29* complex.c (imp1, imp2): should declare type.takano32
2008-10-29* common.mk (revision.h): have to be updated daily or by non-trivialnobu
2008-10-29* README, README.ja: Update the portability section.knu
2008-10-29* configure.in (rb_cv_lib_xpg4_needed): Drop legacy FreeBSDknu
2008-10-29* configure.in (dln-a-out): cannot make shared library nor work withnobu
2008-10-29 * win32/win32.c (rb_w32_open): shouldn't seek here.usa
2008-10-29* ruby.c (load_file_internal): use ASCII-8BIT to prevent conversion.nobu
2008-10-29* ruby.c (load_file_internal): cache common interned IDs.nobu
2008-10-28 * complex.c: uses macro in declarations.tadf
2008-10-28 * win32/win32.c (rb_w32_open): need to seek to the end of the file whenusa
2008-10-28 * math.c (rb_math_{atan2,cos,cosh,hypot,log,sin,sinh,sqrt}): added.tadf
2008-10-28* ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars.naruse
2008-10-28* test/ruby/test_proc.rb: filled all patterns for testingyugui
2008-10-28typo.tadf