summaryrefslogtreecommitdiff
path: root/lang/gauche/distinfo
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2007-01-19 12:59:00 +0000
committeruebayasi <uebayasi@pkgsrc.org>2007-01-19 12:59:00 +0000
commit721d9b7a4e8969e208a7e215c2920dd6404f1a5c (patch)
treed80e529c5f6c7b518b35aa34e39ec49c64b8d238 /lang/gauche/distinfo
parent67bd33d033304bddacf6c6e53e00129717374442 (diff)
downloadpkgsrc-721d9b7a4e8969e208a7e215c2920dd6404f1a5c.tar.gz
Update Gauche from 0.8.6 to 0.8.9.
Important changes excerpted from web pages: 2007/1/17 Gauche 0.8.9: Major maintenance release + Bug fixes + Miscellaneous improvements: 2006/11/18 Gauche 0.8.8 important patch: There is a bug in main.c that makes gosh exits silently without reporting errors when a Scheme script raised an unhandled error. Please apply the patch shown in the following message: http://sourceforge.net/mailarchive/forum.php?thread_id=30949517&forum_id= 2043 2006/11/11 Gauche 0.8.8: Major maintenance release + Important Changes: o Exact rational number is supported; now you get 1/3 from (/ 1 3). To obtain inexact number from division of two exact numbers, you have to use exact->inexact explicitly. With this change you can get more exact result, but if your code has relied on the old Gauche behavior that automatically converts rationals to inexact reals, your code may run very slowly in this release of Gauche (since exact rational arithmetic is much slower than flonum arithmetic). For the smooth transition, a compatibility module compat.norational is provided, which makes the / operator behaves like before. See the manual entry for the details. o The reader is more strict about utf-8 encoding. Consequently, some source files in other encoding that happened to be accepted by previous versions of Gauche may no longer work. If you get an error, either convert the encoding of the source, or use "coding:" magic comment (See "Multibyte scripts" section of the reference manual). o The test-module routine in gauche.test is fixed so that it detects more references to undefined global variables that have been overlooked. You may get an error something like "symbols referenced but not defined: ...". In most cases, they are from typos. See the manual entry of gauche.test - Unit testing for the details. o New modules: # sxml.serializer: Generic routine to convert SXML to other formats like XML or HTML. Written by Dmitry Lizorkin and ported to Gauche by Leonardo Boiko. # util.trie: Implementation of Trie. Originally by OOHASHI Daichi, and hacked by numerous Gauche hackers. # util.rbtree: Implementation of Red-Black Tree. Written by Rui Ueyama. o A bug in port locking routine, that caused a race condition on multiprocessor machine, is fixed. As a side effect, port lock operation became a bit faster. o C API prospected change: Scm_Eval, Scm_EvalCString, and Scm_Apply will have different API in the next release. The current API is kept under a different name, Scm_EvalRec, Scm_EvalCStringRec, and Scm_ApplyRec. If you are using those functions, please make changes until the next release. + Miscellaneous fixes and improvements: 2006/4/12 Gauche 0.8.7: Major maintenance release + Bug fixes: + Improvements:
Diffstat (limited to 'lang/gauche/distinfo')
-rw-r--r--lang/gauche/distinfo19
1 files changed, 8 insertions, 11 deletions
diff --git a/lang/gauche/distinfo b/lang/gauche/distinfo
index 973ffe4df6b..48b4a934670 100644
--- a/lang/gauche/distinfo
+++ b/lang/gauche/distinfo
@@ -1,12 +1,9 @@
-$NetBSD: distinfo,v 1.20 2006/03/31 18:35:22 jlam Exp $
+$NetBSD: distinfo,v 1.21 2007/01/19 12:59:01 uebayasi Exp $
-SHA1 (Gauche-0.8.6.tgz) = 8ce200011da2eff925c8ccf65502529df379f2b8
-RMD160 (Gauche-0.8.6.tgz) = e6986c2602926b6a5c16a41838212bd041a4fbae
-Size (Gauche-0.8.6.tgz) = 2881800 bytes
-SHA1 (patch-aa) = 21aa160a43ce7eb0de636dd422c8d9b59b71f8ee
-SHA1 (patch-ab) = 7c05e4e266078903871e13084c217ba6930275ce
-SHA1 (patch-ac) = 7e5e0056f6e1cf685edf8dd0bd5b7ea87b05348c
-SHA1 (patch-ad) = 25d6ed22d3a3d8d0360575ab8be5c5f1f0cf447e
-SHA1 (patch-ae) = 0f76f4ba32b21d9c34335713e17bac70b8f8f9fd
-SHA1 (patch-af) = 3f269e0c65830eeed9c5723cda02a9a66a8aa475
-SHA1 (patch-ag) = 97d19d33e2ae59bb894716bd289206b9b12ed38c
+SHA1 (Gauche-0.8.9.tgz) = 5d150708e3363e56b7e99e483d7f8e19937e9916
+RMD160 (Gauche-0.8.9.tgz) = b9b5a78e99c65db31c4fe6e3f6e90083a928f1e6
+Size (Gauche-0.8.9.tgz) = 3080645 bytes
+SHA1 (patch-aa) = 4051468ba1fee56927f0d1bc61b7310432655279
+SHA1 (patch-ae) = ab7aacbfe88450674cf56458c6000bc895b6f91e
+SHA1 (patch-af) = cfa1772da7f0dd90a9f4a53c2d1e0b27a74a24ee
+SHA1 (patch-ag) = ee9946e364d6723b0efe3b260fc5d02ccb04621d