diff options
author | dos-reis <gdr@axiomatics.org> | 2014-02-02 08:34:07 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2014-02-02 08:34:07 +0000 |
commit | ca207c84f9c3fb49a1fed906d5de6b2db547ad1d (patch) | |
tree | 81fa01f95a842f65025ec4d422942cc590c4bbf2 /ChangeLog.2013 | |
parent | 25421931c7f8055ac5dc6c73cb01fa41edcfb2e6 (diff) | |
download | open-axiom-ca207c84f9c3fb49a1fed906d5de6b2db547ad1d.tar.gz |
Annual ChangeLog rotation
Diffstat (limited to 'ChangeLog.2013')
-rw-r--r-- | ChangeLog.2013 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/ChangeLog.2013 b/ChangeLog.2013 new file mode 100644 index 00000000..ee53416d --- /dev/null +++ b/ChangeLog.2013 @@ -0,0 +1,41 @@ +2013-11-26 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * config/open-axiom.m4 (OPENAXIOM_ALIGNMENT_OPERATOR): Define stub + with standard syntax. + (OPENAXIOM_ALIGNAS_SPECIFIER): Likewise. + * config/openaxiom-c-macros.h.in: Update. + +2013-11-24 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * configure.ac: Check for PowerShell on Windows platforms. + +2013-06-30 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * config/open-axiom.m4 (OPENAXIOM_REJECT_ROTTED_LISP): Just warn + for unsupported GCL version; do not reset arguments. + (OPENAXIOM_FFI_TYPE_TABLE): Be GCL-2.6.9 ready. + +2013-06-01 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * config/open-axiom.m4 (OPENAXIOM_CHECK_IO): Check for tempnam. + +2013-05-30 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * config/open-axiom.m4 (OPENAXIOM_HOST_LISP_CPU_PRECISION): Update. + ECL since 11.1.1 puts relevant information on *FEATURES* list. + +2013-04-05 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * configure.ac: Output src/syntax/Makefile. + * Makefile.am (OA_SRC_TARGETS): Add all-syntax. + +2013-04-03 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * Makefile.am (OA_SRC_TARGETS): Include all-io. + * config/depcomp: New. + +2013-04-02 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * config/open-axiom.m4 (OPENAXIOM_REQUIRE_CXX11): New. + * configure.ac: Use it. + |