summaryrefslogtreecommitdiff
path: root/ext/Errno/Errno_pm.PL
Commit message (Expand)AuthorAgeFilesLines
* Errno does not escape archnameReini Urban2011-11-021-3/+7
* The Borland Chainsaw MassacreSteve Hay2011-09-101-8/+2
* Redefine errno values for Visual Studio 2010Steve Hay2011-03-191-0/+3
* Ensure that the C<exists &Errno::EFOO> idiom continues to work as documented.Nicholas Clark2011-03-071-2/+11
* In Errno, use typeglob aliasing instead of subref to typeglob assignment.Nicholas Clark2011-02-191-2/+1
* Remove Mac OS classic code from the Errno.pm generation script.Nicholas Clark2011-01-191-19/+7
* Bump $Errno::VERSION after change be54382Florian Ragwitz2010-09-031-1/+1
* Sanity check on Errno values.Curtis Jewell2010-09-021-2/+3
* Tweak the generated Errno.pm slightly. Shorter and slightly fewer ops.Nicholas Clark2010-06-231-8/+7
* Reduce Errno memory usage by around 55%.Nicholas Clark2010-05-021-33/+36
* Remove unused %errno and $AUTOLOAD from the generated Errno.pmNicholas Clark2010-05-021-1/+1
* Remove the lexical $len and associated calculation, which is never used.Nicholas Clark2010-05-011-3/+1
* As Errno is formally no longer dual-lived, give it a proper version number.Nicholas Clark2009-06-251-1/+1
* Close the file before renaming it. Problem spotted and fix supplied by corion.Nicholas Clark2009-03-311-0/+2
* Don't create an empty Errno.pm if there is an error whilst running Errno_pm.PLNicholas Clark2009-03-311-1/+3
* bump Errno version number after change 34630 (add Haiku port)David Mitchell2009-01-041-1/+1
* Haiku PortIngo Weinhold2008-10-291-1/+1
* Upgrade to Errno-1.10 (!). I have left the core tests as is forSteve Peters2006-12-271-1/+1
* One too many ('s in change #28043. Steve Peters2006-05-021-1/+1
* Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat Steve Peters2006-05-021-1/+3
* Support compiling for RISC OSAlex Waugh2006-04-181-0/+6
* Re: How to suppress warnings when building Errno with gccYitzchak Scott-Thoennes2005-07-041-2/+2
* Silence MinGW warnings about system headers when building ErrnoSteve Hay2005-06-301-2/+20
* Symbian port of PerlJarkko Hietaniemi2005-04-211-10/+24
* ext/Errno/Errno_pm.PL: fix for GNU hurdBrendan O'Dea2005-03-301-1/+1
* Fix for building with MinGW under CygwinYitzchak Scott-Thoennes2005-01-171-1/+7
* [perl #32717] BeOS specific Updates Ingo Weinhold2004-12-011-4/+6
* Fix [perl #32130] Errno.pm must not pass references to "prototype"Rafael Garcia-Suarez2004-10-251-1/+2
* Zaurus SL-[78]60 native compile patchDan Kogai2004-03-301-1/+3
* maint, Win32, GCC 3.2Mattia Barbon2003-08-041-1/+9
* Re: [PATCH] Version tangoYitzchak Scott-Thoennes2002-05-271-0/+1
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-6/+6
* Last patch needed to get Perl5.7 to build natively on VOSPaul Green2002-01-071-0/+3
* Win32 hides some errno-oid constants in <winsock.h> under assumed names.Nick Ing-Simmons2001-12-301-4/+24
* EPOC fixes from Olaf Flebbe.Jarkko Hietaniemi2001-12-121-1/+1
* In BeOS Errno must resort to actual compilationJarkko Hietaniemi2001-12-121-0/+34
* Make Errno better in BeOS (the second hunk isJarkko Hietaniemi2001-12-111-0/+5
* Robustness against Linux using something else than gcc;Charles Randall2001-11-161-1/+3
* patches for MacOS X 10.1 for perl 5.7.2Randal L. Schwartz2001-11-021-1/+1
* More VERSION tuning: to avoid unnecessary Perl upgradesJarkko Hietaniemi2001-06-301-1/+1
* Detypo.Jarkko Hietaniemi2001-06-261-2/+2
* There seems to be two ways of spelling the $^O in *STEP.Jarkko Hietaniemi2001-06-261-1/+1
* OpenSTEP has gcc 2.7.2.1 which recognizes but does not implementJarkko Hietaniemi2001-06-261-1/+5
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-6/+14
* Add $Config{cppflags} to the gcc incantation.Jarkko Hietaniemi2001-04-051-1/+1
* Portability fixes for Mac OS / bleadperlChris Nandor2001-03-101-25/+40
* Watch out for cross compiling for EPOC (usually done on linux)Olaf Flebbe2001-02-011-0/+3
* s/use vars qw\(/our(/ for OS/390 extension buildsPeter Prymmer2000-12-151-4/+2
* Use -dM for gcc (the suggested patch did it only for Linux,Pixel2000-11-051-0/+10
* Allow for whitespace between "#" and "line" in cpp output.Calle Dybedahl2000-09-121-1/+1