index
:
open-axiom
master
new-build
open scientific computation system
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-24
* boot/scanner.boot (%Lexer): New record structure.
dos-reis
3
-278
/
+343
2012-05-24
* boot/tokens.boot: "@" is now a new keyword.
dos-reis
9
-68
/
+97
2012-05-23
* interp/database.boot (%Constructor): New.
dos-reis
5
-31
/
+50
2012-05-23
* interp/sys-driver.boot (initializeDatabases): Load initidb if
dos-reis
4
-20
/
+32
2012-05-23
* interp/vmlisp.lisp (MAKE-CVEC): Remove.
dos-reis
28
-590
/
+524
2012-05-23
* boot/includer.boot (%SourceLine): New datatype.
dos-reis
7
-35
/
+68
2012-05-23
* interp/br-search.boot: Use findChar and findString in lieu of STRPOS.
dos-reis
11
-21
/
+34
2012-05-23
* boot/tokens.boot (%Token): New datatype.
dos-reis
13
-142
/
+135
2012-05-22
* interp/lexing.boot (%Token): Now an actual type defined as a
dos-reis
4
-46
/
+53
2012-05-22
* boot/translator.boot (translateToplevel): Handle record structures.
dos-reis
9
-60
/
+339
2012-05-22
* boot/ast.boot (needsPROG): Remove.
dos-reis
10
-4830
/
+4722
2012-05-21
* interp/parsing.lisp: Remove.
dos-reis
10
-302
/
+64
2012-05-21
* interp/spad-parser.boot (addParensAndSemisToLine): Drop 'drop',
dos-reis
2
-15
/
+19
2012-05-21
* interp/spad.lisp (S-PROCESS): Rename to translateSpad and move
dos-reis
4
-56
/
+43
2012-05-21
* interp/lexing.boot (getDecimalNumberToken): New.
dos-reis
5
-108
/
+54
2012-05-21
* interp/spad-parser.boot (parseSexpr1): Simplify.
dos-reis
4
-42
/
+11
2012-05-21
* interp/vmlisp.lisp (SETANDFILE): Remove.
dos-reis
11
-49
/
+36
2012-05-21
* interp/vmlisp.lisp (EVALANDFILEACTQ): Second argument is no
dos-reis
9
-14
/
+57
2012-05-20
* interp/parsing.lisp (CONVERSATION): Remove.
dos-reis
10
-371
/
+108
2012-05-20
* boot/utility.boot (strinSuffix?): New.
dos-reis
5
-8
/
+46
2012-05-20
one more go at this libtool fiasco
dos-reis
6
-1373
/
+11042
2012-05-20
Fix build breakage with CLozure CL.
dos-reis
3
-5
/
+8
2012-05-20
* boot/ast.boot (shoeCompTran): Simplify.
dos-reis
7
-173
/
+303
2012-05-20
* boot/ast.boot (shoeCompTran1): Take variable sets by reference.
dos-reis
6
-146
/
+171
2012-05-19
* boot/tokens.boot: symbolBinding is now builtin.
dos-reis
6
-73
/
+76
2012-05-19
Add back files removed by last commit
dos-reis
5
-0
/
+5
2012-05-19
* Makefile.in: Regenerate.
dos-reis
14
-12783
/
+2243
2012-05-12
* interp/c-util.boot: Miscellaneous cleanup.
dos-reis
20
-52
/
+71
2012-05-12
whitespace only
dos-reis
1
-11
/
+23
2012-05-12
* interp/io.boot (findString): New.
dos-reis
3
-4
/
+12
2012-05-12
* interp/io.boot (findChar): New.
dos-reis
3
-3
/
+13
2012-05-11
* interp/preparse.lisp (PARSEPRINT): Move to spad-parser.boot.
dos-reis
4
-8
/
+23
2012-05-11
* interp/preparse.lisp (ADD-PARENS-AND-SEMIS-TO-LINE): Move to
dos-reis
3
-54
/
+48
2012-05-11
* interp/preparse.lisp (preparseReadLine1): Move to spad-parser.boot.
dos-reis
3
-27
/
+24
2012-05-10
* hyper/initx.c: Fixed spelling errors.
Igor Pashev
4
-5
/
+11
2012-05-10
* interp/io.boot (carriageRetChar?): New.
dos-reis
5
-4
/
+29
2012-05-09
* interp/preparse.lisp (PREPARSE): Move to spad-parser.boot.
dos-reis
5
-32
/
+40
2012-05-09
* interp/preparse.lisp (FINCOMBLOCK): Move to spad-parser.boot.
dos-reis
3
-29
/
+24
2012-05-09
* interp/preparse.lisp (PREPARSE-ECHO): Move to spad-parser.boot.
dos-reis
4
-17
/
+28
2012-05-08
* boot/tokens.boot: Export char. Do not rename maxIndex.
dos-reis
18
-53
/
+73
2012-05-08
* interp/spad.lisp (INIT-BOOT/SPAD-READER): Don't set FILE-CLOSED.
dos-reis
5
-70
/
+56
2012-05-07
* interp/vmlisp.lisp (ioTerminal?): Rename form IS-CONSOLE.
dos-reis
9
-21
/
+32
2012-05-07
* interp/preparse.lisp (SKIP-IFBLOCK): Move to spad-parser.boot.
dos-reis
3
-80
/
+52
2012-05-07
* interp/sys-globals.boot ($insideCompTypeOf): Remove.
dos-reis
7
-59
/
+42
2012-05-06
* interp/lexing.boot (indentationLocation): New.
dos-reis
4
-22
/
+25
2012-05-06
* interp/Makefile.in (OBJS): Include io.$(FASLEXT).
dos-reis
5
-8
/
+81
2012-05-06
misc cleanup
dos-reis
4
-48
/
+3
2012-05-05
* interp/preparse.lisp (ADDCLOSE): Move to spad-parser.boot.
dos-reis
3
-18
/
+30
2012-05-05
* interp/clam.boot (HGETandCount): Remove as unused.
dos-reis
4
-175
/
+15
2012-05-05
* interp/clam.boot (compHash): Rework.
dos-reis
3
-61
/
+25
[prev]
[next]