mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-08 22:30:23 -07:00
Make a patch release and move the tag
This commit is contained in:
parent
6279eb25bb
commit
1f9a5ecfa8
2 changed files with 17 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Announcement of ECL v0.9j
|
||||
=========================
|
||||
Announcement of ECL v0.9j-p1
|
||||
============================
|
||||
|
||||
ECL stands for Embeddable Common-Lisp. The ECL project aims to produce
|
||||
an implementation of the Common-Lisp language which complies to the ANSI
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
ECL 0.9j:
|
||||
=========
|
||||
ECL 0.9j-p1:
|
||||
============
|
||||
|
||||
* Fixes with respect 0.9j
|
||||
|
||||
- Added a disambiguation prefix that allows an executable to have the same
|
||||
name as one of the object files that are used to create it.
|
||||
|
||||
- Fixed examples/threads/import.c to ensure that the GC_pthread is used.
|
||||
|
||||
- Fixed the code for inspecting the generic function hash table
|
||||
(Ralph Campbell)
|
||||
|
||||
- Added fixes for the Boehm-Weiser garbage collector under Mac OS X
|
||||
Leopard/PPC (Aleix Conchillo)
|
||||
|
||||
* New platforms:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue