summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-02-02* ext/socket/socket.c: turn on do_not_reverse_lookup by default,nobu
2010-02-02* enum.c (enum_each_entry): new method #each_entry to pack valuesmatz
2010-02-02* lib/delegate.rb (Delegator#marshal_dump): excludenobu
2010-02-01* lib/matrix.rb (Vector#each2): returns a self. [ruby-dev:40241]mame
2010-02-01* numeric.c (flo_minus): RDoc update. a patch from red stunmatz
2010-01-31* ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table.nagai
2010-01-31* io.c (rb_io_each_codepoint): use cbuf when needs readconv.wanabe
2010-01-31* test/ruby/test_dir.rb: use string instead of symbol as file name.mame
2010-01-31* string.c (rb_string_value): fix the previous commit.mame
2010-01-31* string.c (rb_string_value): make no exception for Symbol.mame
2010-01-31* vm_insnhelper.c (vm_throw): fixed infinite loop. [ruby-core:27969]mame
2010-01-31* lib/rexml/text.rb (REXML::Text#initialize): do Text.check only whenmame
2010-01-31* vm_insnhelper.c (vm_throw): fixed infinite loop. [ruby-core:27969]mame
2010-01-31* lib/rexml/text.rb (REXML::Text#initialize): fix typo and a bug thatmame
2010-01-31* lib/rexml/parent.rb (REXML::Parent#delete): return the deleted nodemame
2010-01-31* A bug fix for deleting blank Table rows from Andy Hartford.jeg2
2010-01-31* gc.c (obj_free): free rb_classext_t of eigenclass. [Bug #1392]wanabe
2010-01-31* lib/rexml/document.rb (REXML::Document#add): fix duplicate XMLDeclsmame
2010-01-29* lib/getoptlong.rb (set_options): ensure that the type of argument ismame
2010-01-29* configure.in (mingw): needs $(DEFFILE) for extension libraries.nobu
2010-01-29* lib/mkmf.rb (try_do): log no source when no developement env.nobu
2010-01-29* enc/trans/utf8_mac.trans (buf_shift_char): don't see uninitialisednaruse
2010-01-28* lib/delegate.rb (Delegator#initialize_copy): use initialize_copymatz
2010-01-28* ext/bigdecimal/bigdecimal.c (BigDecimal_to_i): update RDoc tomatz
2010-01-28* lib/cgi.rb: set autoload to CGI::HtmlExtension. [ruby-dev:40194]mame
2010-01-28* regcomp.c (onig_compile): initialize ScanEnv.naruse
2010-01-27add ML ref.kazu
2010-01-27* test/matrix/test_matrix.rb, test/matrix/test_vector.rb: add somemame
2010-01-27* lib/thread.rb (ConditionVariable#wait, signal, broadcast): returnmame
2010-01-27 * lib/matrix.rb: add exception Matrix::ErrOperationNotImplementedkeiju
2010-01-27* vm_dump.c (bugreport_backtrace): trivial change.kazu
2010-01-27* test/ruby/test_exception.rbkazu
2010-01-27fix typoskazu
2010-01-27* lib/matrix.rb (determinant): fix name error.mame
2010-01-27* vm_eval.c (rb_backtrace): "circular require" warning was output tomame
2010-01-26* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod, BigDecimal_mod,mame
2010-01-26* ext/bigdecimal/bigdecimal.c (VpCtoV): do not raise infinitymame
2010-01-26* ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc. [Bug #2656]naruse
2010-01-26* ext/bigdecimal/bigdecimal.c (VpCtoV): BigDecimal("0E200000000000")mame
2010-01-26* configure.in: test unsetenv returns a value.akr
2010-01-26* ext/socket/extconf.rb: suppress a warning.akr
2010-01-26* vm.c (rb_vm_invoke_proc): this function must not catch TAG_RETURNmame
2010-01-26 * lib/drb/eq.rb: fix circular requrie in drb.seki
2010-01-26* ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc.naruse
2010-01-26* ext/strscan/strscan.c: fix rdoc. (length -> bytesize)naruse
2010-01-25* lib/matrix.rb: suppress warnings.akr
2010-01-25* cont.c, vm_core.h, eval.c: because rb_protect must not be jumped bymame
2010-01-25* thread.c (do_select): wrong conditions. [ruby-core:27753]usa
2010-01-25* test/ruby/envutil.rb: use method_defined? instead ofmame
2010-01-25* cont.c (rb_cont_call, cont_restore_1): remove trap_tag check becausemame