This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] stpcpy comes from Turbo C [BZ #3629]
- From: Roland McGrath <roland at hack dot frob dot com>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: Ulrich Drepper <drepper at gmail dot com>, libc-alpha <libc-alpha at sourceware dot org>
- Date: Fri, 20 May 2016 15:13:27 -0700 (PDT)
- Subject: Re: [PATCH] stpcpy comes from Turbo C [BZ #3629]
- Authentication-results: sourceware.org; auth=none
- References: <20160510075014 dot A743C41C38CF4 at oldenburg dot str dot redhat dot com> <CAOPLpQfeXVs4zyM-oL+7P-gtUS0XNowdJLTtu4XWdk0pT+_qmw at mail dot gmail dot com> <57337CD7 dot 6090900 at redhat dot com>
I certainly don't think we need to give exact history on the provenance of
each interface. A simple statement about current standards is good. But
that could give the erroneous impression that stpcpy was not available in
the GNU C Library before it supported POSIX.1-2008. (In fact, AFAICT
stpcpy has been in libc since before its first release.)
How about this?
This function is part of POSIX.1-2008 and later editions, but was
available in @theglibc{} and other systems as an extension long
before it was standardized.
I didn't say "GNU extension" to avoid the implication that we were its
inventors.
Thanks,
Roland