pkgsrc/lang/ecl
asau 3768f2bcae Update to ECL 12.12.1
Changes since last release
==========================

Some highlights of this release are:

* Lots of bugs fixed.

* The MOP has been fixed to work with the upcoming release of
  Closer-MOP

* ECL now produces a much more readable C code, with indentation and
  more explicit declarations of variables.

Known issues
============

* Cygwin's library is still broken: fork/exec fails to reload the
  cygwin library, or ECL's compiled libraries in a completely random
  fashion. For this reason we recommend using ext:system instead of
  ext:run-program in that platform.

* In Windows ECL comes with bytecodes compiler by default, because C
  compilers are normally not avaiable. Unfortunately several
  libraries out there are not prepared for this. If you plan to use
  quicklisp and have a C compiler accessible to ECL, you may use
  (ext:install-c-compiler) to switch back to the Lisp-to-C compiler.
2012-12-08 13:29:45 +00:00
..
patches lang/ecl: Teach it about DragonFly 2012-08-10 08:15:16 +00:00
buildlink3.mk Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
DESCR
distinfo Update to ECL 12.12.1 2012-12-08 13:29:45 +00:00
Makefile Update to ECL 12.12.1 2012-12-08 13:29:45 +00:00
options.mk Move debug into separate options. 2012-07-26 22:58:33 +00:00
PLIST Update to ECL 12.7.1 2012-07-26 21:09:29 +00:00
PLIST.threads Update to ECL 12.12.1 2012-12-08 13:29:45 +00:00