From: Bruno Haible Date: Mon, 25 Apr 2011 18:55:15 +0000 (+0200) Subject: strtol, strtoul: Mark modules as obsolete. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ff135374d85bfcdd22488b49dfc8bffe64be738;p=pspp strtol, strtoul: Mark modules as obsolete. * modules/strtol (Status, Notice): New sections. * modules/strtoul (Status, Notice): New sections. --- diff --git a/ChangeLog b/ChangeLog index ef14fb595d..428047785c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-25 Bruno Haible + + strtol, strtoul: Mark modules as obsolete. + * modules/strtol (Status, Notice): New sections. + * modules/strtoul (Status, Notice): New sections. + 2011-04-25 Bruno Haible strtod: Remove check for strtod, unless supporting old platforms. diff --git a/modules/strtol b/modules/strtol index d06a55b14b..654b2f77f3 100644 --- a/modules/strtol +++ b/modules/strtol @@ -1,6 +1,12 @@ Description: strtol() function: convert string to 'long'. +Status: +obsolete + +Notice: +This module is obsolete. + Files: lib/strtol.c m4/strtol.m4 diff --git a/modules/strtoul b/modules/strtoul index 9c6ca993a8..dc2b50b12f 100644 --- a/modules/strtoul +++ b/modules/strtoul @@ -1,6 +1,12 @@ Description: strtoul() function: convert string to 'unsigned long'. +Status: +obsolete + +Notice: +This module is obsolete. + Files: lib/strtol.c lib/strtoul.c