X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FErrno%2FChangeLog;h=dd94b37bafb06157537c10d90096a7e8b8791953;hb=867bef193ba790d4f06f4e5549e8b8b4c2f6a389;hp=a1d36e24c2e27256b90c881768e913035892aee7;hpb=eab60bb1f2e96e200fbded3694574d80930d568e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Errno/ChangeLog b/ext/Errno/ChangeLog index a1d36e2..dd94b37 100644 --- a/ext/Errno/ChangeLog +++ b/ext/Errno/ChangeLog @@ -1,3 +1,24 @@ +Change 171 on 2000-09-12 by (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 (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 . + + - 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 (Graham Barr) - Added patch from Sarathy to support Win32