Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-22 | Consolidate ChangeLogs. | Gabriel Dos Reis | 1 | -0/+1913 | |
2015-07-09 | Make sure AC_PROG_CC and AC_PROG_CXX are used only once | Igor Pashev | 1 | -0/+6 | |
2014-11-20 | Restore full build on Mac wby forcing Clang, the clearly preferred system ↵ | dos-reis | 1 | -0/+5 | |
compiler. | |||||
2014-11-16 | Check for LLVM framework | dos-reis | 1 | -0/+5 | |
2014-08-26 | Add generic Boot and Spad tokenizer. | dos-reis | 1 | -0/+7 | |
2014-08-16 | Avoid SBCL deprecated features. | dos-reis | 1 | -0/+5 | |
2014-02-21 | Set derived src and target directory variables | dos-reis | 1 | -0/+6 | |
2014-02-21 | Set derived build directory variables | dos-reis | 1 | -0/+5 | |
2014-02-10 | Clean up global variable names. | dos-reis | 1 | -0/+5 | |
2014-02-03 | Fix global variable names in Makefiles | dos-reis | 1 | -0/+7 | |
2014-02-02 | Prefer mktemp over tempnam. | dos-reis | 1 | -0/+5 | |
2014-02-02 | Annual ChangeLog rotation | dos-reis | 1 | -41/+0 | |
2013-11-27 | * include/storage.H (Arena<T>::allocate): Adjust spelling of | dos-reis | 1 | -0/+7 | |
alignment query operator. (Arena<T>::Arena): Likewise. (HashTableEntry<T>): Adjust spelling of alignment specifier. | |||||
2013-11-25 | Check for Windows PowerShell. | dos-reis | 1 | -0/+4 | |
2013-07-01 | Bring closer to GCL-buildability. | dos-reis | 1 | -0/+6 | |
2013-06-01 | Support --output in compiler, for bootstrapping stage. | dos-reis | 1 | -0/+4 | |
2013-05-30 | Update for modern ECL. | dos-reis | 1 | -0/+5 | |
2013-04-06 | Add token representation files | dos-reis | 1 | -0/+5 | |
2013-04-04 | Add initial io library files | dos-reis | 1 | -1/+6 | |
2013-04-03 | * config/open-axiom.m4 (OPENAXIOM_REQUIRE_CXX11): New. | dos-reis | 1 | -0/+5 | |
* configure.ac: Use it. | |||||
2013-03-31 | Update data stamp and rotate changelogs | dos-reis | 1 | -30/+0 | |
2012-10-11 | 2012-10-10 Igor Pashev <pashev.igor@gmail.com> | dos-reis | 1 | -0/+7 | |
Andrey G, Grozin <A.G.Grozin@inp.nsk.su> Gabriel Dos Reis <gdr@cs.tamu.edu> * config/open-axiom.m4 (OPENAXIOM_LISP_FLAGS): Inhibit system-wide or user-supplied initialization files. src/ChangeLog 2012-10-10 Igor Pashev <pashev.igor@gmail.com> Andrey G, Grozin <A.G.Grozin@inp.nsk.su> Gabriel Dos Reis <gdr@cs.tamu.edu> * utils/command.cc (build_rts_options) [sbcl_runtime]: Inhibit system-wide and user-supplied initialization files. | |||||
2012-08-19 | * configure.ac: Define Automake conditional OA_DELAYED_FFI. | dos-reis | 1 | -0/+6 | |
* 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-05-19 | * Makefile.in: Regenerate. | dos-reis | 1 | -1/+13 | |
* 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-02-03 | * config/open-axiom.m4 (OPENAXIOM_ALIGNAS_SPECIFIER): New. | dos-reis | 1 | -0/+5 | |
(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. | |||||
2012-01-01 | Annual ChangeLog rotations | dos-reis | 1 | -79/+0 | |
2011-12-15 | * config/open-axiom.m4 (OPENAXIOM_DYNAMIC_MODULE_SUPPORT): Fix | dos-reis | 1 | -0/+5 | |
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-reis | 1 | -0/+6 | |
(LD): Likewise. | |||||
2011-09-03 | * lib/pixmap.c: Include standard header. | dos-reis | 1 | -0/+5 | |
* include/xpm.h: Remove. | |||||
2011-08-23 | * interp/sys-driver.boot (initializeDatabases): New. | dos-reis | 1 | -0/+5 | |
(initializeGlobalState): Use it. * interp/spad-parser.boot (parseSpadFile): Tidy. * interp/g-cndata.boot (installConstructor): Exit early it global table not initialized. * interp/database.boot (makeInitialDB): New. (populateDBFromFile): Likewise. * interp/daase.lisp: Introduce more DB accessors. * interp/br-util.boot (dbSourceFile): Remove. * interp/br-con.boot (kdPageInfo): Use getConstructorSourceFileFromDB instead of dbSourceFile. (kPage): Likewise. * algebra/Makefile.in (SPADFILES): Include domain.spad | |||||
2011-07-07 | 1.4.1 release branch created. | dos-reis | 1 | -0/+4 | |
2011-07-07 | * config/open-axiom.m4 (ac_default_prefix): Set to C:/OpenAxiom on | dos-reis | 1 | -0/+5 | |
Windows platforms. | |||||
2011-07-05 | * config/open-axiom.m4: Don't test for GMP, just yet. | dos-reis | 1 | -0/+4 | |
2011-07-04 | * configure.ac: Use macx-g++ spec for QT when building for darwin | dos-reis | 1 | -0/+5 | |
host using C++ compiler for GNU. | |||||
2011-07-01 | * config/open-axiom.m4 (OPENAXIOM_CHECK_GMP): New. | dos-reis | 1 | -0/+5 | |
(OPENAXIOM_CHECK_CORE_SUPPORT): Use it. | |||||
2011-06-16 | Release OpenAxiom-1.4.0. | dos-reis | 1 | -0/+4 | |
2011-06-15 | * config/open-axiom.m4: Remove --enable-locbfd from | dos-reis | 1 | -0/+6 | |
oa_gcl_bfd_option. (oa_gcl_emacs): Remove. | |||||
2011-06-11 | * TODO: Update. | dos-reis | 1 | -0/+4 | |
src/ * scripts/document.in: Remove. | |||||
2011-06-02 | * config/open-axiom.m4 (OPENAXIOM_HOST_COMPILERS): Set | dos-reis | 1 | -0/+5 | |
oa_gnu_compiler right after test for C and C++ compilers. | |||||
2011-06-01 | * config/open-axiom.m4: Check for uid_t. | dos-reis | 1 | -1/+4 | |
2011-04-10 | * config/open-axiom.m4 (OPENAXIOM_HOST_LISP_CPU_PRECISION): | dos-reis | 1 | -0/+8 | |
Special-case for detecting binary personality. * configure.ac: ECL now provides (at last!) way to gather information about binary personality. | |||||
2011-01-01 | * configure.ac: Reject ECL on Mac OS X as it cannot give reliable | dos-reis | 1 | -0/+5 | |
information about its binary personality. | |||||
2011-01-01 | Annual ChangeLog rotation | dos-reis | 1 | -168/+0 | |
2010-11-28 | * clef/: Add using directive at toplevel. | dos-reis | 1 | -0/+6 | |
* etc/: Likewise. * graph/: Likewise. * hyper/: Likewise. * lib/: Likewise. * sman/: Likewise. * Makefile.am (OA_SMAN_TARGETS): New. (OA_GRAPHICS_TARGETS): Likewise. | |||||
2010-11-27 | * Makefile.am: Automake Makefile.in. | dos-reis | 1 | -0/+8 | |
* Makefile.in: Regenerate. | |||||
2010-11-26 | * Makefile.am: New. Automake existing top-level Makefile.in. | dos-reis | 1 | -0/+6 | |
* Makefile.in: Generate from Makefile.am. * config/aclocal.m4: Regenerate. | |||||
2010-11-05 | * build-setup.sh: Simplify. | dos-reis | 1 | -0/+4 | |
2010-11-02 | Remove Makefile.pamphlet | dos-reis | 1 | -0/+5 | |
2010-11-01 | * config/open-axiom.m4 (OPENAXIOM_GCL_HACKS): Remove. No longer | dos-reis | 1 | -0/+6 | |
necesary with newer GCL-2.6.8pre. * configure.ac: Dont' call it. | |||||
2010-08-26 | * config/open-axiom.m4 (OPENAXIOM_BUILD_TOOLS): Check for ln -s | dos-reis | 1 | -0/+6 | |
and sed. * config/var-def.mk (oa_target_includedir): New. |