Re: [PATCH] Miscellaneous for 2.0

2011-03-08 Thread Andy Wingo
On Tue 01 Mar 2011 19:55, Mark H Weaver writes: > I'd like to apply these to both stable-2.0 and master. Any > objections? Go ahead, and feel free to push trivial patches like this to stable-2.0. They'll land on master as we merge stable-2.0 back there. Thanks! Andy -- http://wingolog.org/

Re: [PATCH] Miscellaneous for 2.0

2011-03-07 Thread Daniel Llorens
Hello list, Any chance these patches could be committed? they seem to have been lost in the stream… Thanks, Daniel On Mar 2, 2011, at 18:00, guile-devel-requ...@gnu.org wrote: > 1. [PATCH] Miscellaneous for 2.0 (Mark H Weaver) > 2. [PATCH 1/4] Fix bytevectors VALIDATE_R

[PATCH] Miscellaneous for 2.0

2011-03-01 Thread Mark H Weaver
Here are a few simple patches for 2.0 which should be non-controversial. I'd like to apply these to both stable-2.0 and master. Any objections? Mark >From d8fa1a889ab3335fff2a4b468cf3e809f05d1add Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 1 Mar 2011 12:46:38 -0500 Subject: [P

Re: [PATCH] Miscellaneous for 2.0

2011-02-14 Thread Mark H Weaver
Andy Wingo writes: > I saw your message and thought this should hit the list: > > On Sat 12 Feb 2011 20:45, Mark Weaver writes: > >> BTW, this is all based on my experience adding new number types to >> guile. I have a local branch in which both arbitrary precision floats >> and complex numbers

Re: [PATCH] Miscellaneous for 2.0

2011-02-14 Thread Andy Wingo
Hi Mark, I saw your message and thought this should hit the list: On Sat 12 Feb 2011 20:45, Mark Weaver writes: > BTW, this is all based on my experience adding new number types to > guile. I have a local branch in which both arbitrary precision floats > and complex numbers with arbitrary comp