Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-05-06 | * interp/Makefile.in (OBJS): Include io.$(FASLEXT). | dos-reis | 4 | -8/+73 |
2012-05-06 | misc cleanup | dos-reis | 4 | -48/+3 |
2012-05-05 | * interp/preparse.lisp (ADDCLOSE): Move to spad-parser.boot. | dos-reis | 2 | -18/+23 |
2012-05-05 | * interp/clam.boot (HGETandCount): Remove as unused. | dos-reis | 2 | -173/+0 |
2012-05-05 | * interp/clam.boot (compHash): Rework. | dos-reis | 2 | -61/+20 |
2012-05-05 | * interp/clam.boot (compClam): Remove. | dos-reis | 4 | -161/+25 |
2012-05-05 | * interp/define.boot (compileConstructor1): Don't call | dos-reis | 3 | -16/+8 |
2012-05-04 | * interp/clam.boot (compHash): Use compQuietly in lieu of | dos-reis | 1 | -1/+1 |
2012-05-04 | * interp/lisp-backend.boot (assembleCode): New. | dos-reis | 2 | -14/+9 |
2012-05-04 | * interp/clam.boot ($hashNode): Remove. | dos-reis | 1 | -50/+1 |
2012-05-04 | * interp/clam.boot (compHash): Avoid unnecessary gensyms. | dos-reis | 1 | -11/+11 |
2012-05-04 | * interp/buildom.boot (lookupDisplay): Tidy. | dos-reis | 2 | -2/+3 |
2012-05-04 | * interp/vmlisp.lisp (THROW-PROTECT): Remove. | dos-reis | 1 | -15/+0 |
2012-05-03 | * interp/vmlisp.lisp ($lamName): Remove. | dos-reis | 2 | -49/+0 |
2012-05-03 | * interp/c-util.boot: Use LAMBDA type in lieu of LAM. | dos-reis | 5 | -15/+13 |
2012-05-03 | * interp/g-opt.boot ($AbstractionOperator): Remove SLAM. | dos-reis | 2 | -42/+8 |
2012-05-03 | * interp/define.boot (compDefineFunctor1): Use LAMBDA for the | dos-reis | 4 | -10/+7 |
2012-05-03 | * interp/c-util.boot (makeWorkerName): New. | dos-reis | 2 | -17/+13 |
2012-05-03 | * interp/c-util.boot: Use APPLY, not APPLX. | dos-reis | 5 | -11/+8 |
2012-05-02 | * interp/c-util.boot (backendCompileSPADSLAM): Do not devaluate | dos-reis | 1 | -10/+11 |
2012-05-02 | * interp/c-util.boot (backendCompileSPADSLAM): Tidy. Do not | dos-reis | 1 | -9/+8 |
2012-05-02 | * interp/vmlisp.lisp (COMPILE1): Move to lisp-backend.boot. | dos-reis | 2 | -35/+32 |
2012-05-01 | * interp/vmlisp.lisp (REMOVE-FLUIDS): Move to lisp-backend.boot. | dos-reis | 2 | -31/+30 |
2012-05-01 | * interp/vmlisp.lisp (COMP370): Move to c-util.boot | dos-reis | 3 | -10/+9 |
2012-05-01 | * interp/i-special.boot (interpREPEAT): Use CATCH directly. | dos-reis | 3 | -36/+3 |
2012-05-01 | * algebra/integer.spad.pamphlet (Integer): Use %iaddmod, %isubmod, | dos-reis | 8 | -59/+17 |
2012-04-30 | * algebra/si.spad.pamphlet (SingleInteger): Use %iaddmod, | dos-reis | 2 | -20/+13 |
2012-04-30 | * interp/compiler.boot: Use float? in lieu of FLOATP. | dos-reis | 15 | -51/+31 |
2012-04-30 | * interp/fortcall.boot: Use copyTree, not COPY-TREE. | dos-reis | 6 | -118/+104 |
2012-04-30 | * lisp/core.lisp.in (fixnum?): New. | dos-reis | 8 | -71/+25 |
2012-04-29 | * interp/debug.lisp: ident? in lieu of IDENTP. | dos-reis | 5 | -44/+37 |
2012-04-29 | * boot/ast.boot (bfNumber?): Rename from bfSmintable. Check for | dos-reis | 1 | -0/+21 |
2012-04-28 | * interp/compiler.boot (finishLambdaExpression): Tidy. | dos-reis | 2 | -3/+7 |