Age | Commit message (Expand) | Author | Files | Lines |
2012-05-07 | * interp/vmlisp.lisp (ioTerminal?): Rename form IS-CONSOLE. | dos-reis | 1 | -2/+13 |
2012-05-07 | * interp/preparse.lisp (SKIP-IFBLOCK): Move to spad-parser.boot. | dos-reis | 1 | -0/+8 |
2012-05-07 | * interp/sys-globals.boot ($insideCompTypeOf): Remove. | dos-reis | 1 | -0/+8 |
2012-05-06 | * interp/lexing.boot (indentationLocation): New. | dos-reis | 1 | -0/+6 |
2012-05-06 | * interp/Makefile.in (OBJS): Include io.$(FASLEXT). | dos-reis | 1 | -0/+8 |
2012-05-05 | * interp/preparse.lisp (ADDCLOSE): Move to spad-parser.boot. | dos-reis | 1 | -0/+7 |
2012-05-05 | * interp/clam.boot (HGETandCount): Remove as unused. | dos-reis | 1 | -0/+15 |
2012-05-05 | * interp/clam.boot (compHash): Rework. | dos-reis | 1 | -0/+5 |
2012-05-05 | * interp/clam.boot (compClam): Remove. | dos-reis | 1 | -0/+11 |
2012-05-05 | * interp/define.boot (compileConstructor1): Don't call | dos-reis | 1 | -0/+10 |
2012-05-04 | * interp/clam.boot (compHash): Use compQuietly in lieu of | dos-reis | 1 | -0/+5 |
2012-05-04 | * interp/lisp-backend.boot (assembleCode): New. | dos-reis | 1 | -0/+6 |
2012-05-04 | * interp/clam.boot ($hashNode): Remove. | dos-reis | 1 | -0/+5 |
2012-05-04 | * interp/clam.boot (compHash): Avoid unnecessary gensyms. | dos-reis | 1 | -0/+4 |
2012-05-04 | * interp/buildom.boot (lookupDisplay): Tidy. | dos-reis | 1 | -0/+5 |
2012-05-04 | * interp/vmlisp.lisp (THROW-PROTECT): Remove. | dos-reis | 1 | -0/+7 |
2012-05-03 | * interp/vmlisp.lisp ($lamName): Remove. | dos-reis | 1 | -0/+10 |
2012-05-03 | * interp/c-util.boot: Use LAMBDA type in lieu of LAM. | dos-reis | 1 | -0/+8 |
2012-05-03 | * interp/g-opt.boot ($AbstractionOperator): Remove SLAM. | dos-reis | 1 | -0/+7 |
2012-05-03 | * interp/define.boot (compDefineFunctor1): Use LAMBDA for the | dos-reis | 1 | -0/+10 |
2012-05-03 | * interp/c-util.boot (makeWorkerName): New. | dos-reis | 1 | -0/+8 |
2012-05-03 | * interp/c-util.boot: Use APPLY, not APPLX. | dos-reis | 1 | -0/+8 |
2012-05-02 | * interp/c-util.boot (backendCompileSPADSLAM): Do not devaluate | dos-reis | 1 | -0/+5 |
2012-05-02 | * interp/c-util.boot (backendCompileSPADSLAM): Tidy. Do not | dos-reis | 1 | -0/+5 |
2012-05-02 | * interp/vmlisp.lisp (COMPILE1): Move to lisp-backend.boot. | dos-reis | 1 | -0/+5 |
2012-05-01 | * interp/vmlisp.lisp (REMOVE-FLUIDS): Move to lisp-backend.boot. | dos-reis | 1 | -0/+7 |
2012-05-01 | * interp/vmlisp.lisp (COMP370): Move to c-util.boot | dos-reis | 1 | -0/+5 |
2012-05-01 | * interp/i-special.boot (interpREPEAT): Use CATCH directly. | dos-reis | 1 | -0/+12 |
2012-05-01 | * algebra/integer.spad.pamphlet (Integer): Use %iaddmod, %isubmod, | dos-reis | 1 | -1/+30 |
2012-04-30 | * algebra/si.spad.pamphlet (SingleInteger): Use %iaddmod, | dos-reis | 1 | -0/+12 |
2012-04-30 | * interp/compiler.boot: Use float? in lieu of FLOATP. | dos-reis | 1 | -0/+21 |
2012-04-30 | * interp/fortcall.boot: Use copyTree, not COPY-TREE. | dos-reis | 1 | -0/+12 |
2012-04-30 | * lisp/core.lisp.in (fixnum?): New. | dos-reis | 1 | -0/+23 |
2012-04-29 | * interp/debug.lisp: ident? in lieu of IDENTP. | dos-reis | 1 | -0/+9 |
2012-04-29 | * boot/ast.boot (bfNumber?): Rename from bfSmintable. Check for | dos-reis | 1 | -0/+12 |
2012-04-28 | * interp/compiler.boot (finishLambdaExpression): Tidy. | dos-reis | 1 | -0/+6 |
2012-04-28 | * interp/boot-pkg.lisp (gensym?): Check for non-null object. | dos-reis | 1 | -0/+11 |
2012-03-02 | * algebra/catdef.spad.pamphlet (MonoidOperation): Noew CoercibleTo | dos-reis | 1 | -0/+5 |
2012-02-27 | * interp/nruncomp.boot (markOperation): New. | dos-reis | 1 | -0/+6 |
2012-02-27 | * interp/compiler.boot (compFormWithModemap): Mark implementation | dos-reis | 1 | -0/+5 |
2012-02-27 | * interp/compiler.boot (emitLocalCallInsn): Mark external | dos-reis | 1 | -0/+10 |
2012-02-26 | * interp/g-util.boot (usedSymbol?): Remove. | dos-reis | 1 | -0/+11 |
2012-02-26 | * interp/c-util.boot (numOfOccurencesOf): Tidy. | dos-reis | 1 | -0/+6 |
2012-02-26 | * interp/compiler.boot (compTopLevel): Do not bind $killOptimizeIfTrue. | dos-reis | 1 | -0/+11 |
2012-02-25 | * interp/compiler.boot (extractCode): Rename from | dos-reis | 1 | -0/+5 |
2012-02-25 | * interp/compiler.boot (finishLambdaExpression): Use %closure. | dos-reis | 1 | -0/+6 |
2012-02-25 | * interp/nruncomp.boot (genDeltaEntry): Fix thinko. | dos-reis | 1 | -0/+4 |
2012-02-25 | * algebra/catdef.spad.pamphlet (BinaryOperatorCategory): New. | dos-reis | 1 | -0/+14 |
2012-02-24 | * interp/lexing.boot: "assume" is now also a keyword for the compiler. | dos-reis | 1 | -0/+6 |
2012-02-23 | * interp/nruncomp.boot (genDeltaEntry): Replace applyFun with %apply. | dos-reis | 1 | -0/+12 |