aboutsummaryrefslogtreecommitdiff
path: root/src/interp
AgeCommit message (Collapse)AuthorFilesLines
2013-05-22Replace Lisp-level structure with Boot datatypedos-reis5-45/+47
2013-05-22Replace OPTIONLIST with $compilerOptionsdos-reis6-17/+23
2013-05-21Use DB data structure directly.dos-reis2-11/+4
2013-05-20 * interp/database.boot (getConstructorAbbreviationFromDB): Use DBdos-reis1-1/+2
data structure directtly.
2013-05-19 * interp/define.boot (compDefineFunctor1): Use the currentdos-reis2-16/+13
instantiation form when adding modemaps from category. (partialSignature?): New. (refineDefinitionSignature): Use full completion from getSignature. * interp/compiler.boot (compIterator): Simplify.
2013-05-19 * interp/define.boot (sourceMatches): New.dos-reis1-2/+28
(getDollarName): Likewise. (getSignature): Them. Tidy. (setDollarName): New. (compDefineFunctor1): Use it.
2013-05-19 * interp/define.boot (getSignature): Third parameter need not be fluid.dos-reis1-4/+4
2013-05-19Tidy getSignaturedos-reis1-8/+6
2013-05-19 * interp/define.boot (knownPred): Take a memo-table as third parameter.dos-reis1-19/+39
2013-05-16 * interp/compiler.boot (unknownTypeError): Simplify.dos-reis2-4/+10
* interp/define.boot (dbClearForCompilation!): Clear more fields.
2013-05-15 * interp/compiler.boot (comp2): Leave categories alone.dos-reis1-2/+3
2013-05-15 * interp/compiler.boot (comp2): Don't test for $bootStrapMode.dos-reis1-2/+1
2013-05-15Fix typodos-reis1-1/+1
2013-05-15Add DB documentation accessordos-reis1-0/+3
2013-05-15 * interp/define.boot (dbClearForCompilation!): New.dos-reis1-3/+8
(compDefineFunctor1): Use it.
2013-05-15 * interp/nruncomp.boot (NRTputInHead): Tidy.dos-reis1-15/+16
2013-05-15 * interp/g-opt.boot (quoteMode): New.dos-reis1-3/+9
(optRetract): Use it. (optPullback): Likewise.
2013-05-15 * interp/define.boot (checkAndDeclare): Constructor parameterdos-reis1-4/+6
shadowing. * algebra/lodof.spad.pamphlet (SetOfMIntegersInOneToN): [enum]: Lose last parameter. Adjust callers.
2013-05-14 * interp/c-util.boot (cleanParameterList!): New.dos-reis5-15/+25
* interp/define.boot (spadCompileOrSetq): Use it.
2013-05-14Move lispy stuff to lisp-backend.bootdos-reis2-185/+185
2013-05-14 * algebra/array2.spad.pamphlet (TwoDimensionalArrayCategory): Testdos-reis2-3/+10
for BasicType satisfaction instead of existence of =.
2013-05-13 * interp/g-opt.boot (%array2list): New side-effect free opcode.dos-reis2-1/+6
* interp/lisp-backend.boot: Expand it. * algebra/array1.spad.pamphlet (PrimitiveArray): Implement maxIndex, parts, and members.
2013-05-12 * interp/database.boot (getConstructorModemap): Revert previous change.dos-reis1-2/+2
2013-05-11 Remove IndexedTwoDimensionalArray.dos-reis1-2/+2
2013-05-11Consistently use OIL opcodes for abstractionsdos-reis9-33/+33
2013-05-11Fix opcode for references to domain-wide entitiesdos-reis2-5/+5
2013-05-11Introduce opcodes for arrays constructionsdos-reis2-2/+25
2013-05-10The compiler now accepts do-statementsdos-reis3-9/+27
2013-05-09 * interp/i-special.boot (evalIF): Generate OIL intermediatedos-reis3-11/+9
instruction %otherwise, not Lisp expression T. * interp/slam.boot (isRecurrenceRelation): Likewise.
2013-05-09Simplify copydos-reis2-3/+4
2013-05-08Almost pure function bodies are now %redex formsdos-reis2-7/+11
2013-03-31 * interp/pile.boot (insertpile): Tidy.dos-reis1-5/+5
(pilePlusComments): Likewise. (pileTree): Likewise. (eqpileTree): Likewise.
2012-08-26 * interp/sys-os.boot (flushStdout): Remove as unused.dos-reis2-3/+0
* interp/i-toplev.boot (recordAndPrint): Do not print a newline before formatting the result.
2012-08-26 * interp/debug.lisp: Remove reference to TOK and CHR.dos-reis8-26/+9
* interp/spad-parser.boot: Likewise. * interp/g-error.boot: Likewise. * interp/sys-globals.boot: Likewise. * interp/br-saturn.boot: Replace TERSYSCOMAND by terminateSystemCommand. * interp/i-syscmd.boot: Likewise. (terminateSystemCommand): Simplify. * interp/spad.lisp (TERSYSCOMMAND): Remove.
2012-08-26 * include/sockio.h (init_purpose_table): Remove declaration.dos-reis3-9/+3
(redirect_stdio): Likewise. (init_socks): Likewise. (flush_stdout): Likewise. (print_line): Likewise. (BaloonServer): Remove. (DebugWindow): Likewise. (Forker): Likewise. (AV): Likewise. * interp/server.boot (serverReadLine): Do not flushOutput. * interp/sys-constants.boot ($MessageServer): Remove. ($DebugWindow): Likewise. ($Forker): Likewise. * interp/sys-os.boot (printLine): Remove associated foreign import. * lib/sockio-c.c (init_purpose_table): Do not export. (init_socks): Likewise. (get_socket_type): Simplify. Remove dead code. (redirect_stdio): Remove. (flush_stdio): Likewise. (print_line): Likewise.
2012-08-26 * interp/br-saturn.boot: Replace TERPRI with finishLine.dos-reis15-36/+36
* interp/c-util.boot: Likewise. * interp/clam.boot: Likewise. * interp/compiler.boot: Likewise. * interp/diagnostics.boot: Likewise. * interp/format.boot: Likewise. * interp/functor.boot: Likewise. * interp/g-error.boot: Likewise. * interp/ht-util.boot: Likewise. * interp/i-syscmd.boot: Likewise. * interp/i-toplev.boot: Likewise. * interp/postpar.boot: Likewise. * interp/setvars.boot: Likewise. * interp/topics.boot: Likewise. * interp/trace.boot: Likewise.
2012-08-26 * interp/i-util.boot: Lose paramater. Unconditional flush thedos-reis3-5/+4
output stream. Adjust callers.
2012-08-24version: use *build-version* instead of *yearweek*alfredoport1-1/+1
2012-08-20 * interp/br-search.boot (getTemporaryDirectory): Search TMPDIR first.dos-reis1-2/+3
Ensure result has a trailing slash.
2012-08-20 * interp/br-util.boot (htPred2English,gn): Tidy.dos-reis2-5/+7
* interp/br-search.boot (pmPreparse): Do not apply pmPreparse,hn. Tidy. (pmPreparse,hn): Remove.
2012-08-20 * interp/spad.lisp (SPAD): Remove obfuscated binding of OUT-STREAM.dos-reis6-25/+12
* interp/spad-parser.boot (paarseEcho): Use $OutputStream in lieu of OUT-STREAM. * interp/server.boot (serverReadLine): Do not bind IN-STEEAM and *EOF*. Tidy. * interp/lexing.boot (IN-TREAM): Remove definition. (OUT-STREAM): Likewise. * interp/int-top.boot (runspad): Do not bind IN-STREAM and *EOF*. (SpadInterpretStream): Remove $shoeReadLineFunction binding. * interp/debug.lisp: Replace IN-STREAM with $InputStream and OUT-STREAM with $OutputStream.
2012-08-20 * interp/Makefile.in: Simplify.dos-reis1-12/+2
2012-08-20 * interp/i-coerfn.boot: Do not import i-coerce. Import i-analydos-reis3-13/+11
and i-resolv intead. ($CoerceTable): Fix embarrassing thinko. * interp/i-coerce.boot: Import i-coerfn. (coerceIntTableOrFunction): Tidy. * boot/utility.boot (objectAssoc): Tidy.
2012-08-20 * interp/util.lisp (BUILD-INTERPSYS): loadDelayedFFI early.dos-reis3-10/+1
* interp/sys-driver.boot (%sysInit): Do not call sys-osInitCLispFFI (no longer necessary.) * boot/translator.boot (genModuleFinalization): Generate forms to be evaluated at load and execution time, instead of a function call. * interp/spad.lisp (process): Remove.
2012-08-19 * configure.ac: Define Automake conditional OA_DELAYED_FFI.dos-reis4-7/+32
* config/open-axiom.m4 (OPENAXIOM_CHECK_DELAYED_FFI): New. (OPENAXIOM_HOST_COMPILERS): Call it. src/ * lisp/core.lisp.in (primitiveLoad): New. Export. ($delayedFFI): Likewise. * lisp/Makefile.in (oa_delay_ffi): New. (edit): Update. * interp/sys-utility.boot: import sys-constants instead of sys-os. * interp/sys-driver.boot (%sysInit): Do not loadSystemRuntimeCore. (loadDelayedFFI): New. (executeSpadScript): Call it. (compileSpadLibrary): Likewise. (buildInitdbHandler): Likewise. (systemMain): Likewise. * interp/util.lisp (BUILD-INTERPSYS): Likewise. * interp/Makefile.in (oa_target_moddir): New. (OA_FFI_MOD): Likewise. (OA_FFI_OBJ): Define conditionally. (OBJS): Use it. ($(oa_target_delayed)): New rule. (oa_target_delayed): New. (oa_target_ffi): Define conditionally. (${SAVESYS}): Require it. (${AXIOMSYS}): Likewise. (sys-utility.$(FASLEXT)): Now require sys-constants.$(FASLEXT).
2012-06-10 * interp/io.boot (%SourceLine): New.dos-reis3-52/+83
(%LoadUnit): Likewise. (readLoadUnitSource): Likewise. (%Reader): Remove input stream field. Include load unit and next lines fields. Adjust users.
2012-06-10Do remove newaux.lispdos-reis1-101/+0
2012-06-10 * interp/newaux.lisp (MAKEOP): Move to spad-parser.boot.dos-reis2-4/+37
Remove file. * interp/Makefile.in: Adjust.
2012-06-10 * interp/newaux.lisp: Move Led property setting to spad-parser.boot.dos-reis2-36/+56
2012-06-10 * interp/newaux.lisp: Move Nud property setting to spad-parser.boot.dos-reis3-43/+46
Import sys-utility. * interp/Makefile.in: Adjust.