~ chicken-core (chicken-5) ed8ab71fee0892c53b9add828adcecef8e0cc24f
commit ed8ab71fee0892c53b9add828adcecef8e0cc24f
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Mar 23 14:10:01 2010 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Tue Mar 23 14:10:01 2010 +0100
bumped version to 4.4.3
diff --git a/NEWS b/NEWS
index 168c4fe6..fb250ae3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+4.4.3
+
+- removed the unsafe runtime library (`libuchicken'), this
+ simplifies and speeds up the build and reduces the risk
+ of executables loading library units from different
+ variants of the runtime system
+- removed the `-unsafe-libraries' option from `chicken'
+ and `csc'
+
4.4.2
- removed bootstrapping target and bootstrapping files from
diff --git a/README b/README
index 2d7db912..aee0c7a6 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
(c) 2008-2009, The Chicken Team
(c) 2000-2007, Felix L. Winkelmann
- version 4.4.2
+ version 4.4.3
1. Introduction:
diff --git a/buildversion b/buildversion
index f9392229..f0f76fb6 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.4.2
\ No newline at end of file
+4.4.3
\ No newline at end of file
diff --git a/manual/The User's Manual b/manual/The User's Manual
index f60a8577..0c1faf33 100644
--- a/manual/The User's Manual
+++ b/manual/The User's Manual
@@ -6,7 +6,7 @@
<img style="float:right; border-left:1px solid #ccc;border-bottom:1px solid #ccc;margin-left:1em;" src="http://www.call-with-current-continuation.org/chicken4.png" alt="Stylized picture of a chicken"/>
</nowiki>
-This is the manual for Chicken Scheme, version 4.4.2
+This is the manual for Chicken Scheme, version 4.4.3
; [[Getting started]] : What is CHICKEN and how do I use it?
diff --git a/support.scm b/support.scm
index 88c94a57..fc3b1fa2 100644
--- a/support.scm
+++ b/support.scm
@@ -1300,8 +1300,6 @@ Usage: chicken FILENAME OPTION ...
Obscure options:
-debug MODES display debugging output for the given modes
- -unsafe-libraries marks the generated file as being linked with
- the unsafe runtime system
-raw do not generate implicit init- and exit code
-emit-external-prototypes-first
emit prototypes for callbacks before foreign
diff --git a/version.scm b/version.scm
index dab43356..372fdcc6 100644
--- a/version.scm
+++ b/version.scm
@@ -1 +1 @@
-(define-constant +build-version+ "4.4.2")
+(define-constant +build-version+ "4.4.3")
Trap