This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
initial stub implementation of implicit thread/this
[perl5.git] / ext / Errno / ChangeLog
CommitLineData
dcbf900d
GS
1Change 170 on 1998/07/05 by <gbarr@pobox.com> (Graham Barr)
2
3 Fixed three problems reported by Hans Mulder for NeXT
4
5 - Errno_pm.PL does not recognize #define lines because they have
6 whitespace before the '#'. ANSI does not allow that in portable
7 code; that didn't stop the author of NeXT's <errno.h>.
8
9 - Cpp output lines look like this: #1 "errno.c"
10 Errno_pm.PL does not recognize that format; it wants whitespace
11 before the line number.
12
13 - Cpp does a syntax check on files with names ending in ".c"; it
14 reports fatal errors on input lines like: "ENOSYS" [[ENOSYS]]
15 Workaround: use $Config{cppstdin}, like Errno 1.04 did.
16
eab60bb1
GS
17Change 160 on 1998/06/27 by <gbarr@pobox.com> (Graham Barr)
18
19 - Added patch from Sarathy to support Win32
20 - Changed use of $Config{cpp} to $Config{cpprun} as suggested by
21 Tom Horsley
22
23Change 159 on 1998/06/27 by <gbarr@pobox.com> (Graham Barr)
24
25 - Changed to use cpp to locate required files
26 - Moved dummy Errno.pm file into d/
27 - Added support for VMS
28
29Change 158 on 1998/06/27 by <gbarr@pobox.com> (Graham Barr)
30
31 Rename errno.pl to Errno_pm.PL
32
33Change 146 on 1998/05/31 by <gbarr@pobox.com> (Graham Barr)
34
35 Added ChangeLog to MANIFEST
36
37Change 140 on 1998/05/23 by <gbarr@pobox.com> (Graham Barr)
38
39 Fix type in errno.pl
40
41Change 139 on 1998/05/23 by <gbarr@pobox.com> (Graham Barr)
42
43 Moved code to generate Errno.pm into errno.pl
44
45Change 136 on 1998/05/19 by <gbarr@pobox.com> (Graham Barr)
46
47 Changed to use cpp to locate constants
48
49 Added t/errno.t
50