[FIXED:] `thunk?' broken

2001-04-19 Thread Dirk Herrmann
On Wed, 18 Apr 2001, Dirk Herrmann wrote: > > Isn't there a `break' or `return' or something missing after the first > > case? I'm not sure about the correct fix, because I don't understand > > all the procedure types in Guile yet. > > You are right: for the case of closures the code should be

[FIXED:] uniform-array

2001-04-19 Thread Dirk Herrmann
On Fri, 20 Apr 2001, Masao Uebayashi wrote: > Due to The Guile Reference Manual, 11 types of Uniform Array is > available: > > prototype typeprinting character > #t boolean (bit-vector)b > #\achar

Initial IPv6 support broken

2001-04-19 Thread Martin Grabmueller
Hello list, CVS Guile does not build here with the latest IPv6 changes: gcc -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl -g -O2 -Wall -Wmissing-prototypes -Wp,-MD,.deps/socket.pp -c -fPIC -DPIC socket.c -o .libs/socket.lo socket.c: In function `scm_fill_sockaddr': socket.c:505: structure has no me

ADV: Top Search Engine Placement

2001-04-19 Thread mike54
Removal instructions below I saw your listing on the internet. I work for a company that specializes in getting clients web sites listed as close to the top of the major search engines as possible. Our fee is only $29.95 per month to submit your site at least twice a month to over 350 search

shell scripts in CVS source don't have runable permission

2001-04-19 Thread Masao Uebayashi
See, hiroko % ls -CF ANON-CVS NEWS check-guile.in guile-config/ missing@ AUTHORS README config.guess*guile-readline/ mkinstalldirs@ COPYING RELEASE config.h.in ice-9/

Re: numeric tests

2001-04-19 Thread Dirk Herrmann
On Wed, 4 Apr 2001, Bill Schottstaedt wrote: > Out of mild curiousity, I translated some of Clisp's numerical tests > (released under GPL in Clisp, so presumably this is ok) to Scheme > using the "pass-if" style of Guile's tests, and noticed some odd > cases. I spot-checked some of the worst loo