summaryrefslogtreecommitdiff
path: root/ext/POSIX/Makefile.PL
Commit message (Expand)AuthorAgeFilesLines
* locales: Add LC_NAME capabilitiesKarl Williamson2022-12-061-1/+1
* POSIX: FLT_ROUNDS is now an XS function rather than a constantTAKAI Kousuke2021-12-241-1/+0
* POSIX: Prefer system's NAN/INFINITY for POSIX::NAN and POSIX::INFINITY.TAKAI Kousuke2021-04-171-3/+5
* ext/POSIX: Change integer constants to IV.TAKAI Kousuke2020-12-191-3/+6
* Teach perl about more locale categoriesKarl Williamson2018-01-301-1/+2
* Facilitate building with quadmath on Cygwin.Peter John Acklam2018-01-071-0/+3
* (perl #131982) provide constants for get/setpriority in POSIX.pmTony Cook2017-10-161-1/+2
* Use the new metalevel definitions for fp inf/nan/rangeJarkko Hietaniemi2016-10-281-4/+6
* vax-netbsd: do not export inf/nan which we do not haveJarkko Hietaniemi2016-09-301-5/+9
* POSIX: delete the L_tmpnam and L_tmpname symbolsAaron Crane2016-05-161-3/+1
* Export Winsock error constants from POSIX.pmSteve Hay2016-03-111-0/+16
* Add SA_SIGINFO 'code' constants to POSIXDagfinn Ilmari Mannsåker2016-01-261-0/+12
* Revert "Remove -std=c89/-ansi if freebsd has "inline static" in <fenv.h>"Jarkko Hietaniemi2014-11-261-32/+0
* Remove -std=c89/-ansi if freebsd has "inline static" in <fenv.h>Jarkko Hietaniemi2014-11-241-0/+32
* POSIX math: AIX fixes.Jarkko Hietaniemi2014-09-081-0/+3
* POSIX math: M_LN10 was missing.Jarkko Hietaniemi2014-09-011-1/+1
* POSIX math: M_SQRT2 and M_2_SQRTPI were misspelled.Jarkko Hietaniemi2014-08-311-4/+3
* POSIX math: Solaris needs -lsunmath.Jarkko Hietaniemi2014-08-311-2/+5
* POSIX math: use POSIX now imports Inf and NaN.Jarkko Hietaniemi2014-08-311-1/+3
* POSIX math: Add fegetround() and fesetround().Jarkko Hietaniemi2014-08-311-0/+3
* POSIX math: Add FP_ILOGB0 and FP_ILOGBNAN.Jarkko Hietaniemi2014-08-311-1/+2
* POSIX math: Implement glue for the C99 math functions.Jarkko Hietaniemi2014-08-311-1/+6
* POSIX math: Add M_ constants like M_PI.Jarkko Hietaniemi2014-08-311-0/+4
* freemint doesn't need the extra -lm -lposix eitherAlan Hourihane2014-01-161-1/+1
* Add more errno.h constants to POSIX for exporting if they existSteve Hay2013-09-161-9/+10
* Convert Fcntl, File::Glob, I18N::Langinfo, POSIX and Socket to croak_on_error.Nicholas Clark2010-10-211-2/+2
* Fcntl, POSIX and Socket can all use Proxy Constant Subs unconditionally.Nicholas Clark2010-10-191-1/+1
* Add missing POSIX signal constantsFlorian Ragwitz2010-09-111-1/+2
* Move POSIX.pm to lib/POSIX.pm to fix autosplitter problemJerry D. Hedden2010-08-171-1/+2
* POSIX/t/posix.t expects a certain start to Makefile.PLTony Cook2010-08-141-0/+1
* make_ext.pl populates @INC correctly, don't override it badlyTony Cook2010-08-131-4/+0
* Add error codes for getaddrinfo() and getnameinfo()Steve Peters2009-11-281-1/+2
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
* It transpires that POSIX.xs also duplicated several constants definedNicholas Clark2008-05-151-4/+2
* Warning shutdowns, by Robin BarkerRafael Garcia-Suarez2007-11-281-3/+3
* DBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C constant expressionsNicholas Clark2007-05-291-7/+6
* Only use proxy constant subroutines for 5.9.x.Nicholas Clark2007-03-211-1/+1
* Add constants needed for recvmsg()/sendmsg() support.Steve Peters2006-07-051-1/+2
* Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found thatNicholas Clark2006-05-011-2/+18
* Solaris seems not to enjoy initialising constants from SIG_??? on 64Nicholas Clark2006-01-291-3/+3
* POSIX and Fcntl both export the same constants derived from the sameNicholas Clark2006-01-091-8/+5
* DBL_MAX and FLT_MAX are not constants in Borland C++Steve Hay2006-01-061-3/+3
* Looks like the macro CLK_TCK is not actually a constant on Solaris.Nicholas Clark2005-12-241-1/+2
* SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VALNicholas Clark2005-12-231-4/+9
* Use inlineable proxy constant subs for POSIX.Nicholas Clark2005-12-221-2/+4
* allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)Jarkko Hietaniemi2005-07-191-11/+12
* Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]Andy Dougherty2004-12-161-0/+4
* Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7Nicholas Clark2002-03-191-1/+2
* (was Re: [PATCH @13746] h2xs)Nicholas Clark2002-03-041-2/+1
* POSIX to understand _SC_PAGESIZEBlair Zajac2001-12-301-1/+2