From 73f60ca9d0730e1700dfc9ee1354f23d09100b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Thu, 18 Jun 2015 17:43:10 +0200 Subject: [PATCH] changelog: run-program works under cygwin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cygwin fork/exec doesn't seem broken anymore. Fixes #52. Signed-off-by: Daniel KochmaƄski --- CHANGELOG | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 77aa52a11..6ca756e09 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,12 +16,7 @@ architectures should be rather easy. * 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