summaryrefslogtreecommitdiff
path: root/lang/ecl/PLIST.threads
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-12-08 13:29:45 +0000
committerasau <asau@pkgsrc.org>2012-12-08 13:29:45 +0000
commit3c229b08d3e051a7e438654037d0735bfa4fb04d (patch)
tree2024728fcc3157c7bf1b020afbb76e161ebe0858 /lang/ecl/PLIST.threads
parentec3b1633604d5a4f81a1c5a3678c86ce863d6a03 (diff)
downloadpkgsrc-3c229b08d3e051a7e438654037d0735bfa4fb04d.tar.gz
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.
Diffstat (limited to 'lang/ecl/PLIST.threads')
-rw-r--r--lang/ecl/PLIST.threads10
1 files changed, 9 insertions, 1 deletions
diff --git a/lang/ecl/PLIST.threads b/lang/ecl/PLIST.threads
index 379b2fbd597..48b3cd25189 100644
--- a/lang/ecl/PLIST.threads
+++ b/lang/ecl/PLIST.threads
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.threads,v 1.1 2011/03/04 14:46:32 wiz Exp $
+@comment $NetBSD: PLIST.threads,v 1.2 2012/12/08 13:29:45 asau Exp $
include/ecl/atomic_ops.h
include/ecl/atomic_ops/generalize-small.h
include/ecl/atomic_ops/generalize.h
@@ -43,3 +43,11 @@ include/ecl/atomic_ops/sysdeps/standard_ao_double_t.h
include/ecl/atomic_ops/sysdeps/sunc/sparc.h
include/ecl/atomic_ops/sysdeps/test_and_set_t_is_ao_t.h
include/ecl/atomic_ops/sysdeps/test_and_set_t_is_char.h
+include/ecl/atomic_ops/sysdeps/armcc/arm_v6.h
+include/ecl/atomic_ops/sysdeps/gcc/avr32.h
+include/ecl/atomic_ops/sysdeps/gcc/mips.h
+include/ecl/atomic_ops/sysdeps/gcc/sh.h
+include/ecl/atomic_ops/sysdeps/msftc/arm.h
+include/ecl/atomic_ops/sysdeps/msftc/common32_defs.h
+include/ecl/atomic_ops/sysdeps/sunc/x86.h
+include/ecl/atomic_ops/sysdeps/sunc/x86_64.h