index
:
open-axiom
master
new-build
open scientific computation system
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-07
* interp/lexing.boot: Move %Line to io.boot.
dos-reis
1
-1
/
+6
2012-06-06
* interp/io.boot (readePendingLines): Rename from readerLines.
dos-reis
1
-0
/
+5
2012-06-05
* interp/io.boot (readerDeferLine): New.
dos-reis
1
-0
/
+6
2012-06-04
* interp/spad-parser.boot (preparse): Tidy.
dos-reis
1
-0
/
+4
2012-06-04
* interp/spad-parser.boot (findCommentBlock): Lose last
dos-reis
1
-0
/
+5
2012-06-04
* interp/spad.lisp (SPAD): Adjust.
dos-reis
1
-0
/
+12
2012-06-03
* interp/preparse.lisp ($LineList): Remove.
dos-reis
1
-0
/
+10
2012-06-03
* interp/io.boot (%Reader): New data structure.
dos-reis
1
-0
/
+13
2012-06-03
* interp/lexing.boot (%Line): Now a record structure.
dos-reis
1
-0
/
+9
2012-06-03
* boot/parser.boot (bpSignatureTail): Split out of bpSignature.
dos-reis
1
-0
/
+20
2012-06-01
* boot/translator.boot: Remove DEFUSE, $booDefined,
dos-reis
1
-0
/
+8
2012-06-01
* boot/ast.boot (%LoadUnit): Add field for enclosing function.
dos-reis
1
-0
/
+5
2012-06-01
* boot/ast.boot (%LoadUnit): Add fields for side conditions.
dos-reis
1
-0
/
+5
2012-06-01
* boot/ast.boot (%LoadUnit): Add fields for let var and is var
dos-reis
1
-0
/
+6
2012-05-31
* boot/ast.boot: Add a %LoadUnit parameter to most functions.
dos-reis
1
-0
/
+6
2012-05-30
* boot/parser.boot: Replace references to $ttok.
dos-reis
1
-0
/
+4
2012-05-30
* boot/parser.boot (%ParserState): Add field for current token.
dos-reis
1
-0
/
+5
2012-05-30
* boot/ast.boot (bfSpecificErrorHere): New.
dos-reis
1
-0
/
+10
2012-05-30
* boot/parser.boot: Remove references to $bpCount.
dos-reis
1
-0
/
+5
2012-05-30
* boot/parser.boot: Remove references to $bpParentCount.
dos-reis
1
-0
/
+5
2012-05-30
* boot/parser.boot: Remove references to $stack.
dos-reis
1
-0
/
+5
2012-05-30
* boot/parser.boot: Add parser state argument to more functions.
dos-reis
1
-0
/
+6
2012-05-29
* boot/parser.boot (%ParserState): New.
dos-reis
1
-0
/
+10
2012-05-28
* interp/lexing.boot: Use makeToken directly.
dos-reis
1
-1
/
+18
2012-05-28
* interp/io.boot (findChar): Do not define here.
dos-reis
1
-0
/
+10
2012-05-26
* boot/ast.boot (bfMDef): Simplify.
dos-reis
1
-0
/
+5
2012-05-26
* boot/tokens.boot: freshLine, functionSymbol?, and symbolGlobal?
dos-reis
1
-0
/
+16
2012-05-25
* interp/sys-globals.boot ($compCount): Remove.
dos-reis
1
-0
/
+9
2012-05-24
* algebra/Makefile.in (initdb.$(FASLEXT)): Add --syslib to fix thinko.
dos-reis
1
-0
/
+4
2012-05-24
* boot/scanner.boot: Eliminate fluid variable $n.
dos-reis
1
-0
/
+14
2012-05-24
* boot/scanner.boot (lexerLineLength): New.
dos-reis
1
-0
/
+19
2012-05-24
* boot/scanner.boot (%Lexer): New record structure.
dos-reis
1
-0
/
+6
2012-05-24
* boot/tokens.boot: "@" is now a new keyword.
dos-reis
1
-0
/
+7
2012-05-23
* interp/database.boot (%Constructor): New.
dos-reis
1
-0
/
+8
2012-05-23
* interp/sys-driver.boot (initializeDatabases): Load initidb if
dos-reis
1
-0
/
+11
2012-05-23
* interp/vmlisp.lisp (MAKE-CVEC): Remove.
dos-reis
1
-0
/
+30
2012-05-23
* boot/includer.boot (%SourceLine): New datatype.
dos-reis
1
-0
/
+8
2012-05-23
* interp/br-search.boot: Use findChar and findString in lieu of STRPOS.
dos-reis
1
-0
/
+11
2012-05-23
* boot/tokens.boot (%Token): New datatype.
dos-reis
1
-0
/
+10
2012-05-22
* interp/lexing.boot (%Token): Now an actual type defined as a
dos-reis
1
-0
/
+10
2012-05-22
* boot/translator.boot (translateToplevel): Handle record structures.
dos-reis
1
-0
/
+17
2012-05-22
* boot/ast.boot (needsPROG): Remove.
dos-reis
1
-0
/
+9
2012-05-21
* interp/parsing.lisp: Remove.
dos-reis
1
-0
/
+15
2012-05-21
* interp/spad-parser.boot (addParensAndSemisToLine): Drop 'drop',
dos-reis
1
-0
/
+6
2012-05-21
* interp/spad.lisp (S-PROCESS): Rename to translateSpad and move
dos-reis
1
-0
/
+11
2012-05-21
* interp/lexing.boot (getDecimalNumberToken): New.
dos-reis
1
-0
/
+10
2012-05-21
* interp/spad-parser.boot (parseSexpr1): Simplify.
dos-reis
1
-0
/
+9
2012-05-21
* interp/vmlisp.lisp (SETANDFILE): Remove.
dos-reis
1
-0
/
+15
2012-05-21
* interp/vmlisp.lisp (EVALANDFILEACTQ): Second argument is no
dos-reis
1
-0
/
+18
2012-05-20
* interp/parsing.lisp (CONVERSATION): Remove.
dos-reis
1
-0
/
+30
[prev]
[next]