From 79bd8d2ca0db7d6eb9eaa1264fb6becfa90e79c4 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 24 Oct 2005 00:07:01 +0000 Subject: * 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] * ext/enumerator/enumerator.c: applied documentation patch from James Edward Gray II . [ruby-core:06348] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/.document | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/.document') diff --git a/ext/.document b/ext/.document index f4c8de2f3..0f5b1fb1b 100644 --- a/ext/.document +++ b/ext/.document @@ -1,5 +1,6 @@ # Add files to this as they become documented +enumerator/enumerator.c iconv/iconv.c stringio/stringio.c strscan/strscan.c -- cgit