diff options
-rw-r--r-- | LICENSE | 10 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,13 @@ + + +****************************NOTE************************************ +Guile is now covered under the terms of the GNU LGPL. However we're +still in the process of updating all of our files. Please bear with +us. +****************************NOTE************************************ + + +[THIS IS NO LONGER ACCURATE -- see above] Guile License ================================================== The license of Guile consists of the GNU GPL plus a special statement @@ -16,6 +16,11 @@ Changes since the stable branch: * Changes to the distribution +** Guile now requires GNU MP (http://swox.com/gmp). + +Guile now uses the GNU MP library for arbitrary precision arithmetic. +At the moment it is being used to handle Guile's bignums. + ** Guile now has separate private and public configuration headers. Guile now has config.h and libguile/scmconfig.h. The former is not |