From 4714381845f5ae8c9495a1b95560ddfbc459d0c8 Mon Sep 17 00:00:00 2001 From: aamine Date: Tue, 17 Feb 2004 09:02:41 +0000 Subject: * ext/strscan/strscan.c: ScanError may be (wrongly) garbage collected. (thanks Gavin Sinclair) * ext/strscan/strscan.c: move ::ScanError to StringScanner::Error. ::ScanError is also defined for backward compatibility. * ext/strscan/strscan.c: #peep is obsolete, use #peek. * ext/strscan/strscan.c: #empty? is obsolete, use #eos?. * ext/strscan/strscan.c: #clear is obsolete, use #terminate. * ext/strscan/strscan.c: #getbyte is obsolete, use #get_byte. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0afc73c9d..1f9b728df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Tue Feb 17 18:02:10 2004 Minero Aoki + + * ext/strscan/strscan.c: ScanError may be (wrongly) garbage + collected. (thanks Gavin Sinclair) + + * ext/strscan/strscan.c: move ::ScanError to StringScanner::Error. + ::ScanError is also defined for backward compatibility. + + * ext/strscan/strscan.c: #peep is obsolete, use #peek. + + * ext/strscan/strscan.c: #empty? is obsolete, use #eos?. + + * ext/strscan/strscan.c: #clear is obsolete, use #terminate. + + * ext/strscan/strscan.c: #getbyte is obsolete, use #get_byte. + Tue Feb 17 12:12:47 2004 Nobuyoshi Nakada * ext/extmk.rb (parse_args): delay expanding $(extout) until invoking -- cgit