aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-08-24 * Makefile.pamphlet ($(addprefix $(axiom_build_bindir)/, notangledos-reis3-2/+11
noweave)): Fix path to noweb C files. Refer to the touch command through $(TOUCH). * Makefile.in: Regenerate.
2007-08-24 * INSTALL: Tidy.dos-reis2-4/+23
2007-08-24 * configure.ac.pamphlet: Set release info to 1.1.0 (experimental).dos-reis4-13/+17
2007-08-24 * INSTALL: Update instructions.dos-reis2-26/+111
2007-08-24Update MAINTAINERS filealfredoport1-0/+4
2007-08-24Add Alfredo Portes to the list of maintainersalfredoport1-0/+3
2007-08-23 * vmlisp.lisp.pamphlet (getl): Rewrite to accept list of symbolsdos-reis2-7/+27
of lists too.
2007-08-23 * bootfuns.lisp.pamphlet (|$algebraList|): Remove unused variable.dos-reis3-57/+38
(|$xyStack|): Likewise. (|$xyMin|): Likewise. (|$xyMax|): Likewise. (|$xyInitial|): Likewise. (|$xyCurrent|): Likewise. (|$xeditIsConsole|): Likewise. (|$xCount|): Likewise. (|$BasicDomains|): Likewise. (|$FontTable|): Likewise. (|$CommonDomains|): Likewise. (|$PolyDomains|): Likewise. (|$leftPren|): Likewise. (|$rightPren|): Likewise. (|$tempCategoryTable|): Likewise. (|$domainsWithUnderDomains|): Likewise. (|$hasCategoryTable|): Likewise. (|$hasYield|): Likewise. (|$LastCxArg|): Likewise. (|$NETail|): Likewise. (|$polyDefaultAssoc|): Likewise. (|$brightenCommentsFlag|): Likewise. (|$brightenCommentsIfTrue|): Likewise. (|$UserSynonyms|): Likewise. (|$report3|): Likewise. (|$croakIfTrue|): Likewise. * setq.lisp.pamphlet (|$xeditIsConsole|): Likewise. (|$BasicDomains|): Likewise. (|$FontTable|): Likewise. (|$leftPren|): Likewise. (|$rightPren|): Likewise. (|$NETail|): Likewise. (|$croakIfTrue|): Likewise.
2007-08-22 * Makefile.pamphlet ($(OUT)/lisp$(EXEEXT)): Turn off SGC.dos-reis3-2/+7
* Makefile.in Regenerate.
2007-08-22 * bootfuns.lisp.pamphlet ($bootStrapMode): Move to sys-globals.boot.dos-reis6-47/+72
($BreakMode): Likewise. ($cacheAlist): Likewise. ($cacheCount): Likewise. ($clamList): Likewise. ($compCount): Likewise. ($compUniquelyIfTrue): Likewise. ($ConstructorCache): Likewise. ($createUpdateFiles): Likewise. ($currentFunction): Likewise. ($currentLine): Likewise. * setq.lisp.pamphlet: Merge the definitions of the above mentioned variables into sys-globals.boot. * Makefile.pamphlet (sys-globals.$(FASLEXT)): Require hash.$(FASLEXT). * Makefile.in: Regenerate.
2007-08-22 * translator.boot.pamphlet (bpOutItem): Don't delay variabledos-reis2-3/+7
definitions to load or evaluation time.
2007-08-22 * bootfuns.lisp.pamphlet ($SPAD_ERRORS): Don't define here.dos-reis2-1/+4
2007-08-222007-08-21 Gabriel Dos Reis <gdr@cs.tamu.edu>dos-reis9-45/+47
* Makefile.pamphlet (check): New rule. * Makefile.in: Regenerate. src/ 2007-08-21 Gabriel Dos Reis <gdr@cs.tamu.edu> * Makefile.pamphlet (all-check): New rule. * Makefile.in: Regenerate. sr/input 2007-08-21 Gabriel Dos Reis <gdr@cs.tamu.edu> * Makefile.pamphlet (all-ax all-input): Remove regress. (${OUT}/%.input): Don't be overly verbose. (%.input): Likewise. (%.as): Likewise. (use): Remove, as it is empty (regress): Likewise. (bug): Likewise. (document): Likewise. (all-check): New rule. Launch testing. * Makefile.in: Regenerate.
2007-08-21 * g-error.boot.pamphlet: Import "diagnostics.dos-reis16-375/+872
(errorSupervisor1): Call BUMPERRORCOUNT, not BUMPCOMPERRORCOUNT. The latter no longer exists. * msgdb.boot.pamphlet (throwKeyedErrorMsg): Likewise. * Makefile.pamphlet (${DEPSYS}): Depend also on sys-constant.$(FASLEXT), sys-globals.$(FASLEXT), and diagnostics.$(FASLEXT). (bootfuns.$(FASLEXT)): Likewise. (diagnostics.boot): New rule. (sys-globals.boot): Likewise. (sys-constants.boot): Likewise. * Makefile.in: Regenerate. * diagnostics.boot: New. (BUMPERRORCOUNT): Move from bootlex.lisp.pamphlet. Rewrite as Boot code. * sys-constants.boot: New. * sys-globals.boot: Likewise. * bootlex.lisp.pamphlet (BUMPERRORCOUNT): Move to diagnostics.boot. * varini.boot.pamphlet ($NoValueMode): Don't duplicate define. * spad.lisp.pamphlet (S-PROCESS): Don't bind $LocalFrame here. * patches.lisp.pamphlet: Tidy. * nag-f01.boot.pamphlet (f01mafSolve): Use $EmptyMode to refer to the wildcar type. (f01brfSolve): Likewise. * setq.lisp.pamphlet: Move variables already defined in bootfuns.lisp.pamphlet to sys-contants, and merge initial values. ($SPAD_ERRORS): Move to sys-globals.boot. * bootfuns.lisp.pamphlet: Now import both "sys-constants" and "sys-globals". (|$timerTicksPerSecond|): Move to sys-constants.boot. (|$quadSymbol|): Likewise. ($escapeString): Likewise. ($boxString): Likewise. ($boldString): Likewise. ($normalString): Likewise. ($reverseVideoString): Likewise. ($underlineString): Likewise. ($COMPILE): Likewise. ($BasicPredicates): Likewise. ($BFTag): Likewise. ($BigFloat): Likewise. ($Boolean): Likewise. ($Category): Likewise. ($CategoryNames): Likewise. ($Domain): Likewise. ($DomainNames): Likewise. ($DomainsInScope): Likewise. ($DoubleQuote): Likewise. ($DummyFunctorNames): Likewise. ($EmptyEnvironment): Likewise. ($EmptyList): Likewise. ($EmptyMode): Likewise. ($EmptyString): Likewise. ($EmptyVector): Likewise. ($Expression): Likewise. ($Exit): Likewise. ($failure): Likewise. ($Float): Likewise. ($FormalMapVariableList): Likewise. ($ConstructorNames): Likewise. ($InitialDomainsInScope): Likewise. ($InitialModemapFrame): Likewise. ($Integer): Likewise. ($LocalFrame): Likewise. ($NegativeInteger): Likewise. ($NonNegativeInteger): Likewise. ($NonPositiveInteger): Likewise. ($NonMentionableDomainNames): Likewise. ($noParseCommands): Likewise. ($NoValueMode): Likewise. ($NoValue): Likewise. ($Mode): Likewise. ($ModeVariableList): Likewise. ($One): Likewise. ($PatternVariableList): Likewise. ($PositiveInteger): Likewise. ($PrimitiveDomainNames): Likewise. ($RationalNumber): Likewise. ($SideEffectFreeFunctionList): Likewise. ($SmallInteger): Likewise. ($SpecialDomainNames): Likewise. ($StringCategory): Likewise. ($String): Likewise. ($Symbol): Likewise. ($systemCommands): Likewise. ($ThrowAwayMode): Likewise. ($tokenCommands): Likewise. ($true): Likeiwse. ($underDomainAlist): Likewise. ($Void): Likewise. ($Zero): Likewise. (|$DomainVariableList|): Likewise. (|$quadSym|): Remove. ($BigFloatOpt): Likewise. ($BooleanOpt): Likewise. ($EM): Likewise. ($ExpressionOpt): Likewise. ($FloatOpt): Likewise. ($FormalMapVariableList2): Likewise. ($IntegerOpt): Likewise. ($NegativeIntegerOpt): Likewise. ($NonNegativeIntegerOpt): Likewise. ($NonPositiveIntegerOpt): Likewise. ($PositiveIntegerOpt): Likewise. ($RationalNumberOpt): Likewise. ($SmallIntegerOpt): Likewise. ($StringOpt): Likewise. ($SymbolOpt): Likewise. * setq.lisp.pamphlet (|$timerTicksPerSecond|): Remove. (|$quadSymbol|): Likewise. ($escapeString): Likewise. ($boxString): Likewise. ($boldString): Likewise. ($normalString): Likewise. ($reverseVideoString): Likewise. ($underlineString): Likewise. ($COMPILE): Likewise. ($BasicPredicates): Likewise. ($BFTag): Likewise. ($BigFloat): Likewise. ($Boolean): Likewise. ($Category): Likewise. ($CategoryNames): Likewise. ($Domain): Likewise. ($DomainNames): Likewise. ($DomainsInScope): Likewise. ($DoubleQuote): Likewise. ($DummyFunctorNames): Likewise. ($EmptyEnvironment): Likewise. ($EmptyList): Likewise. ($EmptyMode): Likewise. ($EmptyString): Likewise. ($EmptyVector): Likewise. ($Expression): Likewise. ($Exit): Likewise. ($failure): Likewise. ($Float): Likewise. ($FormalMapVariableList): Likewise. ($ConstructorNames): Likewise. ($InitialDomainsInScope): Likewise. ($InitialModemapFrame): Likewise. ($Integer): Likewise. ($LocalFrame): Likewise. ($NegativeInteger): Likewise. ($NonNegativeInteger): Likewise. ($NonPositiveInteger): Likewise. ($NonMentionableDomainNames): Likewise. ($noParseCommands): Likewise. ($NoValueMode): Likewise. ($NoValue): Likewise. ($Mode): Likewise. ($ModeVariableList): Likewise. ($One): Likewise. ($PatternVariableList): Likewise. ($PositiveInteger): Likewise. ($PrimitiveDomainNames): Likewise. ($RationalNumber): Likewise. ($SideEffectFreeFunctionList): Likewise. ($SmallInteger): Likewise. ($SpecialDomainNames): Likewise. ($StringCategory): Likewise. ($String): Likewise. ($Symbol): Likewise. ($systemCommands): Likewise. ($ThrowAwayMode): Likewise. ($tokenCommands): Likewise. ($true): Likeiwse. ($underDomainAlist): Likewise. ($Void): Likewise. ($Zero): Likewise. (|$DomainVariableList|): Likewise.
2007-08-21 * contrib: New directory.dos-reis2-0/+4
2007-08-20Don't forget to actually commit boot-pkg.lispdos-reis1-0/+94
2007-08-19 * boot-pkg.lisp: New.dos-reis7-107/+94
* Makefile.pamphlet (${DEPSYS}): Depend on it (parsing.$(FASLEXT)): Likewise. (bookvol5.$(FASLEXT)): Likewise. (nocompil.$(FASLEXT)): Likewise. (bootfuns.$(FASLEXT)): Likewise. (boot-pkg.$(FASLEXT)): New rule. (boot-pkg.lisp): New rule; work around GCL+VPATH voodoo. (VPATH): Clear. * Makefile.in: Regenerate. * bootfuns.lisp.pamphlet: Don't define package "BOOT" here. Import "boot-pkg". (|printLoadMessages|): Move to setvart.boot.pamphlet. Move special functions to boot-pkg.lisp. Move get-current-directory to daase.lisp.pamphlet. * setvart.boot.pamphlet (printLoadMessages): Move from bootfuns.lisp.pamphlet. Write as Boot code. * daase.lisp.pamphlet (get-current-directory): Move from bootfuns.lisp.pamphlet
2007-08-19 * i-syscmd.boot.pamphlet (SPADRWRITE): Don't confuse Boot commentsdos-reis2-1/+6
with Lisp comments.
2007-08-19 * bootfuns.lisp.pamphlet (def-boot-fun): Remove.dos-reis2-11/+10
(|initializeSetVariables|): Likewise. (|updateSourceFiles|): Likewise. (|bootUnionPrint|): Likewise. (|break|): Likewise. (|breaklet|): Likewise. (BUMPCOMPERRORCOUNT): Likewise.
2007-08-19 * c-util.boot.pamphlet (addContour): Remove trailing semicolon.dos-reis2-3/+7
2007-08-19 * bootlex.lisp.pamphlet (|boot-LEXPR|): Removedos-reis8-624/+60
* spad.lisp.pamphlet (BOOT-LEXPR): Remove. (NBOOT-LEXPR): Likewise. (New-LEXPR): Likewise. (New-LEXPR1): Likewise. (New-LEXPR-Interactive): Likewise. (|getTranslation|): Likewise. (|New-LEXPR|): Likewise. (|boot2Lisp|): Likewise. (|boot2LispError|): Likewise. (|New,ENTRY|): Likewise. (new): Likewise. (newpo): Likewise. (|New,ENTRY,SYS|): Likewise. (|New,ENTRY1|): Likewise. (/cx): Likewise. (/foobar): Likewise. (|/cxd|): Likewise. (|/rx|): Likewise. (|/ry|): Likewise. (|/tb|): Likewise. (|$lisp2lispRenameAssoc|): Likewise.. (|$spadOpList|): Likewise. (SPAD-MDTR-1): Likewise. (SPAD-MDTR-2): Likewise. (foobar): Likewise. * metalex.lisp.pamphlet (in-meta): Remove. (newrule): Likewise. (meta): Likrwise. * spad.lisp.pamphlet (/TRANSMETA): Remove. (/TRANSBOOT): Likewise. (/TRANSNBOOT): Likewise. * debug.lisp.pamphlet (META): Don't set property. * Makefile.pamphlet (depsys_lisp_compiled_sources): Don't include metameta.lisp (OPOBJS): Likewise. (depsys_lisp_sources): Likewise. (depsys_objects): Likewise. (${DEPSYS}): Don't depend on it. Don't load it. (${AUTO}/metameta.$(FASLEXT)): Remove. * metameta.lisp.pamphlet: Remove.
2007-08-19 * msg.boot.pamphlet (putDatabaseStuff): Fix thinko.dos-reis2-3/+9
(setMsgCatlessAttr): Quote catless. (posPointers): Fix thinko.
2007-08-19 * core.lisp.pamphlet (|quit|)[GCL]: Don't quit, say si::bye.dos-reis2-7/+10
(import-module): Simplify.
2007-08-19 * translator.boot.pamphlet (EVAL-BOOT-FILE): Fix thinko. Usedos-reis2-12/+20
setCurrentPackage to reset current package. (BO): Likewise. (bStreamPackageNull): Likewise. Update cached Lisp translation.
2007-08-18 * translator.boot.pamphlet (bpOutItem): Translate ConstantDefinitiondos-reis4-172/+225
nodes. Update cached Lisp translation. * parser.boot.pamphlet (bpSimpleDefinitionTail): Build a ConstantDefinition Ast. Update cached Lisp translation. * ast.boot.pamphlet (ConstantDefinition): A separate Ast node for constant definitions. (bfCompDef): Don't compile ConstantDefinition here. Update cached Lisp translation.
2007-08-18 * Makefile.pamphlet (GCL_LTCC): New variable.dos-reis3-12/+71
(GCL_LTLD): Likewise. (COBJEXT): Likewise. (CORE): Likewise. ($(OUT)/lisp$(EXEEXT)): Tidy. * Makefile.in: Regenerate.
2007-08-17 * vmlisp.lisp.pamphlet (define-function): Define in all situations.dos-reis7-20/+44
* parsing.lisp.pamphlet: Import "bootfuns". * util.lisp.pamphlet: Import "vmlisp" and "parsing". * bootfuns.lisp.pamphlet: Add GCL-specific bug workaround. * Makefile.pamphlet (${DEPSYS}): Load "parsing" before "util". (util.$(FASLEXT)): Has parsing.$(FASLEXT) as prerequisite. (parsing.$(FASLEXT)): New rule. * Makefile.in: Regenerate.
2007-08-17 * ggreater.lisp.pamphlet (VGREATERP): Initialize I, L1 and L2dos-reis2-30/+36
with appropriate values. (LEXVGREATERP): Likewise.
2007-08-17Update MAINTAINERSBill Page2-0/+13
2007-08-17src/dos-reis12-71/+69
2007-08-17 Gabriel Dos Reis <gdr@cs.tamu.edu> * Makefile.pamphlet (all-lisp): Don't make $(axiom_build_bindir) here. Pass target tp $(MAKE). (all-boot): Likewise. (all-lib): Don't make $(OUT) here. Pass target to $(MAKE). * Makefile.in: Regenerate. src/boot/ 2007-08-17 Gabriel Dos Reis <gdr@cs.tamu.edu> * Makefile.pamphlet (BOOTSYS_FOR_TARGET): Remove. (stamp): Update prerequisite. ($(axiom_build_bindir)/bootsys$(EXEEXT)): Rename from $(BOOTSYS_FOR_TARGET). (%/.started): Rename from mk-statge0-dir. Tidy. (stage0/%.clisp): Update prerequisite. (%/initial-env.$(FASLEXT)): Likewise. (mk-stage1-dir): Remove. (mk-stage2-dir): Likewise. (mostlyclean-local): Update. * Makefile.in: Regenerate. src/lib/ 2007-08-17 Gabriel Dos Reis <gdr@cs.tamu.edu> * Makefile.pamphlet ($(axiom_target_libdir)/libspad.la): Remove prerequisite mk-target-libdir. (mk-target-libdir): Remove. * Makefile.in: Regenerate. src/lisp/ 2007-08-17 Gabriel Dos Reis <gdr@cs.tamu.edu> * Makefile.pamphlet ($(OUT)/lisp$(EXEEXT)): Create $(OUT) directory before installing lisp executable. * Makefile.in: Regenerate.
2007-08-17 * vmlisp.lisp.pamphlet: Use ANSI eval-when situation syntax fordos-reis2-20/+41
Common Lisps. (QUOTIENT): Define unconditionaly. Remove reference to Lisp package. (rplacstr): Remove CCL-dependent code. Remove reference to Lisp package. (EBCDIC): Use code-char, not int-char.
2007-08-17 * configure.ac.pamphlet: Check for executable gcl beforedos-reis4-12/+22
toplevel directory gcl. * configure.ac: Regenerate. * configure: Likewise.
2007-08-16 * TODO: Updatedos-reis2-0/+6
2007-08-16 * configure.ac.pamphlet: Don't error out if noweb source filesdos-reis7-10/+113
are present when no executable is available. * configure.ac.: Regenerate. * configure: Likewise. * config/var-def.mk (axiom_build_nowebdir): Resurect. * Makefile.pamphlet (<<noweb>>): Resurect. (clean-local): Remove noweb build dir too. * Makefile.in: Regenerate.
2007-08-15 * configure.ac.pamphlet: Check GCL tarball dependency.dos-reis4-3/+45
* configure.in: Regenerate.
2007-08-14(no commit message)dos-reis11-285/+108
2007-08-14(no commit message)dos-reis1-0/+3
2007-08-14(no commit message)dos-reis1-1/+1
2007-08-14 * Makefile.pamphlet ($(axiom_targetdir)/algebra/*.daase): Don'tdos-reis3-6/+6
copy gloss.text. Don't copy topics.data twice. * Makefile.in: Regenerate.
2007-08-14Initial population.dos-reis2882-0/+1756970