aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2012-05-30 * boot/ast.boot (bfSpecificErrorHere): New.dos-reis1-0/+10
2012-05-30 * boot/parser.boot: Remove references to $bpCount.dos-reis1-0/+5
2012-05-30 * boot/parser.boot: Remove references to $bpParentCount.dos-reis1-0/+5
2012-05-30 * boot/parser.boot: Remove references to $stack.dos-reis1-0/+5
2012-05-30 * boot/parser.boot: Add parser state argument to more functions.dos-reis1-0/+6
2012-05-29 * boot/parser.boot (%ParserState): New.dos-reis1-0/+10
2012-05-28 * interp/lexing.boot: Use makeToken directly.dos-reis1-1/+18
2012-05-28 * interp/io.boot (findChar): Do not define here.dos-reis1-0/+10
2012-05-26 * boot/ast.boot (bfMDef): Simplify.dos-reis1-0/+5
2012-05-26 * boot/tokens.boot: freshLine, functionSymbol?, and symbolGlobal?dos-reis1-0/+16
2012-05-25 * interp/sys-globals.boot ($compCount): Remove.dos-reis1-0/+9
2012-05-24 * algebra/Makefile.in (initdb.$(FASLEXT)): Add --syslib to fix thinko.dos-reis1-0/+4
2012-05-24 * boot/scanner.boot: Eliminate fluid variable $n.dos-reis1-0/+14
2012-05-24 * boot/scanner.boot (lexerLineLength): New.dos-reis1-0/+19
2012-05-24 * boot/scanner.boot (%Lexer): New record structure.dos-reis1-0/+6
2012-05-24 * boot/tokens.boot: "@" is now a new keyword.dos-reis1-0/+7
2012-05-23 * interp/database.boot (%Constructor): New.dos-reis1-0/+8
2012-05-23 * interp/sys-driver.boot (initializeDatabases): Load initidb ifdos-reis1-0/+11
2012-05-23 * interp/vmlisp.lisp (MAKE-CVEC): Remove.dos-reis1-0/+30
2012-05-23 * boot/includer.boot (%SourceLine): New datatype.dos-reis1-0/+8
2012-05-23 * interp/br-search.boot: Use findChar and findString in lieu of STRPOS.dos-reis1-0/+11
2012-05-23 * boot/tokens.boot (%Token): New datatype.dos-reis1-0/+10
2012-05-22 * interp/lexing.boot (%Token): Now an actual type defined as ados-reis1-0/+10
2012-05-22 * boot/translator.boot (translateToplevel): Handle record structures.dos-reis1-0/+17
2012-05-22 * boot/ast.boot (needsPROG): Remove.dos-reis1-0/+9
2012-05-21 * interp/parsing.lisp: Remove.dos-reis1-0/+15
2012-05-21 * interp/spad-parser.boot (addParensAndSemisToLine): Drop 'drop',dos-reis1-0/+6
2012-05-21 * interp/spad.lisp (S-PROCESS): Rename to translateSpad and movedos-reis1-0/+11
2012-05-21 * interp/lexing.boot (getDecimalNumberToken): New.dos-reis1-0/+10
2012-05-21 * interp/spad-parser.boot (parseSexpr1): Simplify.dos-reis1-0/+9
2012-05-21 * interp/vmlisp.lisp (SETANDFILE): Remove.dos-reis1-0/+15
2012-05-21 * interp/vmlisp.lisp (EVALANDFILEACTQ): Second argument is nodos-reis1-0/+18
2012-05-20 * interp/parsing.lisp (CONVERSATION): Remove.dos-reis1-0/+30
2012-05-20 * boot/utility.boot (strinSuffix?): New.dos-reis1-0/+5
2012-05-20 Fix build breakage with CLozure CL.dos-reis1-0/+6
2012-05-20 * boot/ast.boot (shoeCompTran): Simplify.dos-reis1-0/+9
2012-05-20 * boot/ast.boot (shoeCompTran1): Take variable sets by reference.dos-reis1-0/+6
2012-05-19 * boot/tokens.boot: symbolBinding is now builtin.dos-reis1-0/+10
2012-05-12 * interp/c-util.boot: Miscellaneous cleanup.dos-reis1-0/+22
2012-05-12 * interp/io.boot (findString): New.dos-reis1-0/+5
2012-05-12 * interp/io.boot (findChar): New.dos-reis1-0/+5
2012-05-11 * interp/preparse.lisp (PARSEPRINT): Move to spad-parser.boot.dos-reis1-0/+5
2012-05-11 * interp/preparse.lisp (ADD-PARENS-AND-SEMIS-TO-LINE): Move todos-reis1-0/+6
2012-05-11 * interp/preparse.lisp (preparseReadLine1): Move to spad-parser.boot.dos-reis1-0/+4
2012-05-10 * hyper/initx.c: Fixed spelling errors.Igor Pashev1-0/+6
2012-05-10 * interp/io.boot (carriageRetChar?): New.dos-reis1-0/+9
2012-05-09 * interp/preparse.lisp (PREPARSE): Move to spad-parser.boot.dos-reis1-2/+7
2012-05-09 * interp/preparse.lisp (FINCOMBLOCK): Move to spad-parser.boot.dos-reis1-0/+5
2012-05-09 * interp/preparse.lisp (PREPARSE-ECHO): Move to spad-parser.boot.dos-reis1-0/+6
2012-05-08 * boot/tokens.boot: Export char. Do not rename maxIndex.dos-reis1-0/+22