aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/iconv/charset_alias.rb: pass block argument to outer localakr2010-02-031-0/+5
* * file.c (realpath_rec): rb_path_last_separator may return NULL.akr2010-02-031-0/+4
* * thread_pthread.c: DragonFlyBSD is also the same as FreeBSDnaruse2010-02-031-0/+5
* * thread_pthread.c (ruby_init_stack): use pthread_get_attr_npnaruse2010-02-031-0/+7
* * ext/dl/{closure,function}.c: removed C99 features and warnings.nobu2010-02-031-14/+18
* * enumerator.c: move implementation of each_slice, each_cons,matz2010-02-031-0/+12
* Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove2010-02-031-0/+27
* * ext/socket/socket.c: turn on do_not_reverse_lookup by default,nobu2010-02-021-0/+6
* * enum.c (enum_each_entry): new method #each_entry to pack valuesmatz2010-02-021-0/+12
* * lib/delegate.rb (Delegator#marshal_dump): excludenobu2010-02-021-0/+5
* * lib/matrix.rb (Vector#each2): returns a self. [ruby-dev:40241]mame2010-02-011-0/+4
* * numeric.c (flo_minus): RDoc update. a patch from red stunmatz2010-02-011-0/+5
* * ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table.nagai2010-01-311-0/+13
* * io.c (rb_io_each_codepoint): use cbuf when needs readconv.wanabe2010-01-311-0/+4
* * test/ruby/test_dir.rb: use string instead of symbol as file name.mame2010-01-311-0/+4
* * string.c (rb_string_value): fix the previous commit.mame2010-01-311-0/+4
* * string.c (rb_string_value): make no exception for Symbol.mame2010-01-311-0/+5
* * vm_insnhelper.c (vm_throw): fixed infinite loop. [ruby-core:27969]mame2010-01-311-4/+4
* * lib/rexml/text.rb (REXML::Text#initialize): do Text.check only whenmame2010-01-311-0/+6
* * vm_insnhelper.c (vm_throw): fixed infinite loop. [ruby-core:27969]mame2010-01-311-0/+4
* * lib/rexml/text.rb (REXML::Text#initialize): fix typo and a bug thatmame2010-01-311-1/+6
* * lib/rexml/parent.rb (REXML::Parent#delete): return the deleted nodemame2010-01-311-1/+7
* * A bug fix for deleting blank Table rows from Andy Hartford.jeg22010-01-311-0/+4
* * gc.c (obj_free): free rb_classext_t of eigenclass. [Bug #1392]wanabe2010-01-311-0/+4
* * lib/rexml/document.rb (REXML::Document#add): fix duplicate XMLDeclsmame2010-01-311-0/+6
* * lib/getoptlong.rb (set_options): ensure that the type of argument ismame2010-01-291-0/+6
* * configure.in (mingw): needs $(DEFFILE) for extension libraries.nobu2010-01-291-0/+5
* * lib/mkmf.rb (try_do): log no source when no developement env.nobu2010-01-291-0/+9
* * enc/trans/utf8_mac.trans (buf_shift_char): don't see uninitialisednaruse2010-01-291-0/+5
* * lib/delegate.rb (Delegator#initialize_copy): use initialize_copymatz2010-01-281-0/+6
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_i): update RDoc tomatz2010-01-281-0/+10
* * lib/cgi.rb: set autoload to CGI::HtmlExtension. [ruby-dev:40194]mame2010-01-281-0/+4
* * regcomp.c (onig_compile): initialize ScanEnv.naruse2010-01-281-0/+7
* add ML ref.kazu2010-01-271-0/+1
* * test/matrix/test_matrix.rb, test/matrix/test_vector.rb: add somemame2010-01-271-0/+5
* * lib/thread.rb (ConditionVariable#wait, signal, broadcast): returnmame2010-01-271-0/+5
* * lib/matrix.rb: add exception Matrix::ErrOperationNotImplementedkeiju2010-01-271-0/+10
* * vm_dump.c (bugreport_backtrace): trivial change.kazu2010-01-271-0/+9
* * test/ruby/test_exception.rbkazu2010-01-271-0/+6
* fix typoskazu2010-01-271-2/+2
* * lib/matrix.rb (determinant): fix name error.mame2010-01-271-0/+4
* * vm_eval.c (rb_backtrace): "circular require" warning was output tomame2010-01-271-0/+6
* * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod, BigDecimal_mod,mame2010-01-261-0/+6
* * ext/bigdecimal/bigdecimal.c (VpCtoV): do not raise infinitymame2010-01-261-0/+5
* * ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc. [Bug #2656]naruse2010-01-261-3/+3
* * ext/bigdecimal/bigdecimal.c (VpCtoV): BigDecimal("0E200000000000")mame2010-01-261-0/+7
* * configure.in: test unsetenv returns a value.akr2010-01-261-0/+8
* * ext/socket/extconf.rb: suppress a warning.akr2010-01-261-0/+6
* * vm.c (rb_vm_invoke_proc): this function must not catch TAG_RETURNmame2010-01-261-0/+5
* * lib/drb/eq.rb: fix circular requrie in drb.seki2010-01-261-0/+6