Re: gc_os_dep.c:1802: warning: 'GC_find_limit' defined but not used

2007-06-27 Thread Ludovic Courtès
Hi, Alan Pae <[EMAIL PROTECTED]> writes: > Got a little further down the road. Now I've got: > > if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H > -I. -I. -I.. -I.. -I.. -I/opt/local/include -D_REENTRANT -pthreads > -Wall -MT libguile_la-numbers.lo -MD -MP -MF > ".deps/libgu

undocumented bound symbols

2007-06-27 Thread Jon Wilson
Hi all, Every now and then, I get slightly annoyed at the number of things in guile which seem to be completely undocumented. So, I decided to make a list of them. Attached are the following flat text files, one symbol per line: bound: a list of symbols which are bound at startup, plus (use

Re: undocumented bound symbols

2007-06-27 Thread Jon Wilson
Hi again, In the interest of getting things started, I took care of one of the easy ones. I checked out the latest from CVS HEAD, and added both "1+" and "1-" to the manual there. Here is the output from cvs diff (attached). I have checked to make sure the docs still build properly. They d

Re: gc_os_dep.c:1802: warning: 'GC_find_limit' defined but not used

2007-06-27 Thread Alan Pae
Gave up on that. The program that I'm trying to compile against says that guile 1.2 should be good enough, so I down revved to 1.68 and it compiled flawlessly. thanks, alan ___ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman

SRFI-19 bug: date->julian-day not inverse of julian-day->date

2007-06-27 Thread Jon Wilson
Hi, Take a gander: guile> (date->string (current-date)) "Wed Jun 27 16:39:42-0400 2007" guile> (date->string (julian-day->date (date->julian-day (current-date "Wed Jun 27 12:39:43-0400 2007" Offset by four hours from one another. Of course, the four hours comes from the -0400 time zone. B

Re: SRFI-19 bug: date->julian-day not inverse of julian-day->date

2007-06-27 Thread Jon Wilson
Hi, Yep. This was a bug which was apparently fixed in the srfi-19 reference implementation quite some time ago. However, the current reference implementation for date->julian-day doesn't work either. Anyway, I've made a change to my working copy of CVS HEAD, and attached is output from cvs