]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
stpcpy is part of POSIX.1-2008 [BZ #3629]
authorRoland McGrath <roland@hack.frob.com>
Mon, 30 May 2016 11:28:25 +0000 (13:28 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 30 May 2016 11:28:25 +0000 (13:28 +0200)
ChangeLog
manual/string.texi

index 3eee1b286e36fa30aabb5d0f090039cb9cbf103a..042fb893e2c732cb074f41a5eb54db8ae7510233 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-05-30  Roland McGrath  <roland@hack.frob.com>
+
+       [BZ #3629]
+       * manual/string.texi (Copying Strings and Arrays): stpcpy is part
+       of POSIX.1-2008.
+
 2016-05-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
        * sysdeps/mach/hurd/i386/____longjmp_chk.S (____longjmp_chk) [PIC]:
index 016fd0b9a05f3126a1594e942c5e6da0669d0410..58a905e6d9d9ea6f865c21d85be2d81a345ff040 100644 (file)
@@ -612,9 +612,9 @@ and @samp{bar} to produce @samp{foobar}, which it then prints.
 @include stpcpy.c.texi
 @end smallexample
 
-This function is not part of the ISO or POSIX standards, and is not
-customary on Unix systems, but we did not invent it either.  Perhaps it
-comes from MS-DOG.
+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.
 
 Its behavior is undefined if the strings overlap.  The function is
 declared in @file{string.h}.