aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)AuthorFilesLines
2013-04-01More C cleanupsdos-reis1-0/+14
2013-03-31 * interp/pile.boot (insertpile): Tidy.dos-reis1-56/+5
(pilePlusComments): Likewise. (pileTree): Likewise. (eqpileTree): Likewise.
2013-03-31Update data stamp and rotate changelogsdos-reis1-16/+67
2012-10-01Bump date and update Autotools scriptsdos-reis1-315/+326
2012-08-26 * interp/sys-os.boot (flushStdout): Remove as unused.dos-reis1-10/+10
* interp/i-toplev.boot (recordAndPrint): Do not print a newline before formatting the result.
2012-08-20Bump date versiondos-reis1-10/+10
2012-08-19 * configure.ac: Define Automake conditional OA_DELAYED_FFI.dos-reis1-0/+26
* 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-03 * interp/lexing.boot (%Line): Now a record structure.dos-reis1-10/+10
* boot/parser.boot (bpTypeName): Split out of bpTypeAliasDefinition. (bpStruct): Use it. Support parameterized structures. * boot/ast.boot (ctorName): New. (bfEnum): Use it for parameterized enums. (bfRecord): Use it for parameterized records.
2012-05-29 * boot/parser.boot (%ParserState): New.dos-reis1-10/+10
(makeParserState): Likewise. (%Translator): Likewise. (makeTranslator): Likewise. Make all parsing functions take a parser state argument. * boot/translator.boot (shoeOutParse): Adjust. * interp/spad-parser.boot (stringPrefix?): Remove redudant definition.
2012-05-28 * interp/io.boot (findChar): Do not define here.dos-reis1-10/+10
* interp/match.boot (charPosition): Likewise. * boot/utility.boot (charPosition): Now return argument string length if no match. (findChar): New. * boot/scanner.boot (lexerCharPosition): Adjust. (shoeAccumulateLines): Use findChar.
2012-05-26Update datedos-reis1-10/+14
2012-05-19 * Makefile.in: Regenerate.dos-reis1-3548/+2203
* config/aclocal.m4: Move to toplevel. * config/libtool.m4: Remove. * config/ltoptions.m4: Likewise. * config/ltversion.m4: Likewise. * config/lt~obsolete.m4: Likewise. * config/open-axiom.m4 (OPENAXIOM_ALIGNMENT_OPERATOR): Use AC_LANG_SOURCE to generate test program. (OPENAXIOM_ALIGNAS_SPECIFIER): Likewise.
2012-04-28update version numbersdos-reis1-32/+38
2012-02-03 * config/open-axiom.m4 (OPENAXIOM_ALIGNAS_SPECIFIER): New.dos-reis1-31/+65
(OPENAXIOM_CHECK_MISC): Use it. src/ * utils/vm.H: Add more VM data structures. * utils/vm.cc (BasicContext::make_operator): Define. * algebra/Makefile.in (SPADFILES): Include syntax.spad and spad-parser.spad.
2011-12-15 * config/open-axiom.m4 (OPENAXIOM_DYNAMIC_MODULE_SUPPORT): Fixdos-reis1-11/+11
linker flags when building for Windows. * lisp/core.lisp.in: Do not require SB-SPROF or SB-POSIX on Windows.
2011-12-03 * config/var-def.mk (CXX): Define as substituted.dos-reis1-10/+10
(LD): Likewise.
2011-11-14 * lisp/core.lisp.in: Export %sysInit.dos-reis1-502/+546
* interp/sys-driver.boot (%sysInit): Don't redefine. Reset function binding.
2011-11-02 Add compiler support for implicit parameters.dos-reis1-10/+10
* interp/compiler.boot (bindPredicateExistentials): Rename from constructorCondition. Now return a substitution on success, otherwise failure. (solveEquation): New. (solveSubsumption): Likewise. (deduceImplicitParameters): Likewise. (evaluateConstructorModemap): Use it. Tidy.
2011-09-03 * lib/pixmap.c: Include standard header.dos-reis1-16/+31
* include/xpm.h: Remove.
2011-07-07 1.4.1 release branch created.dos-reis1-10/+10
2011-07-07 * config/open-axiom.m4 (ac_default_prefix): Set to C:/OpenAxiom ondos-reis1-15/+14
Windows platforms.
2011-07-05 * config/open-axiom.m4: Don't test for GMP, just yet.dos-reis1-93/+22
2011-07-04 * configure.ac: Use macx-g++ spec for QT when building for darwindos-reis1-1/+7
host using C++ compiler for GNU.
2011-07-01 * config/open-axiom.m4 (OPENAXIOM_CHECK_GMP): New.dos-reis1-20/+94
(OPENAXIOM_CHECK_CORE_SUPPORT): Use it.
2011-06-30 * sman/sman.c (main): Don't start Hyperdoc if no X11 server is running.dos-reis1-10/+10
2011-06-16 Release OpenAxiom-1.4.0.dos-reis1-10/+10
2011-06-15 * config/open-axiom.m4: Remove --enable-locbfd fromdos-reis1-8/+2
oa_gcl_bfd_option. (oa_gcl_emacs): Remove.
2011-06-03fix identification datesdos-reis1-10/+10
2011-06-03do commit this forgotten changedos-reis1-0/+5
2011-06-02 * config/open-axiom.m4 (OPENAXIOM_HOST_COMPILERS): Setdos-reis1-546/+505
oa_gnu_compiler right after test for C and C++ compilers.
2011-06-01tidy configurationdos-reis1-746/+1026
2011-06-01 * config/open-axiom.m4: Check for uid_t.dos-reis1-30/+60
2011-05-29 * interp/sys-utility.boot (displayTextFile): New.dos-reis1-10/+10
* interp/i-syscmd.boot (summary): Use it. (copyright): Likewise. * algebra/net.spad.pamphlet: Replace closeFile with closeStream. * boot/translator.boot: Likewise. * interp/as.boot: Likewise. * interp/ax.boot: Likewise. * interp/br-saturn.boot: Likewise. * interp/br-search.boot: Likewise.
2011-05-01 * boot/utility.boot (applySubstNQ): New.dos-reis1-530/+486
* interp/compiler.boot (finishLambdaExpression): Use it. * interp/i-intern.boot (mkAtreeExpandMacros): Likewise. * interp/i-map.boot (addMap): Likewise. * interp/vmlisp.lisp (SUBLISNQ, SUBANQ, SUBB): Remove.
2011-05-01more cleanupsdos-reis1-485/+555
2011-04-20 * interp/sys-utility.boot (substitute): Define.dos-reis1-538/+494
(substitute!): Likewise. * boot/utility.boot: Do not rely on tail recursion removal. * boot/tokens.boot: Don't translate substitute and substitute!. * boot/ast.boot (bfLp1): Tidy.
2011-04-19 * boot/ast.boot (%Module): Now take three arguments.dos-reis1-485/+529
* boot/parser.boot (bpModuleInterface): Rename from bpExports. (bpModuleExports): New. (bpModule): Now allow specification of exported names.
2011-04-10 * config/open-axiom.m4 (OPENAXIOM_HOST_LISP_CPU_PRECISION):dos-reis1-39/+42
Special-case for detecting binary personality. * configure.ac: ECL now provides (at last!) way to gather information about binary personality.
2011-03-21Fix some type detection issuesdos-reis1-211/+510
2011-03-09 * interp/g-opt.boot: %pair, %list, %vector, %bitvector are nowdos-reis1-10/+10
considered side-effect free functions. * algebra/boolean.spad.pamphlet: Reflect change. * algebra/Makefile.in (oa_strap_0_sources): Include MAYBE.
2011-02-20 * interp/parse.boot (transSeq): Aggregate branches of topleveldos-reis1-10/+10
conditionals so that implications propagate down the pipe.
2011-02-08 * interp/lisp-backend.boot: Translate %ident? to IDENTP, not SYMBOLP.dos-reis1-10/+10
* interp/compiler.boot (compMatch): test for identifier, not atomic value. * algebra/syntax.spad.pamphlet (Syntax): Tidy.
2011-01-24 * algebra/array1.spad.pamphlet: Use %aref instead of %vref.dos-reis1-10/+10
* interp/g-opt.boot (optSETRECORDELT): Tidy code generation. (optRECORDCOPY): Likewise. (optRECORDELT): Likewise. ($VMsideEffectFreeOperators): Include %aref. Translate.
2011-01-03(no commit message)dos-reis1-3/+3
2011-01-01 * configure.ac: Reject ECL on Mac OS X as it cannot give reliabledos-reis1-20/+27
information about its binary personality.
2011-01-01Annual ChangeLog rotationdos-reis1-10/+10
2010-12-31 * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %cup anddos-reis1-10/+10
%cdown. * interp/g-util.boot: Expand them. * interp/vmlisp.lisp (QESET): Remove. * algebra/string.spad.pamphlet (String): Don't use QESET.
2010-12-27 * boot/includer.boot (char): Move to token.boot.dos-reis1-10/+10
* boot/tokens.boot (shoeStartsId): Move from initial-env.lisp (shoeIdChar): Likewise. * boot/initial-env.lisp (CHARMEM): Remove.
2010-12-19 * algebra/files.spad.pamphlet (KeyedAccessFile): Use try/finallydos-reis1-10/+10
instead of Lisp-level UNWIND-PROTECT.
2010-12-14 * boot/ast.boot (bfQ): Emit STRING= for string comparison.dos-reis1-10/+10
* interp/i-output.boot: Fix type violation in equality comparison.