savannah.gnu.org cvs page

2001-02-09 Thread Martin Grabmueller
Hi all, don't know where the right place for this kind of report is, but maybe you guys want to know. The Guile - CVS page on savannah contains incorrect information about checking out CVS modules. It states that I have to do cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/guile co guile-core to

Re: Properly handling smobs in macros.c

2001-02-09 Thread Dirk Herrmann
On Thu, 8 Feb 2001, Martin Grabmueller wrote: > this is not really a bug, but I think the attached change should be > made for the sake of consistency. > > 2001-02-08 Martin Grabmueller <[EMAIL PROTECTED]> > > * macros.c (scm_macro_name, scm_macro_transformer): Use > SCM_SMOB_DATA

Re: Behaviour of tmpnam

2001-02-09 Thread Dirk Herrmann
On Sun, 4 Feb 2001, Alexander Klimov wrote: > It is strange, because documentation said: `This function is implemented > with the `tmpnam' function in the system libraries', and documentation of > tmpnam said (tmpnam(3S)): > tempnam() allows the user to control the choice of a direc- >

Re: savannah.gnu.org cvs page

2001-02-09 Thread Michael Livshin
Martin Grabmueller <[EMAIL PROTECTED]> writes: > The Guile - CVS page on savannah contains incorrect information about > checking out CVS modules. It states that I have to do > > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/guile co guile-core > > to check out guile-core, but that gives > > m

Re: guile-core CVS and FTP snapshot version differ

2001-02-09 Thread Martin Grabmueller
> From: Thomas Wawrzinek <[EMAIL PROTECTED]> > Date: Fri, 9 Feb 2001 11:04:46 +0100 (MET) > > I just found that the nightly FTP snapshot of guile-core doesn't contain the > oop subdirectory, whereas the CVS version has it. > > Is this intentional, or is the script building the snapshot just not

Re: guile-core CVS and FTP snapshot version differ

2001-02-09 Thread Thomas Wawrzinek
Hi! <[EMAIL PROTECTED]> writes: > I suppose that the snapshot scripts only do a `cvs update', so that > new directories are not included (oop was created only a few months > ago). > Seems, libguile/goops.[ch] are missing as well ... > Don't know who is creating those snapshots, but the sc