From 211eb7e343179cd9ba808640ab51bdfe871475e6 Mon Sep 17 00:00:00 2001 From: kosako Date: Mon, 28 Feb 2005 13:04:28 +0000 Subject: strscan.c: use new Oniguruma API. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e76019c65..9e1ba676d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Feb 28 21:55:49 2005 K.Kosako + + * ext/strscan/strscan.c (strscan_s_allocate): + use onig_region_init(). + + * ext/strscan/strscan.c (adjust_registers_to_matched): + use onig_region_set(). + Mon Feb 28 15:12:06 2005 Hirokazu Yamamoto * ext/socket/socket.c (Init_socket): ported more Socket::Constants @@ -12,7 +20,7 @@ Sun Feb 27 05:55:38 2005 Minero Aoki * parse.y [ripper]: fix typo. [ruby-core:04494] -Sat Feb 26 16:58:20 2005 K.Kosako +Sat Feb 26 16:58:20 2005 K.Kosako * parse.y, re.c, regex.h, LEGAL, ext/strscan/strscan.c: remove oniggnu.h (GNU regex API). @@ -121,11 +129,11 @@ Sat Feb 19 01:28:56 2005 Hirokazu Yamamoto * ext/bigdecimal/lib/bigdecimal/nlsolve.rb: removed because this file is sample script and same file exists in ext/bigdecimal/sample. -Thu Feb 17 22:15:34 2005 K.Kosako +Thu Feb 17 22:15:34 2005 K.Kosako * ext/strscan/strscan.c: calls Oniguruma API directly. -Thu Feb 17 21:53:12 2005 K.Kosako +Thu Feb 17 21:53:12 2005 K.Kosako * common.mk, LEGAL: remove reggnu.c. -- cgit