blob: 91b19af1bed89a3d2897a300086656279c7351b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
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.
|