diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-10 05:36:34 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-10 05:36:34 +0000 |
| commit | 680895a24b143c5da50ca2836bda6a4a61be8921 (patch) | |
| tree | 6cd234ae1b4841b71bc61aeb9d919dd3dbe898ef /ChangeLog | |
| parent | 5d9349a9a5d953e2fa9254e35b9742966dcfe3a4 (diff) | |
| download | ruby-680895a24b143c5da50ca2836bda6a4a61be8921.tar.gz ruby-680895a24b143c5da50ca2836bda6a4a61be8921.tar.xz ruby-680895a24b143c5da50ca2836bda6a4a61be8921.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue Feb 10 14:33:08 2004 NAKAMURA Usaku <usa@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in, |
