From 16e12e0c3d18a3eb41425be40275236c6df37c40 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 7 Oct 2011 19:48:11 +0000 Subject: * interp/lexing.boot: Include sys-macros. Add more tokenizer functions. * interp/fnewmeta.lisp: Use them. * interp/parsing.lisp: Likewise. * interp/bootlex.lisp: Likewise. * interp/spad.lisp: Likewise. (NEXT-BOOT-LINE): Remove. * interp/metalex.lisp: Remove old lexing routines. * interp/Makefile.in (lexing.$(FASLEXT)): Adjust dependency. * boot/tokens.boot: newString is no longer builtin library function. (shoeDictCons): Use makeString not newString. * lisp/core.lisp.in (listToString): Fix typo. --- src/ChangeLog | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 09307931..c1dda3a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,19 @@ -2011-10-05 Gabriel Dos Reis +2011-10-07 Gabriel Dos Reis + + * interp/lexing.boot: Include sys-macros. + Add more tokenizer functions. + * interp/fnewmeta.lisp: Use them. + * interp/parsing.lisp: Likewise. + * interp/bootlex.lisp: Likewise. + * interp/spad.lisp: Likewise. + (NEXT-BOOT-LINE): Remove. + * interp/metalex.lisp: Remove old lexing routines. + * interp/Makefile.in (lexing.$(FASLEXT)): Adjust dependency. + * boot/tokens.boot: newString is no longer builtin library function. + (shoeDictCons): Use makeString not newString. + * lisp/core.lisp.in (listToString): Fix typo. + +2011-10-05 Gabriel Dos Reis * lisp/core.lisp.in (eof?): New. (listToString): Likewise. -- cgit v1.2.3