diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2012-02-15 18:37:51 +0000 |
---|---|---|
committer | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2012-02-15 18:48:14 +0000 |
commit | c8c6bbf820fc5f5c4fe5c3fa87a2dae187bff9be (patch) | |
tree | 6434a8891b976706aecdbd0e388823ac8be06644 | |
parent | 0bdef0d12015a1a172da2c44901f413e9047c35d (diff) | |
download | perl-c8c6bbf820fc5f5c4fe5c3fa87a2dae187bff9be.tar.gz |
Revert "Add strptime probe"
This reverts commit 8852e312c3c616ab731ccbe7da54fb04eb8c3d30.
-rwxr-xr-x | Configure | 8 | ||||
-rw-r--r-- | Cross/config.sh-arm-linux | 1 | ||||
-rw-r--r-- | NetWare/config.wc | 1 | ||||
-rw-r--r-- | Porting/Glossary | 4 | ||||
-rw-r--r-- | Porting/config.sh | 1 | ||||
-rwxr-xr-x | config_h.SH | 6 | ||||
-rw-r--r-- | configure.com | 1 | ||||
-rw-r--r-- | epoc/config.sh | 1 | ||||
-rw-r--r-- | metaconfig.h | 1 | ||||
-rw-r--r-- | plan9/config_sh.sample | 1 | ||||
-rw-r--r-- | symbian/config.sh | 1 | ||||
-rw-r--r-- | uconfig.h | 10 | ||||
-rw-r--r-- | uconfig.sh | 1 | ||||
-rw-r--r-- | uconfig64.sh | 1 | ||||
-rw-r--r-- | win32/config.ce | 1 | ||||
-rw-r--r-- | win32/config.gc | 1 | ||||
-rw-r--r-- | win32/config.gc64 | 1 | ||||
-rw-r--r-- | win32/config.gc64nox | 1 | ||||
-rw-r--r-- | win32/config.vc | 1 | ||||
-rw-r--r-- | win32/config.vc64 | 1 |
20 files changed, 3 insertions, 41 deletions
@@ -28,7 +28,7 @@ # See Porting/pumpkin.pod for more information on metaconfig. # -# Generated on Sun Feb 12 14:10:23 CET 2012 [metaconfig 3.5 PL0] +# Generated on Fri Jan 27 15:48:54 CET 2012 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -777,7 +777,6 @@ strerror_r_proto='' d_strftime='' d_strlcat='' d_strlcpy='' -d_strptime='' d_strtod='' d_strtol='' d_strtold='' @@ -18127,10 +18126,6 @@ eval $inlibc set strlcpy d_strlcpy eval $inlibc -: see if strptime exists -set strptime d_strptime -eval $inlibc - : see if strtod exists set strtod d_strtod eval $inlibc @@ -23154,7 +23149,6 @@ d_strerror_r='$d_strerror_r' d_strftime='$d_strftime' d_strlcat='$d_strlcat' d_strlcpy='$d_strlcpy' -d_strptime='$d_strptime' d_strtod='$d_strtod' d_strtol='$d_strtol' d_strtold='$d_strtold' diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index 8ba7aa0428..c9ee89aeec 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -482,7 +482,6 @@ d_strerror_r='undef' d_strftime='define' d_strlcat='undef' d_strlcpy='undef' -d_strptime='undef' d_strtod='define' d_strtol='define' d_strtold='define' diff --git a/NetWare/config.wc b/NetWare/config.wc index 47af00d7d3..80e9c1758a 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -472,7 +472,6 @@ d_strerror_r='undef' d_strftime='define' d_strlcat='undef' d_strlcpy='undef' -d_strptime='undef' d_strtod='define' d_strtol='define' d_strtold='undef' diff --git a/Porting/Glossary b/Porting/Glossary index 24671097ee..903c280f2f 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -2248,10 +2248,6 @@ d_strlcpy (d_strlcpy.U): This variable conditionally defines the HAS_STRLCPY symbol, which indicates to the C program that the strlcpy () routine is available. -d_strptime (d_strptime.U): - This variable conditionally defines the HAS_STRPTIME symbol, which - indicates to the C program that the strptime() routine is available. - d_strtod (d_strtod.U): This variable conditionally defines the HAS_STRTOD symbol, which indicates to the C program that the strtod() routine is available diff --git a/Porting/config.sh b/Porting/config.sh index c522ee4649..90a203413a 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -498,7 +498,6 @@ d_strerror_r='undef' d_strftime='define' d_strlcat='undef' d_strlcpy='undef' -d_strptime='undef' d_strtod='define' d_strtol='define' d_strtold='define' diff --git a/config_h.SH b/config_h.SH index b6d3237ef8..a51ad05783 100755 --- a/config_h.SH +++ b/config_h.SH @@ -4054,12 +4054,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_strlcpy HAS_STRLCPY /**/ -/* HAS_STRPTIME: - * This symbol, if defined, indicates that the strptime routine is - * available to set process title. - */ -#$d_strptime HAS_STRPTIME /**/ - /* HAS_STRTOLD: * This symbol, if defined, indicates that the strtold routine is * available to convert strings to long doubles. diff --git a/configure.com b/configure.com index 9d5956017e..709a49b9e0 100644 --- a/configure.com +++ b/configure.com @@ -6272,7 +6272,6 @@ $ WC "d_strerror='define'" $ WC "d_strftime='define'" $ WC "d_strlcat='undef'" $ WC "d_strlcpy='undef'" -$ WC "d_strptime='undef'" $ WC "d_strtod='define'" $ WC "d_strtol='define'" $ WC "d_strtold='" + d_strtold + "'" diff --git a/epoc/config.sh b/epoc/config.sh index 3bc18b10da..b68b6c7416 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -480,7 +480,6 @@ d_strerror_r='undef' d_strftime='define' d_strlcat='undef' d_strlcpy='undef' -d_strptime='undef' d_strtod='define' d_strtol='define' d_strtold='undef' diff --git a/metaconfig.h b/metaconfig.h index 0af296d59f..7a74db0871 100644 --- a/metaconfig.h +++ b/metaconfig.h @@ -20,7 +20,6 @@ * HAS_MKTIME64 * HAS_PRCTL * HAS_PSEUDOFORK - * HAS_STRPTIME * HAS_TIMEGM * I16SIZE * I64SIZE diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 3f231a57c3..f9784ef3d3 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -482,7 +482,6 @@ d_strerror_r='undef' d_strftime='define' d_strlcat='undef' d_strlcpy='undef' -d_strptime='undef' d_strtod='define' d_strtol='define' d_strtold='undef' diff --git a/symbian/config.sh b/symbian/config.sh index 6fa3be2d4a..be7b2a4a30 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -430,7 +430,6 @@ d_strerror_r='undef' d_strftime='undef' d_strlcat='undef' d_strlcpy='undef' -d_strptime='undef' d_strtod='define' d_strtol='define' d_strtold='undef' @@ -4021,12 +4021,6 @@ */ /*#define HAS_STRLCPY / **/ -/* HAS_STRPTIME: - * This symbol, if defined, indicates that the strptime routine is - * available to set process title. - */ -/*#define HAS_STRPTIME / **/ - /* HAS_STRTOLD: * This symbol, if defined, indicates that the strtold routine is * available to convert strings to long doubles. @@ -4730,6 +4724,6 @@ #endif /* Generated from: - * 3c734555e994137b62feda07d157a2d6be370dccbfc71dc6a3f51113ad76a3cf config_h.SH - * d93833192973e6eae8a7b5e328ab7e5b9fd20f650e232812e5ea9fbdcd534beb uconfig.sh + * d935e2c4b70899e11fb4984070daba3308bc3361c09b5335d752a51e4a5e4c25 config_h.SH + * 5a1e4ec048ee5f2000216dd55cc93e344ba30be7f7ef43664fddc13014b3fe3c uconfig.sh * ex: set ro: */ diff --git a/uconfig.sh b/uconfig.sh index c9991561cb..f52ff0d96c 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -421,7 +421,6 @@ d_strerror_r='undef' d_strftime='undef' d_strlcat='undef' d_strlcpy='undef' -d_strptime='undef' d_strtod='undef' d_strtol='undef' d_strtold='undef' diff --git a/uconfig64.sh b/uconfig64.sh index 1670c21f6e..3922709813 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -422,7 +422,6 @@ d_strerror_r='undef' d_strftime='undef' d_strlcat='undef' d_strlcpy='undef' -d_strptime='undef' d_strtod='undef' d_strtol='undef' d_strtold='undef' diff --git a/win32/config.ce b/win32/config.ce index dc49bda5d2..a872577459 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -470,7 +470,6 @@ d_strerror_r='undef' d_strftime='undef' d_strlcat='undef' d_strlcpy='undef' -d_strptime='undef' d_strtod='define' d_strtol='define' d_strtold='undef' diff --git a/win32/config.gc b/win32/config.gc index c74dabcf19..20fbcff3cf 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -470,7 +470,6 @@ d_strerror_r='undef' d_strftime='define' d_strlcat='undef' d_strlcpy='undef' -d_strptime='undef' d_strtod='define' d_strtol='define' d_strtold='undef' diff --git a/win32/config.gc64 b/win32/config.gc64 index 3a7ed84ecc..2834d8e47d 100644 --- a/win32/config.gc64 +++ b/win32/config.gc64 @@ -470,7 +470,6 @@ d_strerror_r='undef' d_strftime='define' d_strlcat='undef' d_strlcpy='undef' -d_strptime='undef' d_strtod='define' d_strtol='define' d_strtold='undef' diff --git a/win32/config.gc64nox b/win32/config.gc64nox index b44e072db3..ba69f86d7e 100644 --- a/win32/config.gc64nox +++ b/win32/config.gc64nox @@ -470,7 +470,6 @@ d_strerror_r='undef' d_strftime='define' d_strlcat='undef' d_strlcpy='undef' -d_strptime='undef' d_strtod='define' d_strtol='define' d_strtold='undef' diff --git a/win32/config.vc b/win32/config.vc index 2c348d6456..bc4c31ffae 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -470,7 +470,6 @@ d_strerror_r='undef' d_strftime='define' d_strlcat='undef' d_strlcpy='undef' -d_strptime='undef' d_strtod='define' d_strtol='define' d_strtold='undef' diff --git a/win32/config.vc64 b/win32/config.vc64 index 7bdfb7fc44..f68bbde51b 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -470,7 +470,6 @@ d_strerror_r='undef' d_strftime='define' d_strlcat='undef' d_strlcpy='undef' -d_strptime='undef' d_strtod='define' d_strtol='define' d_strtold='undef' |