[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [dev-serveez] How about a release?
From: |
stefan |
Subject: |
Re: [dev-serveez] How about a release? |
Date: |
Sun, 6 Apr 2003 21:21:28 +0200 (CEST) |
On 6 Apr 2003, Andreas Rottmann wrote:
> stefan <address@hidden> writes:
>
> > On Tue, 1 Apr 2003, Rob Browning wrote:
> >
> > > stefan <address@hidden> writes:
> > >
> > > > U gh_scm2chars
> > > > U gh_scm2newstr
> > > > U gh_symbol2newstr
> > > >
> > > > So what are the equivalents for the mentioned symbols?
> > >
> > > Off the top of my head, I think it's probably:
> > >
> > > gh_scm2chars -> scm_c_scm2chars
> > > gh_scm2newstr -> scm_c_string2str
> > > gh_symbol2newstr -> scm_c_symbol2str
> >
> > Thanks a lot.
> >
> > I applied appropriate changes to the Serveez code.
> >
> > Andreas: Could you please check whether Guile 1.7.x (CVS) yet works with
> > it? Is there still any "gh_" in `nm serveez'?
> >
> Guile servers seem to work, and there is no gh_ in `nm serveez`.
Thanks a lot for your quick response!
Cheers,
address@hidden