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
/
interp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-07
* interp/lexing.boot: Move %Line to io.boot.
dos-reis
5
-67
/
+95
2012-06-06
* interp/io.boot (readePendingLines): Rename from readerLines.
dos-reis
3
-9
/
+9
2012-06-05
* interp/io.boot (readerDeferLine): New.
dos-reis
3
-5
/
+7
2012-06-04
* interp/spad-parser.boot (preparse): Tidy.
dos-reis
1
-5
/
+2
2012-06-04
* interp/spad-parser.boot (findCommentBlock): Lose last
dos-reis
2
-5
/
+5
2012-06-04
* interp/spad.lisp (SPAD): Adjust.
dos-reis
7
-553
/
+540
2012-06-03
* interp/preparse.lisp ($LineList): Remove.
dos-reis
2
-25
/
+13
2012-06-03
* interp/io.boot (%Reader): New data structure.
dos-reis
4
-72
/
+69
2012-06-03
* interp/lexing.boot (%Line): Now a record structure.
dos-reis
1
-19
/
+11
2012-06-03
* boot/parser.boot (bpSignatureTail): Split out of bpSignature.
dos-reis
1
-1
/
+1
2012-05-29
* boot/parser.boot (%ParserState): New.
dos-reis
1
-7
/
+0
2012-05-28
* interp/lexing.boot: Use makeToken directly.
dos-reis
1
-41
/
+35
2012-05-28
* interp/io.boot (findChar): Do not define here.
dos-reis
2
-12
/
+0
2012-05-26
* boot/tokens.boot: freshLine, functionSymbol?, and symbolGlobal?
dos-reis
10
-13
/
+13
2012-05-25
/EDITFILE cleanup
dos-reis
11
-28
/
+30
2012-05-25
* interp/sys-globals.boot ($compCount): Remove.
dos-reis
5
-189
/
+9
2012-05-24
* boot/scanner.boot (lexerLineLength): New.
dos-reis
1
-2
/
+2
2012-05-23
* interp/database.boot (%Constructor): New.
dos-reis
4
-31
/
+42
2012-05-23
* interp/sys-driver.boot (initializeDatabases): Load initidb if
dos-reis
2
-12
/
+9
2012-05-23
* interp/vmlisp.lisp (MAKE-CVEC): Remove.
dos-reis
27
-590
/
+494
2012-05-23
* interp/br-search.boot: Use findChar and findString in lieu of STRPOS.
dos-reis
10
-21
/
+23
2012-05-23
* boot/tokens.boot (%Token): New datatype.
dos-reis
1
-6
/
+0
2012-05-22
* interp/lexing.boot (%Token): Now an actual type defined as a
dos-reis
1
-17
/
+8
2012-05-21
* interp/parsing.lisp: Remove.
dos-reis
9
-302
/
+49
2012-05-21
* interp/spad-parser.boot (addParensAndSemisToLine): Drop 'drop',
dos-reis
1
-15
/
+13
2012-05-21
* interp/spad.lisp (S-PROCESS): Rename to translateSpad and move
dos-reis
3
-56
/
+32
2012-05-21
* interp/lexing.boot (getDecimalNumberToken): New.
dos-reis
4
-108
/
+44
2012-05-21
* interp/spad-parser.boot (parseSexpr1): Simplify.
dos-reis
3
-42
/
+2
2012-05-21
* interp/vmlisp.lisp (SETANDFILE): Remove.
dos-reis
10
-49
/
+21
2012-05-21
* interp/vmlisp.lisp (EVALANDFILEACTQ): Second argument is no
dos-reis
8
-14
/
+39
2012-05-20
* interp/parsing.lisp (CONVERSATION): Remove.
dos-reis
9
-371
/
+78
2012-05-20
Fix build breakage with CLozure CL.
dos-reis
1
-3
/
+0
2012-05-20
* boot/ast.boot (shoeCompTran): Simplify.
dos-reis
1
-1
/
+1
2012-05-12
* interp/c-util.boot: Miscellaneous cleanup.
dos-reis
19
-52
/
+49
2012-05-12
whitespace only
dos-reis
1
-11
/
+23
2012-05-12
* interp/io.boot (findString): New.
dos-reis
2
-4
/
+7
2012-05-12
* interp/io.boot (findChar): New.
dos-reis
2
-3
/
+8
2012-05-11
* interp/preparse.lisp (PARSEPRINT): Move to spad-parser.boot.
dos-reis
2
-8
/
+9
2012-05-11
* interp/preparse.lisp (ADD-PARENS-AND-SEMIS-TO-LINE): Move to
dos-reis
2
-54
/
+42
2012-05-11
* interp/preparse.lisp (preparseReadLine1): Move to spad-parser.boot.
dos-reis
2
-27
/
+20
2012-05-10
* interp/io.boot (carriageRetChar?): New.
dos-reis
4
-4
/
+20
2012-05-09
* interp/preparse.lisp (PREPARSE): Move to spad-parser.boot.
dos-reis
4
-30
/
+33
2012-05-09
* interp/preparse.lisp (FINCOMBLOCK): Move to spad-parser.boot.
dos-reis
2
-29
/
+19
2012-05-09
* interp/preparse.lisp (PREPARSE-ECHO): Move to spad-parser.boot.
dos-reis
2
-17
/
+18
2012-05-08
* boot/tokens.boot: Export char. Do not rename maxIndex.
dos-reis
14
-44
/
+36
2012-05-08
* interp/spad.lisp (INIT-BOOT/SPAD-READER): Don't set FILE-CLOSED.
dos-reis
4
-70
/
+40
2012-05-07
* interp/vmlisp.lisp (ioTerminal?): Rename form IS-CONSOLE.
dos-reis
8
-19
/
+19
2012-05-07
* interp/preparse.lisp (SKIP-IFBLOCK): Move to spad-parser.boot.
dos-reis
2
-80
/
+44
2012-05-07
* interp/sys-globals.boot ($insideCompTypeOf): Remove.
dos-reis
6
-59
/
+34
2012-05-06
* interp/lexing.boot (indentationLocation): New.
dos-reis
3
-22
/
+19
[prev]
[next]