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.
>>
>>
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
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 @
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
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
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
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
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
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