summaryrefslogtreecommitdiff
path: root/ext/Errno
Commit message (Expand)AuthorAgeFilesLines
* Handle intrin files on win32 with gccKenneth Olwing2022-08-251-19/+24
* Errno.t: provide labels for tests lacking themJames E Keenan2022-08-091-9/+13
* z/OS ASCII Enablement: Manage untagged header errno.h by copy & tagMike Fulton2022-01-181-2/+6
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-18/+10
* Remove inheritance from Exporter in ext/ modulesMax Maischein2021-06-251-3/+2
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+1
* Errno: Bump versionKarl Williamson2020-09-291-1/+1
* Fix build on Haiku beta, set correct Haiku usrinc and locinc, add -fno-stack-...Thibault DUPONCHELLE2020-09-291-1/+1
* Fix Win32 errors from ErrnoNicolas R2020-09-141-1/+8
* Remove Symbian portDagfinn Ilmari Mannsåker2020-07-201-15/+3
* Make Errno_pm.PL compatible with /usr/include/<ARCH>/errno.hNiko Tyni2018-11-201-10/+14
* bump $Errno::VERSIONTony Cook2018-01-251-1/+1
* Typo: 'at alia' should be 'et alia'George Hartzell2018-01-251-1/+1
* 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