Re: Doc--protecting guile entities defined in C

2003-06-18 Thread Christopher Cramer
foo = scm_permanent_object(scm_str2symbol("foo")); Basically whenever you store a Scheme value (whether a symbol or any other data type) that isn't on the stack, you need to protect it. Apparently, this isn't in the manual. -- Christopher Cramer <[EMAIL PROTECTED]> <http://ww

Re: defining `app' breaks modules

2003-02-21 Thread Christopher Cramer
and thinking it was odd. It wouldn't be too hard to fix -- outside of boot-9 and possibly modules.c I don't think anything really touches it. (I know I've written code that touches it, but I also know I wasn't really supposed to...) Just rename it to %application or #{\ a

Re: (use-modules (srfi srfi-13)) workaround?

2002-11-25 Thread Christopher Cramer
On Mon, Nov 25, 2002 at 06:32:51PM -0500, Paul Jarc wrote: > Try adding /usr/local/lib to $LD_LIBRARY_PATH, /etc/ld.so.conf, or > equivalent. /etc/ld.so.conf isn't checked by ltdl. You need to put it into LD_LIBRARY_PATH. -- Christopher Cramer <[EMAIL PROTECTED]> <http:/

Re: Strange behaviour of array?

2002-11-15 Thread Christopher Cramer
while (SCM_TYP7 (v) == scm_tc7_smob) @@ -309,7 +309,7 @@ v = SCM_ARRAY_V (v); } if (nprot) -return SCM_BOOL(nprot); +return SCM_BOOL_T; else { int protp = 0; -- Christopher Cramer <[EMAIL PROTECTED]> <http://www.pyro.net/~crayc/> "Gore w

[PATCH] bound? in docs

2002-08-03 Thread Christopher Cramer
top-level environment, not those in local -scope only. @end deffn -- Christopher Cramer <[EMAIL PROTECTED]> <http://www.pyro.net/~crayc/> On résiste à l'invasion des armées; on ne résiste pas à l'invasion des idées. -- Victor Hugo __

Re: bug involving uniform vectors

2002-03-12 Thread Christopher Cramer
= scm_tc7_smob) @@ -309,7 +309,7 @@ v = SCM_ARRAY_V (v); } if (nprot) -return SCM_BOOL(nprot); +return SCM_BOOL_T; else { int protp = 0; -- Christopher Cramer <[EMAIL PROTECTED]> <http://www.pyro.net/~crayc/> Quoi que vous fassiez, écras

Re: All thread blocked on (accept socket)

2002-03-04 Thread Christopher Cramer
On Mon, Mar 04, 2002 at 05:52:08PM -0600, Christopher Cramer wrote: > On Mon, Mar 04, 2002 at 01:26:21PM +0100, Lamy Jean-Baptiste wrote: > > But it looks like, when the first > > thread is waiting on a blocking "(accept socket)", all other threads are > > blo

grammar fixes in boot-9.scm comments

2002-02-25 Thread Christopher Cramer
exist in the used module ;; are made available in the interface. Bindings that are added later ;; are not picked up. ;; -- Christopher Cramer <[EMAIL PROTECTED]> <http://www.pyro.net/~crayc/> Quoi que vous fassiez, écrasez l'infâme, et aimez qui vous aim

extraneous quotes in configure messages

2002-02-21 Thread Christopher Cramer
h and unistd.h can be included together, guile_cv_header_libc_with_unistd, [ if test "$ac_cv_header_libc_h" = "no"; then -- Christopher Cramer <[EMAIL PROTECTED]> <http://www.pyro.net/~crayc/> Quoi que vous fassiez,