This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ensure that the C<exists &Errno::EFOO> idiom continues to work as documented.
[perl5.git] / ext / Errno / Errno_pm.PL
2011-03-07 Nicholas ClarkEnsure that the C<exists &Errno::EFOO> idiom continues...
2011-02-19 Nicholas ClarkIn Errno, use typeglob aliasing instead of subref to...
2011-01-19 Nicholas ClarkRemove Mac OS classic code from the Errno.pm generation...
2010-09-03 Florian RagwitzBump $Errno::VERSION after change be54382
2010-09-02 Curtis JewellSanity check on Errno values.
2010-06-23 Nicholas ClarkTweak the generated Errno.pm slightly. Shorter and...
2010-05-02 Nicholas ClarkReduce Errno memory usage by around 55%.
2010-05-02 Nicholas ClarkRemove unused %errno and $AUTOLOAD from the generated...
2010-05-01 Nicholas ClarkRemove the lexical $len and associated calculation...
2009-06-25 Nicholas ClarkAs Errno is formally no longer dual-lived, give it...
2009-03-31 Nicholas ClarkClose the file before renaming it. Problem spotted...
2009-03-31 Nicholas ClarkDon't create an empty Errno.pm if there is an error...
2009-01-04 David Mitchellbump Errno version number after change 34630 (add Haiku...
2008-10-29 Ingo WeinholdHaiku Port
2006-12-27 Steve PetersUpgrade to Errno-1.10 (!). I have left the core tests...
2006-05-02 Steve PetersOne too many ('s in change #28043.
2006-05-02 Steve PetersFix for RT #7916: perl 5.6.1 with Intel's icc on RedHat
2006-04-18 Alex WaughSupport compiling for RISC OS
2005-07-04 Yitzchak Scott-Tho... Re: How to suppress warnings when building Errno with gcc
2005-06-30 Steve HaySilence MinGW warnings about system headers when buildi...
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-30 Brendan O'Deaext/Errno/Errno_pm.PL: fix for GNU hurd
2005-01-17 Yitzchak Scott-Tho... Fix for building with MinGW under Cygwin
2004-12-01 Ingo Weinhold[perl #32717] BeOS specific Updates
2004-10-25 Rafael Garcia-SuarezFix [perl #32130] Errno.pm must not pass references...
2004-03-30 Dan KogaiZaurus SL-[78]60 native compile patch
2003-08-04 Mattia Barbonmaint, Win32, GCC 3.2
2002-05-27 Yitzchak Scott-Tho... Re: [PATCH] Version tango
2002-04-21 Gurusamy SarathyWindows 64-bit support:
2002-01-07 Paul GreenLast patch needed to get Perl5.7 to build natively...
2001-12-30 Nick Ing-SimmonsWin32 hides some errno-oid constants in <winsock.h...
2001-12-12 Jarkko HietaniemiEPOC fixes from Olaf Flebbe.
2001-12-12 Jarkko HietaniemiIn BeOS Errno must resort to actual compilation
2001-12-11 Jarkko HietaniemiMake Errno better in BeOS (the second hunk is
2001-11-16 Charles RandallRobustness against Linux using something else than...
2001-11-02 Randal L. Schwartzpatches for MacOS X 10.1 for perl 5.7.2
2001-06-30 Jarkko HietaniemiMore VERSION tuning: to avoid unnecessary Perl upgrades
2001-06-26 Jarkko HietaniemiDetypo.
2001-06-26 Jarkko HietaniemiThere seems to be two ways of spelling the $^O in ...
2001-06-26 Jarkko HietaniemiOpenSTEP has gcc 2.7.2.1 which recognizes but does...
2001-06-16 Jarkko HietaniemiNetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-04-05 Jarkko HietaniemiAdd $Config{cppflags} to the gcc incantation.
2001-03-10 Chris NandorPortability fixes for Mac OS / bleadperl
2001-02-08 Charles BaileySYN SYN
2001-02-01 Olaf FlebbeWatch out for cross compiling for EPOC (usually done...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-15 Peter Prymmers/use vars qw\(/our(/ for OS/390 extension builds
2000-11-05 PixelUse -dM for gcc (the suggested patch did it only for...
2000-10-20 Charles BaileySYN SYN
2000-09-12 Calle DybedahlAllow for whitespace between "#" and "line" in cpp...
2000-03-04 Gurusamy Sarathymore whitespace removal (from Michael G Schwern)
2000-02-20 Gurusamy Sarathymention portability caveat about C<use Errno 'EFOO'>
2000-02-19 Gurusamy Sarathyavoid failing on $!{ENOTHERE} (they can always use...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-21 Jarkko HietaniemiReplace #4596 with the change done in 5.005_03.
1999-11-21 Jarkko HietaniemiSkip processing a file if the file to be opened is '-'
1999-11-13 Gurusamy Sarathytypos in change#4561 and change#4565
1999-11-13 Jarkko Hietaniemi$Config{myarchname} is not a good architecture identifier
1999-03-05 Gurusamy Sarathyintegrate change#3081 from maint-5.005
1999-02-02 Jarkko HietaniemiErrno update from maint-5.005 (changes #2583, #2710).
1999-01-21 Ilya ZakharevichErrno.pm suffers from \\ too
1998-10-17 Jarkko HietaniemiThe VM/ESA port essentials, based on
1998-10-02 Graham Barrapplied patches, but retained old behavior for win32...
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-07-06 Gurusamy Sarathyremove #! line from Errno_pm.PL
1998-07-06 Gurusamy Sarathyadded Errno-1.09 from CPAN
1998-07-05 Hans Mulderpatch whitespace-mutiliated; applied manually
1998-06-28 Gurusamy Sarathyenable Errno build on win32, add Errno-1.08 files to...