Re: netbsd/amd64 build getting further...

2009-08-28 Thread Greg Troxel
fix: diff --git a/libguile/read.c b/libguile/read.c index d91c868..5f9ce36 100644 --- a/libguile/read.c +++ b/libguile/read.c @@ -1437,7 +1437,7 @@ scm_scan_for_encoding (SCM port) /* grab the next token */ i = 0; while (pos + i - header <= SCM_ENCODING_SEARCH_SIZE -&& (isalnum(

netbsd/amd64 build getting further...

2009-08-28 Thread Greg Troxel
/bin/ksh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -I/usr/pkg/include -I/usr/y0/include -I/usr/pkg/include -I/usr/y0/include -pthread -Wall -Wmissing-prototypes -Werror -fvisibility=hidden -g -O2 -MT libguile_la-read.lo -MD -M

guile-devel@gnu.org

2009-08-28 Thread Daniel Kraft
Hi Andy, Andy Wingo wrote: Awesome work on the reader! And awesome work in general. I met Neil and Ludovic last weekend, and we're all super-plussed about your work. I'm glad to hear that :) I want to get Mark's nil patch merged in, then start merging your work to master. We need to get it t

Re: [PATCH] %nil-handling optimization and fixes v1

2009-08-28 Thread Neil Jerram
I'm sorry, I typed the wrong keys and sent this response prematurely. I'll finish off the review and send a complete response later on! Neil Neil Jerram writes: > So, finally, here we go with these patches. > > Mark H Weaver writes: > >> Attached are patches to optimize %nil handling, alo

Re: [PATCH] %nil-handling optimization and fixes v1

2009-08-28 Thread Neil Jerram
So, finally, here we go with these patches. Mark H Weaver writes: > Attached are patches to optimize %nil handling, along with some fixes > to %nil-handling bugs, as I outlined in my recent posts. > > Four patches are attached. The first.patch is the most important, and > is a prerequisite for