From 7cf32d1297f4bdb3916f9165b128778bc36c1d15 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 16 Sep 2006 07:06:57 +0000 Subject: * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb: use instruby.rb to install extensions instead of ext/extmk.rb. * instruby.rb: store installed list into the file. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 43831ae93..fb8a39418 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Jan 16 16:06:20 2006 Nobuyoshi Nakada + + * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb: + use instruby.rb to install extensions instead of ext/extmk.rb. + + * instruby.rb: store installed list into the file. + Sat Sep 16 11:03:49 2006 Yukihiro Matsumoto * array.c (ary_shared_first): should create embedded copies @@ -11,10 +18,10 @@ Sat Sep 16 09:37:39 2006 Yukihiro Matsumoto Fri Sep 15 20:22:15 2006 NARUSE, Yui * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 rev.110. - * Fix: check_bom cuts \xfe\xff\xXX\xXX of UTF-32LE. - * Add support --ic=UTF-32. - * Fix: can't guess UTF-16 and UTF-32. - * Fix: can't decode beyond BMP of UTF-16LE. + * Fix: check_bom cuts \xfe\xff\xXX\xXX of UTF-32LE. + * Add support --ic=UTF-32. + * Fix: can't guess UTF-16 and UTF-32. + * Fix: can't decode beyond BMP of UTF-16LE. * ext/nkf/nkf.c (guess): Support UTF-32. @@ -86,9 +93,9 @@ Wed Sep 13 18:25:18 2006 Yukihiro Matsumoto [ruby-core:08804] Wed Sep 13 16:43:36 2006 Yukihiro Matsumoto - + * string.c (rb_str_intern): prohibit interning tainted string. - + Wed Sep 13 01:14:02 2006 Nobuyoshi Nakada * lib/optparse.rb (OptionParser#getopts): works with pre-registered -- cgit