aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-09-13 * Makefile.pamphlet (scan.$(FASLEXT)): New rule.dos-reis8-302/+252
(pile.$(FASLEXT)): Likewise. (INOBJS): Don't include parini.$(FASLEXT). * pile.boot: New. Import scan. * pile.boot.pamphlet: Move content to pile.boot. Remove. * vmlisp.lisp.pamphlet (|startsId?|): Move to sys-macros.lisp. * parini.boot.pamphlet: Move content to scan.boot. Remove. * scan.boot: New. Import bits, dq, incl. Add workaround for GCL bug. ($SPACE): Rename from SPACE to avoid conflict with CL name. * scan.boot.pamphlet: Move content to scan.boot. Remove.
2007-09-13 * i-output.boot.pamphlet (exptNeedsPren): Use GETL, not GET.dos-reis2-1/+5
2007-09-13 * core.lisp.in (|coreQuit|): Rename from |quit|. Adjust calles.dos-reis2-13/+17
2007-09-12 * posit.boot: New. Import sys-macros, astr.dos-reis10-155/+160
(tokConstruct): Move from ptrees.boot.pamphlet. (tokType): Likewise. (tokPart): Likewise. (tokPosn): Likewise. (pfAbSynOp): Likewise. (pfAbSynOp?): Likewise. (pfLeaf?): Likewise. (pfLeaf): Likewise. (pfLeafToken): Likewise. (pfLeafPosition): Likewise. (pfTree): Likewise. (pfParts): Likewise. (pfFirst): Likewise. (pfSecond): Likewise. * astr.boot: New. Import boot-pkg. * sys-constants.boot (IDENTITY): Define. * patches.lisp.pamphlet (identity): Move definition to sys-constants. * cformat.boot: New. Import unlisp, posit. Add ugly workwound for GCL bug. * incl.boot: New. Import unlisp, cstream, cformat. Tweak. Add ugly workwound for GCL bug. (incLude1): Fix thinko * Makefile.pamphlet (incl.$(FASLEXT)): New rule. (cformat.$(FASLEXT)): Likewise. (posit.$(FASLEXT)): Likewise. (astr.$(FASLEXT)): Likewise. (DEP): Don't include bits.lisp. (${DEPSYS}): Explicitly load "bits" here.
2007-09-12 * unlisp.lisp.pamphlet: Import sys-macros.dos-reis4-17/+17
(|CsetString|): Use code-char. (|WriteLispExpr|): Remove. It is unused. (|ReadLispExpr|): Likewise. (|LispCompileFileQuietlyToObject|): Likewise. * Makefile.pamphlet (unlisp.$(FASLEXT)): New rule.
2007-09-12 * bits.lisp: New. Import boot-pkg.dos-reis4-31/+16
* bits.lisp.pamphlet: Move content to bits.lisp. Remove. * Makefile.pamphlet (bits.$(FASLEXT)): New rule.
2007-09-12 * Makefile.pamphlet (cstream.$(FASLEXT)): New rule.dos-reis6-10/+27
* cstream.boot.pamphlet: Import sys-macros. * sys-macros.lisp (|shoeConsole|): Move from macros.lisp.pamphlet. (|shoeInputFile|): Likewise. (|shoeread-line|): Likewise.
2007-09-12 * dq.boot: New.dos-reis4-22/+15
* dq.boot.pamphlet: Move content to dq.boot.pamphlet. Remove. * Makefile.pamphlet (dq.$(FASLEXT)): New rule.
2007-09-12 * vmlisp.lisp.pamphlet (BPINAME): Define for SBCL.dos-reis2-0/+11
2007-09-12 * ggreater.lisp: New.dos-reis2-60/+37
* ggreater.lisp.pamphlet: Move content to ggreater.lisp. Remove.
2007-09-11 * template.boot: New.dos-reis16-400/+368
* template.boot.pamphlet: Move content to template.boot. Remove. * termrw.boot: New. * termrw.boot.pamphlet: Move content to template.boot. Remove. * topics.boot: New. * topics.boot.pamphlet: Move content to topics.boot. Remove. * trace.boot: New. * trace.boot.pamphlet: Move content to trace.boot. Remove. * varini.boot: New. * varini.boot.pamphlet: Move content to varini.boot. Remove. * xrun.boot: New. * xrun.boot.pamphlet: Move content to xrun.boot. Remove * xruncomp.boot: New. * xruncomp.boot.pamphlet: Move content to xruncomp.boot. Remove. * Makefile.pamphlet (<<xruncomp.clisp>>): Remove. (<<trace.lisp>>): Likewise. (<<topics.clisp>>): Likewise. (<<template.clisp>>): Likewise. (<<termrw.clisp>>): Likewise.
2007-09-11src/lisp/dos-reis5-10/+20
2007-09-11 Gabriel Dos Reis <gdr@cs.tamu.edu> * core.lisp.in (|coreError|): Rename from |error|. Adjust callers. src/boot/ 2007-09-11 Gabriel Dos Reis <gdr@cs.tamu.edu> * ast.boot.pamphlet (bfCompDef): Call coreError, not error. * includer.boot.pamphlet (shoeNotFound): Likewise. (SoftShoeError): Likewise.
2007-09-10 * i-output.boot.pamphlet ($defaultSpecialCharacters): Define asdos-reis7-46/+60
constant. ($plainSpecialCharacters0): Likewise. ($plainSpecialCharacters1): Likewise. ($plainSpecialCharacters2): Likewise. ($plainSpecialCharacters3): Likewise. ($plainRTspecialCharacters): Likewise. ($RTspecialCharacters): Likewise. ($specialCharacterAlist): Likewise. (makeCharacter): Define as macro. (leftBindingPowerOf): Move from macros.lisp.pamphlet. Define as Boot code. (rightBindingPowerOf): Likewise. * patches.lisp.pamphlet (|$specialCharacters|): Don't set here. * Makefile.pamphlet (<<i-output.clisp>>): Remove. * Makefile.in: Regenerate. * macros.lisp.pamphlet (ELEMN): Move to g-util.boot.pamphlet. (|leftBindingPowerOf|): Move to i-output.boot.pamphlet. (|rightBindingPowerOf|): Likewise.
2007-09-10 * Makefile.pamphlet (stage0/%.$(FASLEXT)): Remove.dos-reis3-42/+46
(stage1/%.$(FASLEXT)): Likewise. (stage2/%.$(FASLEXT)): Likewise. (%/tokens.$(FASLEXT)): Tidy. (%/includer.$(FASLEXT)): Likewise. (%/scanner.$(FASLEXT)): Likewise. (%/pile.$(FASLEXT)): Likewise. (%/ast.$(FASLEXT)): Likewise. (%/parser.$(FASLEXT)): Likewise. (mostlyclean-local): Don't remove $(AXIOM_LOCAL_LISP). * Makefile.in: Regenerate.
2007-09-10 * Makefile.pamphlet (all-noweb): Depend only on one target,dos-reis3-6/+18
notangle. ($(addprefix $(axiom_build_bindir)/, notangle noweave)): Touch shell scripts too. * Makefile.in: Regenerate.
2007-09-10Daily bump. Fix bug report listdos-reis3-43/+43
2007-09-10 * Makefile.pamphlet (DEP): Adjust path to comp.lisp.dos-reis14-805/+586
(${DEPSYS}): Likewise for def.lisp, bootlex.lisp, postprop.lisp, metalex.lisp. Use |compileLispFile| instead of COMPILE-FILE. * Makefile.in: Regenerate. * union.lisp: New. * union.lisp.pamphlet: Move content to union.lisp. Remove. * obey.lisp: New. * obey.lisp.pamphlet: Move content to obey.lisp. Remove. * nspadaux.lisp: New. * nspadaux.lisp.pamphlet: Move content to nspadaux.lisp. Remove. * fname.lisp: New. * fname.lisp.pamphlet: Move content to fname.lisp. Remove. * def.lisp: New. * def.lisp.pamphlet: Move content to def.lisp. Remove. * comp.lisp: New. * comp.lisp.pamphlet: Move content to comp.lisp. Remove. * bootlex.lisp: New. * bootlex.lisp.pamphlet: Move content to bootlex.lisp. Remove. * postprop.lisp: New. * postprop.lisp.pamphlet: Move content to postprop.lisp. Remove. * metalex.lisp: New. * metalex.lisp.pamphlet: Move content to metalex.lisp. Remove. * parsing.lisp: New. * parsing.lisp.pamphlet: Move content to parsing.lisp. Remove.
2007-09-10 * sys-macros.lisp: Add ugly work-around about infamous GCL bug.dos-reis8-104/+121
* vmlisp.lisp.pamphlet: Export WRAP. * Makefile.pamphlet (<<buildom.clisp>>): Remove. (buildom.$(FASLEXT)): New rule, setup dependency. * Makefile.in: Regenerate. * buildom.boot.pamphlet: Make compilable by bootsys. Import sys-constants. * setq.lisp.pamphlet (|$Primitives|): Move to sys-constants.
2007-09-09 * sys-macros.lisp: New.dos-reis8-760/+1394
* sys-globals.boot: Import sys-constants. * macros.lisp.pamphlet (|$compilingMape): Move to sys-globals.boot. (|$definingMap|): Likewise. ($TRACELETFLAG): Likewise. ($NEWSPAD): Likewise. ($BOOT): Likewise. (MOAN): Move to diagnostic.boot (FAIL): Likewise. (KAR): move to sys-macros.lisp (KDR): Likewise. (KADR): Likewise. (KADDR): Likewise. (|function|): Likewise. (|dispatchFunction|): Likewise. (QEQCAR): Likewise. (BOOT-EQUAL): Likewise. (IDENT-CHAR-LIT): Likewise. (EQQUAL): Likewise. (NEQUAL): Likewise. (EQUABLE): Likewise. (MKQ): Likewise. (IS): Likewise. (LETT): Likewise. (SPADLET): Likewise. (RPLAC): Likewise. (CARCDREXPAND): Likewise. (RENAME): Likewise. (CARCDRX1): Likewise. (APPLYR): Likewise. (REPEAT): Likewise. (REPEAT-TRAN): Likewise. (MKPF): Likewise. (MKPFFLATTEN): Likewise. (MKPFFLATTEN-1): Likewise. (MKPF1): Likewise. (-REPEAT): Likewise. (SEQOPT): Likewise. (SUCHTHATCLAUSE): Likewise. (SPADDO): Likewise. (SPAD_LET): Likewise. (COLLECT): Likewise. (COLLECTVEC): Likewise. (COLLECTV): Likewise. (MKQSADD1): Likewise. (YIELD): Likewise. (REMFLAG): Likewise. (FLAGP): Likewise. (INTERNL): Likewise. (SPADCATCH): Likewise. (SPADTHROW): Likewise. (IEQUAL): Likewise. (GE): Likewise. (GT): Likewise. (LE): Likewise. (LT): Likewise. (QSADDMOD): Likewise. (QSDIFMOD): Likewise. (QSMULTMOD): Likewise. (NLIST): Likewise. (SPADREDUCE): Likewise. (AND2): Likewise. (OR2): Likewise. (REDUCE-1): Likewise. (-REDUCE): Likewise. (-REDUCE-OP): Likewise. (NREVERSE-N): Likewise. (CONS-N): Likewise. (APPEND-N): Likewise. (REDUCE-N): Likewise. (REDUCE-N-1): Likewise. (REDUCE-N-2): Likewise. (THETA): Likewise. (THETA1): Likewise. (THETA_ERROR): Likewise. (SPADFIRST): Likewise. (FIRST-ERROR): Likewise. (ELEM): Likewise. (TAIL): Likewise. (PARTCODET): Likewise. (SPADCALL): Likewise. (S+): Likewise. (S*): Likewise. (S-): Likewise. (DELASC): Likewise. (|char|): Likewise. (MAKE-BF): Likewise. (MAKE-FLOAT): Likewise. * def.lisp.pamphlet (MK_LEFORM): Move to sys-macros.lisp. (MK_LEFORM-CONS): Likewise. * Makefile.pamphlet (${DEPSYS}): Depend on sys-macros.lisp. (sys-globals.$(FASLEXT)): New rule.
2007-09-08Add my name to the list.chaosii1-0/+1
2007-09-08 * configure.ac.pamphlet: Fix thinko.dos-reis9-353/+21
* config/var-def.mk (SYS): Remove. (AX_FLAGS): Likewise. src/interp/ * Makefile.pamphlet (makeint.lisp): Don't print SYS, LISP, BYE. (DEBUGSYS): Remove. (all-debugsys): Likewise. (<<debugsys.lisp>>): Likewise. * debugsys.lisp.pamphlet: Remove.
2007-09-08 * configure.ac.pamphlet (axiom_optimize_options): New substitueddos-reis9-408/+389
variable. Genrate src/lisp/core.lisp at configure time. * configure.ac: Regenerate. * configure: Likewise. * config/setup-dep.mk ($(top_builddir)/src/lisp/core.lisp): New rule. src/lisp/ * Makefile.pamphlet (fasl_ext): New. Factor out the logic for computing file extensions. (FASLS): Rename from CORE. Use it to compute the list of files to load. ($(OUT)/lisp$(EXEEXT)): Adjust. (base-lisp$(EXEEXT)): sb-cltl2 module is no longer need. (core.lisp): Now depend on core.lisp.in. Regenerate if necessary. (mostlyclean-local): Remove FASLs too. * Makefile.in: Regenerate. * core.lisp.in: New. * core.lisp.pamphlet: Move content to core.lisp.in. Remove.
2007-09-08 * core.lisp.pamphlet (|%hasFeature|): New.dos-reis2-0/+14
2007-09-07Daily bumpdos-reis3-14/+14
2007-09-07 * Makefile.pamphlet (OBJS): Don't include nci.dos-reis5-111/+76
(AXIOMsys_compiled_lisp_sources): Likewise. * Makefile.in: Regenerate. * nci.lisp.pamphlet (|ncParseAndInterpretString|): Move to int-top.boot.pamphlet. (|ncParseFromString|): Likewise. (|ncINTERPFILE|): Likewise. (|ncGetFunction|): Likewise. (|ncSetCurrentLine|): Likewise. (|applyInPackage|): Likewise. (|clearMacroTable|): Likewise. (|getParserMacros|): Likewise. (|displayParserMacro|): Likewise. (|intloopInclude|): Likewise. (|ncloopInclude|): Likewise. Remove file.
2007-09-06 * patches.lisp.pamphlet (reset-highlight): Move to i-syscmd.boot.dos-reis3-23/+34
(clear-highlight): Likewise. (|spool|): Likewise. * i-syscmd.boot.pamphlet (clearHighlight): Move from patches.lisp.pamphlet. Rename from clear-highlight. Implement as Boot code. (resetHighlight): Move from patches.lisp.pamphlet. Rename from clear-highlight. Implement as Boot code.
2007-09-06src/lispdos-reis5-42/+32
* core.lisp.pamphlet (|compileLispFile|): Tidy. src/interp * Makefile.pamphlet (boot-pkg.lisp): Remove rule. (diagnostics.boot): Likewise. (sys-globals.boot): Likewise. (sys-constants.boot): Likewise. * Makefile.in: Regenerate.
2007-09-06 * bookvol5.pamphlet (getenviron): Remove.dos-reis2-18/+6
2007-09-06 * core.lisp.pamphlet (|compileLispFile|): Don't leave a FASL ifdos-reis2-1/+11
source code compilation has FAILURE-P.
2007-09-05 * Makefile.pamphlet (depsys_lisp_macro_sources): Removedos-reis10-160/+35
bootfuns.lisp from the list. (OBJS): Likewise. (AXIOMsys_noncompiled_lisp_sources): Likewise. (${DEPSYS}): Don't depend on bootfuns. Don't load it. (bootfuns.$(FASLEXT)): Remove. * Makefile.in: Regenerate. * setq.lisp.pamphlet: Move to sys-globals.boot. * bootfuns.lisp.pamphlet: Remove.
2007-09-04 * Makefile.pamphlet ($(OUT)/lisp$(EXEEXT)): Don't pretend this is thedos-reis3-2/+8
system GCL. * Makefile.in: Regenerate.
2007-09-04 * bootfuns.lisp.pamphlet (|$CategoryFrame|): Move to sys-globals.boot.dos-reis4-24/+11
* setq.lisp.pamphlet (|$CategoryFrame|): Don't set here.
2007-09-04 * configure.ac.pamphlet: Ignore any existing GCL that is notdos-reis4-9/+59
either 2.6.7 or 2.6.8. * configure.ac: Regenerate. * configure: Likewise.
2007-09-04 * bootfuns.lisp.pamphlet ($LISPLIB): Move to sys-globals.boot.dos-reis4-2/+7
* setq.lisp.pamphlet ($LISPLIB): Don't set here.
2007-09-04 * config/setup-dep.mk ($(top_srcdir)/configure.ac): Robustifydos-reis2-2/+12
regeneration from pamphlet. ($(srcdir)/Makefile.in): Likewise.
2007-09-04 * configure.ac.pamphlet: Disable HyperDoc if X11 is not available.dos-reis5-212/+225
* configure.ac: Regenerate. * configure: Likewise.
2007-09-03 * i-syscmd.boot.pamphlet ($reportCompilation): Don't define here.dos-reis7-38/+70
* bootfuns.lisp.pamphlet (|$PrintOnly|): Move to sys-globals.boot. (|$QuickCode|): Likewise. (|$QuickLet|): Likewise. (|$reportBottomUpFlag|): Likewise. (|$reportFlag|): Likewise. (|$returnMode|): Likewise. (|$SetFunctions|): Likewise. (|$slamFlag|): Likewise. (|$sourceFileTypes|): Likewise. (|$printLoadMsgs|): Likewise. (|$reportCompilation|): Likewise. (|$reportCoerceIfTrue|): Move to setvart.boot.pamphlet. (|$SystemSynonyms|): Remove. (|$QuietIfNil|): Remove. (|$readingFile|): Likewise. (|$reportCoerce|): Likewise. (|$reportCompilation|): Likewise. (|$reportSpadTrace|): Likewise. (|$resolveFlag|): Likewise. (|$scanModeFlag|): Likewise. (|OptionList|): Likewise. (def-boot-var): Likewise. * setq.lisp.pamphlet (|$QuickCode|): Don't set here. (|$QuickLet|): Likewise. (|$reportCoerce|): Likewise. * bookvol5.pamphlet (restart): Don't $printLodMsgs here.
2007-09-03 * bootfuns.lisp.pamphlet ($TOP_LEVEL): Move to sys-globals.boot.dos-reis7-30/+70
($TOKSTACK): Likewise. ($function): Likewise. ($FUNNAME): Likewise. ($FunName_Tail): Likewise. ($lastprefix): Likewise. ($linestack): Likewise. ($maxlinenumber): Likewise. ($OLDLINE): Likewise. ($SPAD): Likewise. ($delay): Move to debug.lisp.pamphlet. ($LINENUMBER): Likewise. ($Directory): Remove. ($top_stack): Remove. ($DISPLAY): Likewise. (|$gauss01|): Likewise. ($NBOOT): Likewise. ($NEWLINSTACK): Likewise. ($num_of_meta_errors): Move to metalex.lisp.pamphlet. * setq.lisp.pamphlet ($TOP_LEVEL): Don't set here. ($DISPLAY): Likewise. ($FUNNAME): Likewise. ($FUNNAME_TAIL): Likewise. (|$gauss01|): Likewise. ($LASTPREFIX): Likewise. ($NBOOT): Likewise. ($OLDLINE): Likewise. * spad.lisp.pamphlet ($linestack): Likewise. ($maxlinenumber): Likewise. (|New,ENTRY,1|): Don't bind here.
2007-09-03 * emupty.c: New. Replace corresponding pamphlet.dos-reis2-52/+35
* emupty.c.pamphlet: Remove.
2007-09-03 * Makefile.pamphlet (clef_SOURCES): Don't reference pamphlet.dos-reis3-72/+53
(clef_sources): Remove. (clef_objects): Adjust. (%.c): Remove. (mostlyclean-local): Don't remove sources. (pamphlets): _SOURCES are no longer pamphlet. * Makefile.in: Regenerate. * edible.c: New. Replace corresponding pamphlet. * edible.c.pamphlet: Remove.
2007-09-02 * XSpadFill.c: New. Replace corresponding pamphlet.dos-reis23-2366/+1635
* XSpadFill.c.pamphlet: Remove. * XShade.c: New. Replace corresponding pamphlet. * XShade.c.pamphlet: Remove. * XDither.c: New. Replace corresponding pamphlet. * XDither.c.pamphlet: Remove. * wct.c: New. Replace corresponding pamphlet. * wct.c.pamphlet: Remove. * util.c: New. Replace corresponding pamphlet. * util.c.pamphlet: Remove. * spadcolors.c: New. Replace corresponding pamphlet. * spadcolors.c.pamphlet: Remove. * sockio-c.c: New. Replace corresponding pamphlet. * sockio-c.c.pamphlet: Remove. * prt.c: New. Replace corresponding pamphlet. * prt.c.pamphlet: Remove. * pixmap.c: New. Replace corresponding pamphlet. * pixmap.c.pamphlet: Remove. * openpty.c: New. Replace corresponding pamphlet. * openpty.c.pamphlet: Remove. * hash.c: New. Replace corresponding pamphlet. * hash.c.pamphlet: Remove. * halloc.c: New. Replace corresponding pamphlet. * halloc.c.pamphlet: Remove. * fnct_key.c: New. Replace corresponding pamphlet. * fnct_key.c.pamphlet: Remove. * edin.c: New. Replace corresponding pamphlet. * edin.c.pamphlet: Remove. * bsdsignal.c: New. Replace correponding pamphlet. * bsdsignal.c.pamphlet: Remove. * cursor.c: New. Replace corresponding pamphlet. * cursor.c.pamphlet: Remove. * cfuns-c.c: New. Replace corresponding pamphlet. * cfuns-c.c.pamphlet: Remove.
2007-09-02 * compiler.boot.pamphlet (tc): Don't set $tripleCache.dos-reis9-24/+35
* define.boot.pamphlet (compDefine): Likewise. * wi1.boot.pamphlet (compDefine): Likewise. * c-util.boot.pamphlet (displayComp): Likewise. * spad.lisp.pamphlet (/TRANSPAD): Likewise. * bootfuns.lisp.pamphlet (|$useDCQnotLET|): Move to sys-globals.boot. (|$updateCatTableIfTrue|): Likewise. (|$updateIfTrue|): Remove. (|$streamCount|): Likewise. (|$tripleCache|): Remove. (|$TranslateOnly|): Likewise. (|$topOp|): Likewise. (|$streamIndexing|): Remove. (|$streamAlist|): Likewise. * setq.lisp.pamphlet (|$useDCQnotLET|): Don't set here. ($streamAlist): Likewise. (|$updateCatTableIfTrue|): Likewise. (|$streamIndexing|): Likewise. (|$streamCount|): Likewise.
2007-09-02 * sys-globals.boot ($VariableCount): Move fromdos-reis6-32/+69
bootfuns.lisp.pamphlet. ($suffix): Likewise. ($useBFasDefault): Likewise. ($semanticErrorStack): Likewise. ($tracedModemap): Likewise. ($tracedSpadModemap): Likewise. ($traceletFunctions): Likewise. * bootfuns.lisp.pamphlet (|$VariableCount|): Move to sys-globals.boot. (|$suffix|): Likewise. (|$useBFasDefault|): Likewise. (|$semanticErrorStack|): Likewise. (|$tracedModemap|): Likewise. (|$tracedSpadModemap|): Likewise. (|$traceletFunctions|): Likewise. (|$TraceFlag|): Move to debug.lisp.pamphlet. (|$traceDomains|): Likewise. (|$systemLastChanged|): Remove. (|$systemCreation|): Likewise. (|$StreamIndex|): Remove. (|$spadSystemDisks|): Likewise. (|$spadOpList|): Likewise. (|$traceNoisely|): Remove from here. (|$timerOn|): Move to debug.lisp.pamphlet. * setq.lisp.pamphlet (|$systemLastChanged|): Remove. (|$systemCreation|): Likewise. * setq.lisp.pamphlet (|$useBFasDefault|): Don't set here. * setq.lisp.pamphlet (|$reportExitModeStack|): Likewise. * setq.lisp.pamphlet (|$spadSystemDisks|): Likewise. * spad.lisp.pamphlet (|$useBFasDefault|): Likewise.
2007-09-022007-09-01 Gabriel Dos Reis <gdr@cs.tamu.edu>dos-reis9-20/+74
* configure.ac.pamphlet (<<find lisp>>): Keep gcl directory test simple. * Makefile.pamphlet (maybe-cp-noweb-srcdir): New rule. Factored from the rule below. ($(addprefix $(axiom_build_bindir)/, notangle noweave)): Make it a prerequisite. * config/var-def.mk (WEAVE): Export. (WEAVE): Likewise. src/scripts/ 2007-09-01 Gabriel Dos Reis <gdr@cs.tamu.edu> * document.in (TANGLE): New environment variable. Use in place nacked notangle. (WEAVE): New environment variable. Use in place of noweave.
2007-08-30 * sys-globals.boot ($prefix): Move from bootfuns.lisp.pamphlet.dos-reis8-27/+51
($PrettyPrint): Likewise. ($previousTime): Likewise. * bootfuns.lisp.pamphlet (|$prefix|): Move to sys-globals.boot. (|$PrettyPrint|): Likewise. (|$previousTime|): Likewise. (|$postStack|): Move to postpar.boot.pamphlet. (|$OneCoef|): Remove. (|$operationNameList|): Likewise. (|$opFilter|): Likewise. (|$optionAlist|): Likewise. (|$OutsideStringIfTrue|): Likewise. (|$PolyMode|): Likewise. (|$Polvar|): Likewise. (|$optimizableDomainNames|): Likewise. (|$PrintBox|): Likewise. (|$PrintCompilerMessagesIfTrue|): Likewise. (|$printConStats|): Likewise. * setq.lisp.pamphlet (|$opFilter|): Remove. (|$OneCoef|): Likewise. (|$Polvar|): Likewise. (|$PrintCompilerMessagesIfTrue|): Likewise. * spad.lisp.pamphlet (S-PROCESS): Don't bind |$postStack|. Set it to nil. * debug.lisp.pamphlet (|$oldTime|): Move from bootfuns.lisp.pamphlet. * bootfuns.lisp.pamphlet (|$oldTime|): Move to debug.lisp.pamphlet. * setvars.boot.pamphlet (resetWorkspaceVariables): Don't set $operationNameList anymore. * spad.lisp.pamphlet (S-PROCESS): Don't bind $PolyMode anymore.
2007-08-29 * sys-globals.boot ($leaveLevelStack): Move fromdos-reis7-32/+106
bootfuns.lisp.pamphlet. ($letAssoc): Likewise. ($libFile): Likewise. ($lisplibForm): Likewise. ($lisplibKind): Likewise. ($lisplibModemapAlist): Likewise. ($lisplibModemap): Likewise. ($lisplibOperationAlist): Likewise. ($lisplibSignatureAlist): Likewise. ($lisplibVariableAlist): Likewise. ($mapSubNameAlist): Likewise. ($mathTrace): Lilkewise. ($mathTraceList): Likewise. * sys-constants.boot ($exitMode): Likewise. ($leaveMode): Likewise. ($noEnv): Likewise. * trace.boot.pamphlet ($lastUntraced): Likewise. * spad.lisp.pamphlet (|$leaveMode|): Don't bind here. * setq.lisp.pamphlet (|$Lisp|): Remove. (|$noEnv|): Don't set here. (|$lastUntraced|): Likewise. (|$mostRecentOpAlist|): Likewise. (|$mathTraceList|): Likewise. (|$letAssoc|): Likewise. * bootfuns.lisp.pamphlet (|$noEnv|): Move to sys-constants.boot. (|$leaveMode|): Likewise. (|$lastUntraced|): Move to trace.boot.pamphlet. (|$leaveLevelStack|): Move to sys-globals.boot. (|$letAssoc|): Likewise. (|$libFile|): Likewise. (|$lisplibDomainDependents|): Likewise. (|$lisplibForm|): Likewise. (|$lisplibKind|): Likewise. (|$lisplibModemapAlist|): Likewise. (|$lisplibModemap|): Likewise. (|$lisplibOperationAlist|): Likewise. (|$lisplibSignatureAlist|): Likewise. (|$lisplibVariableAlist|): Likewise. (|$mapSubNameAlist|): Likewise. (|$mathTrace|): Likewise. (|$mathTraceList|): Likewise. (|$Lisp|): Remove. (|$lisplibDependentCategories|): Likewise. (|$lisp2lispRenameAssoc|): Likewise. (|$ModemapFrame|): Likewise. (|$mostRecentOpAlist|): Likewise.
2007-08-27 * bootfuns.lisp.pamphlet (|$forceDatabaseUpdate|): Move todos-reis9-34/+127
sys-globals.boot. (|$form|): Likewise. (|$fromSpadTrace|): Likewise (|$genSDVar|): Likewise. (|$Index|): Likewise. (|$inLispVM|): Likewise. (|$insideCapsuleFunctionIfTrue|): Likewise. (|$insideCategoryIfTrue|): Likewise. (|$insideCoerceInteractiveHardIfTrue|): Likewise. (|$insideCompTypeOf|): Likewise. (|$insideConstructIfTrue|): Likewise. (|$insideExpressionIfTrue|): Likewise. (|$insideFunctorIfTrue|): Likewise. (|$insideWhereIfTrue|): Likewise. (|$instantRecord|): Likewise. (|$InteractiveFrame|): Likewise. (|$InteractiveMode|): Likewise. (|$InteractiveTimingStatsIfTrue|): Likewise. (|$genFVar|): Remove. (|$ignoreCommentsIfTrue|): Likewise. (|$InteractiveModemapFrame|): Likewise. * setq.lisp.pamphlet (|$inLispVM|): Remove. (|$InteractiveMode|): Likewise. (|$forceDatabaseUpdate|): Likewise. (|$InteractiveFrame|): Likewise. (|$form|): Likewise. (|$Index|): Likewise. * sys-constants.boot ($ExitMode): Define. ($exitMode): Move from bootfuns.lisp.pamphlet. * sys-globals.boot ($form): Likewise. ($fromSpadTrace): Likewise. ($genSDVar): Likewise. ($Index): Likewise. ($inLispVM): Likewise. ($insideCapsuleFunctionIfTrue): Likewise. ($insideCategoryIfTrue): Likewise. ($insideCoerceInteractiveHardIfTrue): Likewise. ($insideConstructIfTrue): Likewise. ($insideExpressionIfTrue): Likewise. ($insideFunctorIfTrue): Likewise. ($insideWhereIfTrue): Likewise. ($instantRecord): Likewise. ($InteractiveFrame): Likewise. ($(InteractiveMode): Likewise. ($InteractiveTimingStatsIftrue): Likewise. ($forceDatabaseUpdate): Likewise. * spad.lisp.pamphlet (S-PROCESS): Don't bind $exitMode here. * bootfuns.lisp.pamphlet (|$exitMode|): Move to sys-constants.boot * wi2.boot.pamphlet (compDefineFunctor1): Likewise. * spad.lisp.pamphlet (S-PROCESS): Likewise. * define.boot.pamphlet (compDefineFunctor1): Remove unused $genFVar. * varini.boot.pamphlet ($ExitMode): Don't double define here.
2007-08-26 * sys-globals.boot ($IOindex): Move from bootfuns.lisp.pamphlet.dos-reis4-9/+28
($inputPromptType): Likewise. ($whereList): Likewise. ($warningStack): Likewise. * patches.lisp.pamphlet (|$inputPromptType|): Don't set here. * bootfuns.lisp.pamphlet ($Type): Remove. (|$warningStack|): Move to sys-globals.boot. (|$whereList|): Likewise. (|$inputPromptType|): Likewise. (|$IOindex|): Likewise.
2007-08-26 * Makefile.pamphlet ($(AXIOM_SRC_TARGETS)): Don't augment the PATHdos-reis3-4/+8
variable. it is no longer needed. * Makefile.in: Regenerate.
2007-08-26 * Makefile.pamphlet (<<apply.o (AUTO from OUT)>>): Remove.dos-reis3-756/+73
(<<bootlex.o (AUTO from OUT)>>): Likewise. (<<def.o (AUTO from OUT)>>): Likewise. (<<fnewmeta.o (AUTO from OUT)>>): Likewise. (<<metalex.o (AUTO from OUT)>>): Likewise. (<<nspadaux.o (AUTO from OUT)>>): Likewise. (<<parsing.o (AUTO from OUT)>>): Likewise. (<<postprop.o (AUTO from OUT)>>): Likewise. (<<preparse.o (AUTO from OUT)>>): Likewise. (<<c-util.o (AUTO from OUT)>>): Likewise. (<<nag-c02.o (AUTO from OUT)>>): Likewise. (<<nag-c05.o (AUTO from OUT)>>): Likewise. (<<nag-d01.o (AUTO from OUT)>>): Likewise. (<<nag-d02.o (AUTO from OUT)>>): Likewise. (<<nag-d03.o (AUTO from OUT)>>): Likewise. (<<nag-e01.o (AUTO from OUT)>>): Likewise. (<<nag-e02.o (AUTO from OUT)>>): Likewise. (<<nag-e04.o (AUTO from OUT)>>): Likewise. (<<nag-f01.o (AUTO from OUT)>>): Likewise. (<<nag-f02.o (AUTO from OUT)>>): Likewise. (<<nag-f04.o (AUTO from OUT)>>): Likewise. (<<nag-f07.o (AUTO from OUT)>>): Likewise. (<<nag-s.o (AUTO from OUT)>>): Likewise. (<<category.o (AUTO from OUT)>>): Likewise. (<<c-doc.o (AUTO from OUT)>>): Likewise. (<<compiler.o (AUTO from OUT)>>): Likewise. (<<profile.o (AUTO from OUT)>>): Likewise. (<<define.o (AUTO from OUT)>>): Likewise. (<<functor.o (AUTO from OUT)>>): Likewise. (<<info.o (AUTO from OUT)>>): Likewise. (<<iterator.o (AUTO from OUT)>>): Likewise. (<<modemap.o (AUTO from OUT)>>): Likewise. (<<nruncomp.o (AUTO from OUT)>>): Likewise. (<<package.o (AUTO from OUT)>>): Likewise. (<<parse.o (AUTO from OUT)>>): Likewise. (<<postpar.o (AUTO from OUT)>>): Likewise. (<<bc-matrix.o (AUTO from OUT)>>): Likewise. (<<bc-misc.o (AUTO from OUT)>>): Likewise. (<<bc-solve.o (AUTO from OUT)>>): Likewise. (<<bc-util.o (AUTO from OUT)>>): Likewise. (<<ht-util.o (AUTO from OUT)>>): Likewise. (<<htsetvar.o (AUTO from OUT)>>): Likewise. (<<ht-root.o (AUTO from OUT)>>): Likewise. (<<htcheck.o (AUTO from OUT)>>): Likewise. (<<xruncomp.o (AUTO from OUT)>>): Likewise. (<<ax.o (AUTO from OUT)>>): Likewise. (<<br-con.o (AUTO from OUT)>>): Likewise. (<<br-search.o (AUTO from OUT)>>): Likewise. (<<br-op1.o (AUTO from OUT)>>): Likewise. (<<br-op2.o (AUTO from OUT)>>): Likewise. (<<br-data.o (AUTO from OUT)>>): Likewise. (<<br-util.o (AUTO from OUT)>>): Likewise. (<<br-saturn.o (AUTO from OUT)>>): Likewise. (<<topics.o (AUTO from OUT)>>): Likewise. (<<br-prof.o (AUTO from OUT)>>): Likewise. (<<showimp.o (AUTO from OUT)>>): Likewise. (<<wi1.o (AUTO from OUT)>>): Likewise. (<<wi2.o (AUTO from OUT)>>): Likewise. (<<pspad1.o (AUTO from OUT)>>): Likewise. (<<pspad2.o (AUTO from OUT)>>): Likewise. (<<mark.o (AUTO from OUT)>>): Likewise.