diff options
author | gdt <gdt@pkgsrc.org> | 2007-07-20 00:09:21 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-07-20 00:09:21 +0000 |
commit | 30d0b369b9ba3dcea937ba93af45f986a6d69629 (patch) | |
tree | 5a89b207232cb8a11e44a7c82a91015298a22cb7 /lang/guile/distinfo | |
parent | 90d9c32b345128808aa19cc9fa88cc12d1df518d (diff) | |
download | pkgsrc-30d0b369b9ba3dcea937ba93af45f986a6d69629.tar.gz |
Update to 1.8.2. Several patches are now applied upstream. Several
others required significant adjustment due to upstream changes.
Tested on NetBSD-current/i386.
Changes in 1.8.2 (since 1.8.1):
* New procedures (see the manual for details)
** set-program-arguments
** make-vtable
* Incompatible changes
** The body of a top-level `define' no longer sees the binding being created
In a top-level `define', the binding being created is no longer visible
from the `define' body. This breaks code like
"(define foo (begin (set! foo 1) (+ foo 1)))", where `foo' is now
unbound in the body. However, such code was not R5RS-compliant anyway,
per Section 5.2.1.
* Bugs fixed
** Fractions were not `equal?' if stored in unreduced form.
(A subtle problem, since printing a value reduced it, making it work.)
** srfi-60 `copy-bit' failed on 64-bit systems
** "guile --use-srfi" option at the REPL can replace core functions
(Programs run with that option were ok, but in the interactive REPL
the core bindings got priority, preventing SRFI replacements or
extensions.)
** `regexp-exec' doesn't abort() on #\nul in the input or bad flags arg
** `kill' on mingw throws an error for a PID other than oneself
** Procedure names are attached to procedure-with-setters
** Array read syntax works with negative lower bound
** `array-in-bounds?' fix if an array has different lower bounds on each index
** `*' returns exact 0 for "(* inexact 0)"
This follows what it always did for "(* 0 inexact)".
** SRFI-19: Value returned by `(current-time time-process)' was incorrect
** SRFI-19: `date->julian-day' did not account for timezone offset
** `ttyname' no longer crashes when passed a non-tty argument
** `inet-ntop' no longer crashes on SPARC when passed an `AF_INET' address
** Small memory leaks have been fixed in `make-fluid' and `add-history'
** GOOPS: Fixed a bug in `method-more-specific?'
** Build problems on Solaris fixed
** Build problems on HP-UX IA64 fixed
** Build problems on MinGW fixed
Diffstat (limited to 'lang/guile/distinfo')
-rw-r--r-- | lang/guile/distinfo | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/lang/guile/distinfo b/lang/guile/distinfo index ef2c7272519..0c818cb4c4e 100644 --- a/lang/guile/distinfo +++ b/lang/guile/distinfo @@ -1,16 +1,13 @@ -$NetBSD: distinfo,v 1.30 2007/06/12 03:02:34 dmcmahill Exp $ +$NetBSD: distinfo,v 1.31 2007/07/20 00:09:21 gdt Exp $ -SHA1 (guile-1.8.1.tar.gz) = 184555def153fdbc322045b1fdd90a7b23a84fbd -RMD160 (guile-1.8.1.tar.gz) = 9d15620de8f29aa1a2e0e445e338dc95f1b27c50 -Size (guile-1.8.1.tar.gz) = 3811979 bytes -SHA1 (patch-aa) = 6d522c5e324a65fb7418887c87d6634efb1bcd82 -SHA1 (patch-ae) = b03df3f10946bdab572e70131a06c55f5fb45d15 -SHA1 (patch-af) = beeb85f1e347300b5eff8820e0d27ce494f6dbc8 -SHA1 (patch-ag) = 1dc4687bd1a3647c5f877fcfb1fc85ff0f11e05f -SHA1 (patch-ah) = cfc1b0bf0b79fc94d356761b4c8f0e229e96897d -SHA1 (patch-aj) = 82b9c1fa573582dccb230e2636711f657f2cb9d2 -SHA1 (patch-ak) = e1a4a72882a295df4a5297cb9bb9581287d062bc -SHA1 (patch-al) = d370a64be31173e1473e81bdddd0ac93d32e2179 -SHA1 (patch-am) = 6eef960b461dba3c20c929bb1bd48d9d62a5d2e6 -SHA1 (patch-ao) = a2e7644f8f55b0483d7cccf5b32bbd5a7dc0d49f -SHA1 (patch-ap) = 867547f687ea4de5f0f8dbfbc32d91664542560f +SHA1 (guile-1.8.2.tar.gz) = b5c624b152a45f302e185e20a468a02f2eb73e38 +RMD160 (guile-1.8.2.tar.gz) = aa7af82866457caa6521817bf49e895f6b1c350c +Size (guile-1.8.2.tar.gz) = 3762973 bytes +SHA1 (patch-aa) = 37fdeb8171b13468bfd0fa4e45aaf1770b8668ea +SHA1 (patch-ae) = 479e1f1452c0589910aa757087743fa18f4de994 +SHA1 (patch-ag) = 8aeb781ba43597f37b1ce4aaa2fb0baba2e4ce9c +SHA1 (patch-ah) = 7a33742c2b4ae21a6e673ceeccc48ccae6a26ba3 +SHA1 (patch-aj) = bcb095105f4a956a1766052893f0545f22e8b25f +SHA1 (patch-ak) = 611701d9e768239b258d6144e451db8dc527945a +SHA1 (patch-al) = b3cd5064fb3f91ea28fe9375b8fc15de05e4258b +SHA1 (patch-am) = 396b184df21a89ba8a8be6e887b089f6cbcfa7f7 |