mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 22:01:36 -08:00
Import version 1.118 of ASDF
This commit is contained in:
parent
8cac166b98
commit
54dc598232
3 changed files with 528 additions and 478 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -161,6 +161,8 @@ ECL 0.9k:
|
|||
speed settings, this leads to inline access to such slots using the precomputed
|
||||
location.
|
||||
|
||||
- ECL now ships with version 1.118 of ASDF.
|
||||
|
||||
* Bugs fixed:
|
||||
|
||||
- Intel/64bits running a 32 bits operating system caused a wrong choice of
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ Returns, as a string, the location of the machine on which ECL runs."
|
|||
(defun lisp-implementation-version ()
|
||||
"Args:()
|
||||
Returns the version of your ECL as a string."
|
||||
"@PACKAGE_VERSION@ (CVS 2008-05-31 01:49)")
|
||||
"@PACKAGE_VERSION@ (CVS 2008-06-04 22:12)")
|
||||
|
||||
(defun machine-type ()
|
||||
"Args: ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue