~ chicken-core (chicken-5) 284104409ea76c0488002c41202404d41cd9e960
commit 284104409ea76c0488002c41202404d41cd9e960
Merge: ca0edb14 63c01978
Author: Ivan Raikov <raikov@oist.jp>
AuthorDate: Wed May 11 13:35:35 2011 +0900
Commit: Ivan Raikov <raikov@oist.jp>
CommitDate: Wed May 11 13:35:35 2011 +0900
Merge consolidated NEWS into prerelease
Conflicts:
NEWS
diff --cc NEWS
index 23cdb987,86daae07..661086f8
--- a/NEWS
+++ b/NEWS
@@@ -1,21 -1,6 +1,5 @@@
4.7.0rc2
- - Extensions
- - "chicken-install -deploy" does not compile deployed extensions with
- "-setup-mode" anymore to avoid problems with dynamic loading on some
- platforms (specifically Mac OS X)
-
- 4.6.7
-
- - Core libraries
- - Fixed pretty-printer output of certain escaped character sequences
- inside strings (thanks to Mario Domenech Goulart, thanks to Kon Lovett
- for pointing out a missing test-file)
- - Runtime system
- - Fixed typo in "runtime.c" (thanks to Sven Hartrumpf)
-
- 4.6.6
--
- Build system
- On BSD, libchicken.so is linked with -lpthread, as this seems
to be required for linking libraries that require pthreads
Trap