diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-06 03:18:34 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-06 03:18:34 +0000 |
commit | dcbf900d7d1e3acbd42fd197ca43b0503d541efd (patch) | |
tree | 0096cab575e42e6b822653093a199e0b71902116 /ext/Errno/ChangeLog | |
parent | 6c4ab083df0a08a25e458d0861e2ec7909cdb03b (diff) | |
download | perl-dcbf900d7d1e3acbd42fd197ca43b0503d541efd.tar.gz |
added Errno-1.09 from CPAN
p4raw-id: //depot/perl@1332
Diffstat (limited to 'ext/Errno/ChangeLog')
-rw-r--r-- | ext/Errno/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ext/Errno/ChangeLog b/ext/Errno/ChangeLog index a1d36e24c2..2bfa003d96 100644 --- a/ext/Errno/ChangeLog +++ b/ext/Errno/ChangeLog @@ -1,3 +1,19 @@ +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 |