From 3d58c8ff9d2a29477d85828b0dd1c35fecbaab5b Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 11 Oct 2011 02:31:54 +0000 Subject: * interp/lexing.boot (matchString): New. * interp/fnewmeta.lisp: Use it. * interp/parsing.lisp: Likewise. (MATCH-STRING): Remove. --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index bd27c57d..cc61e6b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2011-10-10 Gabriel Dos Reis + + * interp/lexing.boot (matchString): New. + * interp/fnewmeta.lisp: Use it. + * interp/parsing.lisp: Likewise. + (MATCH-STRING): Remove. + 2011-10-10 Gabriel Dos Reis * interp/metalex.lisp (DEFUN-PARSE-TOKEN): Remove. -- cgit v1.2.3