From 3f2ab509f7addf63100366a09e2c1b2525831f04 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 27 Oct 2005 08:18:38 +0000 Subject: * string.c (scan_once): wrong condition to use mbclen2(). [ruby-dev:27535] * time.c (time_sunday): added predicate methods for the days of the week. [ruby-list:41340] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 109f93a9f..7fbed9e95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 27 16:45:31 2005 Yukihiro Matsumoto + + * string.c (scan_once): wrong condition to use mbclen2(). + [ruby-dev:27535] + Thu Oct 27 11:53:17 2005 Hirokazu Yamamoto * missing.h, missing/memcmp.c, missing/memmove.c: @@ -27,6 +32,14 @@ Tue Oct 25 20:06:59 2005 Hirokazu Yamamoto and received by 64bit integer (VALUE), upper bits may have garbage value. [ruby-dev:27513] +Tue Oct 25 15:32:00 2005 Yukihiro Matsumoto + + * lib/rational.rb: applied documentation patch from Gavin Sinclair + . [ruby-core:06364] + + * lib/irb.rb (IRB::Irb::eval_input): handle prompts with newlines + in irb auto-indentation mode. [ruby-core:06358] + Tue Oct 25 14:21:46 2005 Hirokazu Yamamoto * gc.c (garbage_collect): sorry, previous commit was incorrect. @@ -65,9 +78,26 @@ Mon Oct 24 11:01:11 2005 Hidetoshi NAGAI * ext/tk/lib/tk/menu.rb (TkMenuEntryConfig::__item_val2ruby_optkeys): ditto. [ruby-core:06359] +Mon Oct 24 07:57:56 2005 Yukihiro Matsumoto + + * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys): + typo fixed. [ruby-talk:162187] + + * ext/tk/lib/tk/menu.rb (TkMenuEntryConfig::__item_val2ruby_optkeys): + ditto. [ruby-core:06359] + + * lib/matrix.rb (Matrix::initialize): use funcall instead of send + to allow private methods to be called. A report from + Jean-Claude Arbaut . [ruby-core:06359] + +Mon Oct 24 00:41:18 2005 Yukihiro Matsumoto + + * time.c (time_sunday): added predicate methods for the days of the + week. [ruby-list:41340] + Sun Oct 23 07:11:11 2005 Hidetoshi NAGAI - * ext/tk/extconf.rb: improbe messages [ruby-core:06325]. + * ext/tk/extconf.rb: improve messages [ruby-core:06325]. * ext/tk/lib/tk.rb, ext/tk/lib/tk/canvas.rb, ext/tk/lib/tk/entry.rb, ext/tk/lib/tk/frame.rb, ext/tk/lib/tk/image.rb, @@ -102,7 +132,7 @@ Sat Oct 22 14:25:43 2005 Hirokazu Yamamoto scan_{oct,hex}) * util.c: almostly ANSI styled. (except for functions depending on - macro and K&R tecknique) + macro and K&R technique) Sat Oct 22 13:26:57 2005 Nobuyoshi Nakada -- cgit