summaryrefslogtreecommitdiff
path: root/ext/Errno
Commit message (Expand)AuthorAgeFilesLines
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-6/+6
* Errno: mention that using %! autoloads Errno (RT #119359)Lukas Mai2016-11-111-5/+8
* Increase $Errno::VERSION to 1.26Father Chrysostomos2016-08-041-1/+1
* Rework mod loading for %- and %!; fix mem leakFather Chrysostomos2016-08-041-1/+4
* Export Winsock error constants from Errno.pmSteve Hay2016-03-111-4/+24
* Avoid %Config check on Errno load if it was built with PERL_BUILD_EXPAND_CONF...Todd Rinaldo2015-08-271-2/+13
* Fix Errno.pm generation for gcc-5.0Petr Písař2015-02-171-6/+17
* Clean up VMS includes in ext/Errno/Errno_pm.PL.Craig A. Berry2014-12-161-9/+3
* Bump $Errno::VERSION for previous commitsSteve Hay2014-09-251-1/+1
* Errno parsing: Skip expressions containing function names etcSteve Hay2014-09-251-1/+1
* Errno parsing: Don't match hex numbers in parts of function namesSteve Hay2014-09-251-2/+2
* Tweak Errno parsing some moreSteve Hay2014-09-251-1/+1
* Improve Errno parsing of Win32 outputSteve Hay2014-09-251-1/+1
* Removed NeXT supportBrian Fraser2014-06-111-6/+2
* Fix Windows build with MinGW-w64's gcc-4.8.0Steve Hay2014-05-031-2/+2
* Introduce sysroot variable to ConfigureJess Robinson2014-01-131-2/+4
* This version bump also got lost in the mergeH.Merijn Brand2013-11-081-1/+1
* Search for errno.h in more (semi)default locationsH.Merijn Brand2013-11-081-5/+7
* Silence noise from Errno_pm.PL on WindowsSteve Hay2013-09-161-1/+1
* Fix the #include of winsock2.h in win32/include/sys/errno2.hSteve Hay2013-09-161-1/+0
* Fix a problem with mod_perl on Windows using VS2010+.Steve Hay2013-09-161-17/+3
* Generate Errno and Pod::Functions with deterministic order.Nicholas Clark2013-07-131-2/+2
* Remove the BeOS port.Nicholas Clark2012-12-141-39/+3
* Remove the EPOC port.Nicholas Clark2012-11-191-4/+1
* Remove the VM/ESA port.Nicholas Clark2012-08-311-4/+1
* 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-072-3/+29
* 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
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-11/+0
* As Errno is formally no longer dual-lived, give it a proper version number.Nicholas Clark2009-06-251-1/+1
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* 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
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-4/+0
* bump Errno version number after change 34630 (add Haiku port)David Mitchell2009-01-041-1/+1
* [admin] set up .gitignore filesSam Vilain2008-12-191-0/+2
* Haiku PortIngo Weinhold2008-10-291-1/+1
* Upgrade to Errno-1.10 (!). I have left the core tests as is forSteve Peters2006-12-272-1/+6
* Proper cleanup for Errno.pmRafael Garcia-Suarez2006-12-191-1/+1
* Re: [PATCH] Errno doesnt rebuild when things it depends on in Config.pm changeYves Orton2006-12-151-0/+19
* Convert Errno.t to Test::More. Increase the test coverageSteve Peters2006-09-071-35/+24