Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2000 13:31:57 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
Cc:        Bill Fumerola <billf@chc-chimes.com>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libc/gen Makefile.inc
Message-ID:  <Pine.BSF.4.21.0001291324040.8169-100000@alphplex.bde.org>
In-Reply-To: <200001282242.RAA26199@khavrinen.lcs.mit.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 28 Jan 2000, Garrett Wollman wrote:

> <<On Fri, 28 Jan 2000 16:44:04 -0500, Bill Fumerola <billf@chc-chimes.com> said:
> 
> > I thought I read somewhere that str*() functions were reserved, so wouldn't
> > we be replacing non-standard function names with standard-breaking functions?
> 
> No.  We would be replacing namespace-polluting names for non-standard
> functions with non-namespace-polluting names for non-standard
> functions.
> 
> I agree that `strflags' in an unfortunate choice of name --
> particularly for a function which is prototyped in a commonly-included
> header file.

Do you mean the current name, `setflags'?  `strflags' isn't too bad except
it misdescribes what the function actually does.

I now think the changes should be backed out.  As well as namespace
pollution, the interfaces are not good enough for a library (there
should be no new interfaces that return results in a static buffer),
they create library versioning problems too close to a release.

Bruce



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0001291324040.8169-100000>