xref: /openbsd/gnu/usr.bin/perl/ext/Errno/ChangeLog (revision 274d7c50)
1Errno 1.10 -- Wed Dec 27 08:20:29 CST 2006
2
3 * Update with all changes made to core perl repository
4
5
6Change 171 on 2000-09-12 by <calle@lysator.liu.se> (Calle Dybedahl)
7
8	- Fixed filename-extracting regexp to allow whitespace between
9	  "#" and "line", which the cpp on Unicos 9 produces.
10
11Change 170 on 1998/07/05 by <gbarr@pobox.com> (Graham Barr)
12
13	Fixed three problems reported by Hans Mulder for NeXT
14
15	- Errno_pm.PL does not recognize #define lines because they have
16	  whitespace before the '#'.  ANSI does not allow that in portable
17	  code; that didn't stop the author of NeXT's <errno.h>.
18
19	- Cpp output lines look like this:	#1 "errno.c"
20	  Errno_pm.PL does not recognize that format; it wants whitespace
21	  before the line number.
22
23	- Cpp does a syntax check on files with names ending in ".c"; it
24	  reports fatal errors on input lines like:	"ENOSYS" [[ENOSYS]]
25	  Workaround: use $Config{cppstdin}, like Errno 1.04 did.
26
27Change 160 on 1998/06/27 by <gbarr@pobox.com> (Graham Barr)
28
29	- Added patch from Sarathy to support Win32
30	- Changed use of $Config{cpp} to $Config{cpprun} as suggested by
31	  Tom Horsley
32
33Change 159 on 1998/06/27 by <gbarr@pobox.com> (Graham Barr)
34
35	- Changed to use cpp to locate required files
36	- Moved dummy Errno.pm file into d/
37	- Added support for VMS
38
39Change 158 on 1998/06/27 by <gbarr@pobox.com> (Graham Barr)
40
41	Rename errno.pl to Errno_pm.PL
42
43Change 146 on 1998/05/31 by <gbarr@pobox.com> (Graham Barr)
44
45	Added ChangeLog to MANIFEST
46
47Change 140 on 1998/05/23 by <gbarr@pobox.com> (Graham Barr)
48
49	Fix type in errno.pl
50
51Change 139 on 1998/05/23 by <gbarr@pobox.com> (Graham Barr)
52
53	Moved code to generate Errno.pm into errno.pl
54
55Change 136 on 1998/05/19 by <gbarr@pobox.com> (Graham Barr)
56
57	Changed to use cpp to locate constants
58
59	Added t/errno.t
60
61