blob: 976982a1dd7ff9158ef6412a4b8ce6b4f40271db (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
2008-04-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet: Check from uint8_t.
* config/openaxiom-c-macros.h.in: Rename from
config/axiom-c-macros.h.in.
* src: Propagate change.
2008-04-23 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet: Add native type translation table
for ECL.
2008-04-05 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet [mingw] (oa_shrlib_flags): Ensure
the compiler appreciates we want dynamic link.
2008-04-05 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet (oa_shrlib_flags): Tidy.
(oa_shrobj_flags): Likewise.
* config/var-def.mk (LINK_SHRLIB): Tidy.
* INSTALL: Update.
* TODO: Likewise.
2008-04-04 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet: When using CLisp, ensure FFI is supported.
2008-04-04 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet: Disable Libtool for building shared
libraries on MinGW and Cygwin.
* config/var-def.mk (SHREXT): Tidy.
(LINK_SHRLIB): New.
2008-04-01 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet: Automatically detect SBCL or Clisp.
check for BFD only if we're building custom GCL.
2008-03-26 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet (shrext_cmds): Autconf-substitute.
(libext): Likewise.
* config/var-def.mk (SHREXT): Rename from DLLEXT.
(LIBEXT): New.
2008-03-24 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet: Add native types translation table for
CLisp.
2008-03-17 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet: Check for <dirent.h>
* config/axiom-c-macros.h.in: Update.
2008-03-16 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet: Compute native type translation table.
2008-03-16 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet: Tell Libtool to assume `dlopen'.
* config/var-def.mk (DLLEXT): New.
2008-03-15 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet (axiom_c_runtime): Don't include core, as
it is always built into libopen-axiom-core.
2008-02-17 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet (install): Tidy.
2008-02-14 Gabriel Dos Reis <gdr@cs.tamu.edu>
* OpenAxiom-1.1.0 has been released.
2008-02-09 Gabriel Dos Reis <gdr@cs.tamu.edu>
Add support for batch processing.
* configure.ac.pamphlet (OPENAXIOM_BASE_RTS): Define.
* Makefile.pamphlet (install): Tidy.
* config/axiom-c-macros.h.in: New.
2008-01-21 Gabriel Dos Reis <gdr@cs.tamu.edu>
* config/var-def.mk (LDF): Include -lm.
2008-01-05 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet: For mingw host, default $prefix to
C:/Program Files/OpenAxiom.
Don't instantiate src/script/axiom.
Instantiate src/driver/Makefile. Tidy.
* Makefile.pamphlet: Tidy.
* config/axiom-c-macros.h.in: Update.
|