From: Eric Blake Date: Mon, 21 May 2012 21:31:44 +0000 (-0600) Subject: strdup: undeprecate, IRIX 6.5 needs it X-Git-Tag: v0.1~658 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=7e2a535f8c362d5d3905cac9ebd7df4622604992 strdup: undeprecate, IRIX 6.5 needs it Reported by Simon Josefsson. * modules/strdup (Status): No longer obsolete. * doc/posix-functions/strdup.texi (strdup): Document this. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 18cb1a86c..4b8802a21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-05-21 Eric Blake + + strdup: undeprecate, IRIX 6.5 needs it + * modules/strdup (Status): No longer obsolete. + * doc/posix-functions/strdup.texi (strdup): Document this. + 2012-05-21 Simon Josefsson select: Fix build error on IRIX 6.5. diff --git a/doc/posix-functions/strdup.texi b/doc/posix-functions/strdup.texi index f654a3ce8..f4ce7b48b 100644 --- a/doc/posix-functions/strdup.texi +++ b/doc/posix-functions/strdup.texi @@ -9,7 +9,8 @@ Gnulib module: strdup or strdup-posix Portability problems fixed by either Gnulib module @code{strdup} or @code{strdup-posix}: @itemize @item -This function is missing on some old platforms. +This function is missing on some platforms: +IRIX 6.5. @item This function has no prototype in @code{} on some old platforms. @end itemize diff --git a/modules/strdup b/modules/strdup index 619ec01e9..fe2cd7f93 100644 --- a/modules/strdup +++ b/modules/strdup @@ -1,12 +1,6 @@ Description: strdup() function: duplicate a string. -Status: -obsolete - -Notice: -This module is obsolete. But you may want to use the strdup-posix module. - Files: lib/strdup.c m4/strdup.m4