From 62a125276f6dc3acedaf11af209b7e4c02306128 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 28 May 2012 14:09:02 +0000 Subject: * interp/io.boot (findChar): Do not define here. * interp/match.boot (charPosition): Likewise. * boot/utility.boot (charPosition): Now return argument string length if no match. (findChar): New. * boot/scanner.boot (lexerCharPosition): Adjust. (shoeAccumulateLines): Use findChar. --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 43a06c68..7a530006 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2012-05-28 Gabriel Dos Reis + + * interp/io.boot (findChar): Do not define here. + * interp/match.boot (charPosition): Likewise. + * boot/utility.boot (charPosition): Now return argument string + length if no match. + (findChar): New. + * boot/scanner.boot (lexerCharPosition): Adjust. + (shoeAccumulateLines): Use findChar. + 2012-05-26 Gabriel Dos Reis * boot/ast.boot (bfMDef): Simplify. -- cgit v1.2.3