From 680895a24b143c5da50ca2836bda6a4a61be8921 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 10 Feb 2004 05:36:34 +0000 Subject: * string.c (rb_str_match): raise TypeError when both arguments are strings. [ruby-dev:22851] * string.c (rb_str_match2): removed. * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (string.c): now not depend on version.h. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 52f1d8bee..b3c049c2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Feb 10 14:33:08 2004 NAKAMURA Usaku + + * string.c (rb_str_match): raise TypeError when both arguments are + strings. [ruby-dev:22851] + + * string.c (rb_str_match2): removed. + + * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, + wince/Makefile.sub (string.c): now not depend on version.h. + Mon Feb 9 17:46:07 2004 Nobuyoshi Nakada * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in, -- cgit