This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix for bug [perl #54934] Attempt to free unreferenced scalar fiddling with the symbo...
[perl5.git] / ext / Errno / ChangeLog
1 Errno 1.10 -- Wed Dec 27 08:20:29 CST 2006
2
3  * Update with all changes made to core perl repository
4
5
6 Change 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
11 Change 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
27 Change 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
33 Change 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
39 Change 158 on 1998/06/27 by <gbarr@pobox.com> (Graham Barr)
40
41         Rename errno.pl to Errno_pm.PL
42
43 Change 146 on 1998/05/31 by <gbarr@pobox.com> (Graham Barr)
44
45         Added ChangeLog to MANIFEST
46
47 Change 140 on 1998/05/23 by <gbarr@pobox.com> (Graham Barr)
48
49         Fix type in errno.pl
50
51 Change 139 on 1998/05/23 by <gbarr@pobox.com> (Graham Barr)
52
53         Moved code to generate Errno.pm into errno.pl
54
55 Change 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