From: Kevin Ryde <user42@zip.com.au>
Subject: Re: When is 1.8 going to be released
Date: Thu, 28 Aug 2003 09:53:06 +1000 [thread overview]
Message-ID: <873cfmody5.fsf@zip.com.au> (raw)
In-Reply-To: <87oeygjn5b.fsf@raven.i.defaultvalue.org> (Rob Browning's message of "Sat, 23 Aug 2003 12:32:00 -0500")
Rob Browning <rlb@defaultvalue.org> writes:
>
> I'd like to consider making a 1.6.5 release in the not too distant
> future, so everyone should start thinking about what (bugfix-wise)
> might not already be in CVS.
In other messages,
- scm_done_malloc on negative operands
- srfi-1 list-copy on improper lists.
I was going to go ahead with a list-copy fix, but then 1.6 doesn't
have an srfi-1.c module as such so I wasn't sure if I was keen enough
to either introduce one or do it in scheme. Maybe (tested a bit),
(define (list-copy lst)
(let ((ret (cons #f lst)))
(do ((lst lst (cdr lst))
(end ret (cdr end)))
((not (pair? lst))
(cdr ret))
(set-cdr! end (cons (car lst) (cdr lst))))))
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
next prev parent reply other threads:[~2003-08-27 23:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-21 20:24 When is 1.8 going to be released Han-Wen Nienhuys
2003-07-22 12:51 ` Marius Vollmer
2003-07-24 13:09 ` Han-Wen Nienhuys
2003-08-23 17:32 ` Rob Browning
2003-08-27 23:53 ` Kevin Ryde [this message]
2003-09-12 16:06 ` Marius Vollmer
2003-07-30 23:07 ` Kevin Ryde
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=873cfmody5.fsf@zip.com.au \
--to=user42@zip.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).