Re: [PATCH] Document pitfalls with `define-class' and `#:init-value'

2006-09-25 Thread Ludovic Courtès
Hi Neil, Neil Jerram <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Ludovic Courtès) writes: > >> I'm not sure whether Mikael Djurfeldt is actually following this list so >> perhaps somebody else would like to give their opinion about these >> documentation bits? >> >> Thanks, >> Ludovic. >> >>

Re: Unnecessary warnings

2006-09-25 Thread Ludovic Courtès
Hi, Bruce Korb <[EMAIL PROTECTED]> writes: > /usr/local/gnu/include/libguile/smob.h:149: warning: declaration of 'free' > shadows a global declaration > /usr/local/gnu/include/libguile/filesys.h:75: warning: declaration of > 'dirname' shadows a global declaration > /usr/local/gnu/include/libgui

Re: SRFI-14 and locale settings

2006-09-25 Thread Ludovic Courtès
Hi, Neil Jerram <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Ludovic Courtès) writes: > >> I committed the patch into HEAD, along with the following doc bits >> (under ``Standard Character Sets''): >> >> Currently, the contents of these character sets are recomputed upon a >> successful @

Re: Unnecessary warnings

2006-09-25 Thread Bruce Korb
On 9/25/06, Ludovic Courtès <[EMAIL PROTECTED]> wrote: Hi, Bruce Korb <[EMAIL PROTECTED]> writes: > /usr/local/gnu/include/libguile/smob.h:149: warning: declaration of 'free' shadows a global declaration > /usr/local/gnu/include/libguile/filesys.h:75: warning: declaration of 'dirname' shadows

Re: Unnecessary warnings

2006-09-25 Thread Ludovic Courtès
Hi, "Bruce Korb" <[EMAIL PROTECTED]> writes: > GCC on Solaris. I agree that it is just a documentation name and serves > no other purpose, but there it is. I do like -Wshadow, but it is not so > useful > if cluttered up with these spurious messages. So _all_ these messages were with `-Wshadow

Re: Unnecessary warnings

2006-09-25 Thread Bruce Korb
Hi Ludovic, On 9/25/06, Ludovic Courtès <[EMAIL PROTECTED]> wrote: > GCC on Solaris. I agree that it is just a documentation name and serves > no other purpose, but there it is. I do like -Wshadow, but it is not so useful > if cluttered up with these spurious messages. So _all_ these message

Re: guile-config in 1.8.0 is broken (regression)

2006-09-25 Thread Rob Browning
Rob Browning <[EMAIL PROTECTED]> writes: > If no one else beats me to it, I'll see about fixing this in 1.8 and > HEAD soon. I committed the other day, and I think this should be fixed in both branches now. -- Rob Browning rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu GPG sta

Re: Unnecessary warnings

2006-09-25 Thread Kevin Ryde
Bruce Korb <[EMAIL PROTECTED]> writes: > > These are all due to argument names in prototype declarations. > Please suffix the names with "_arg" or something. Or better just drop the names, which avoids any possibility of clashing with application macros too. > extern SCM scm_c_make_gsubr (const c

Re: largefile64 on ports

2006-09-25 Thread Kevin Ryde
Perceiving a distinct lack of enthusiasm for extending the port descriptor I added the 64 bits just for fports, with scm_seek and scm_truncate calling direct to fport functions on finding that type. Exposing the same to applications can wait for another time, perhaps when instantiating port descrip