summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
...
* POSIX.pod: Add some caveats about strcoll(), strxfrm()Karl Williamson2016-05-091-0/+8
* Document exports policy within POSIXAristotle Pagaltzis2016-04-261-2/+7
* Correct lround situation comment in POSIXAristotle Pagaltzis2016-04-261-4/+3
* Strengthen cautions about locale use with threadsKarl Williamson2016-04-081-0/+7
* Export lround() from POSIXAaron Crane2016-04-024-2/+17
* Export Winsock error constants from POSIX.pmSteve Hay2016-03-114-0/+67
* POSIX.xs: Avoid a leak in setlocale()Karl Williamson2016-03-042-3/+2
* Remove POSIX isfoo() as scheduledKarl Williamson2016-02-115-428/+35
* POSIX version bump.Jarkko Hietaniemi2016-02-071-1/+1
* POSIX: strcmp NE strEQ().Jarkko Hietaniemi2016-02-071-3/+3
* POSIX: Check fds against negatives.Jarkko Hietaniemi2016-02-072-33/+33
* POSIX: Check signal numbers against negatives.Jarkko Hietaniemi2016-02-072-2/+11
* OpenBSD does not do si_uid with sigaction().Jarkko Hietaniemi2016-02-041-1/+3
* POSIX version bump.Jarkko Hietaniemi2016-02-031-1/+1
* We're against contractions.Jarkko Hietaniemi2016-02-031-1/+1
* Oddly placed unused decls for fma() and the gamma funcs.Jarkko Hietaniemi2016-02-031-3/+7
* Skip SA_SIGINFO uid/pid test on POSIX-deficient OS X versionsDagfinn Ilmari Mannsåker2016-01-291-0/+2
* ext/POSIX/lib/POSIX.pod: Make verbatim line fit in 79 colsKarl Williamson2016-01-271-2/+2
* Probe for and expose more fields for SA_SIGINFODagfinn Ilmari Mannsåker2016-01-261-5/+26
* Add SA_SIGINFO 'code' constants to POSIXDagfinn Ilmari Mannsåker2016-01-264-1/+47
* Various tests: use centralized locale detectionKarl Williamson2015-11-204-10/+17
* XS staticing in ext and distDaniel Dragan2015-10-262-3/+3
* [perl #126229] POSIX::strerror() clears $!David Mitchell2015-10-132-2/+9
* amigaos4: use #ifdef/ifndef __amigaos4__ when feasibleAndy Broad2015-09-161-4/+4
* refine the skip test for the 32-bit x86 ABI brokenessTony Cook2015-09-101-2/+2
* Add more -DL debugging infoKarl Williamson2015-09-081-3/+18
* Rmv trailing ';' on #endifKarl Williamson2015-09-071-1/+1
* Fix a couple of pod issuesKarl Williamson2015-09-051-1/+1
* amigaos4: ext/POSIX: no fancy signalsAndy Broad2015-09-051-1/+9
* amigaos4: ext/POSIX: no mkfifoAndy Broad2015-09-051-1/+1
* POSIX: version bump for d7a0f0bJarkko Hietaniemi2015-08-211-1/+1
* POSIX: mention the Inf, NaN constants; other small tweaksJarkko Hietaniemi2015-08-211-5/+27
* Increment $VERSION for POSIX to 1.56James E Keenan2015-08-101-1/+1
* Pod tweak for [rt.perl.org #125710].Jarkko Hietaniemi2015-08-101-1/+3
* 32-bit x86 ABI cannot do signaling nans [rt.perl.org #125710]Jarkko Hietaniemi2015-08-101-1/+19
* Fix test label.Jarkko Hietaniemi2015-08-101-1/+1
* Sanity x86 long double check.Jarkko Hietaniemi2015-08-101-0/+2
* Increment $VERSION in 4 .pm files whose .xs has changed.James E Keenan2015-06-271-1/+1
* If IVSIZE == LONGSIZE, long cannot be beyond IV_MIN/IV_MAX.Jarkko Hietaniemi2015-06-261-1/+1
* strtol and strtoul base should be [2, 36] or zero.Jarkko Hietaniemi2015-06-261-26/+44
* tcsetattr optional_actions can be invalid.Jarkko Hietaniemi2015-06-261-1/+6
* tcsetattr fd can be bad.Jarkko Hietaniemi2015-06-261-5/+10
* dup2 fds can be bad.Jarkko Hietaniemi2015-06-261-5/+11
* tcdrain fd can be bad.Jarkko Hietaniemi2015-06-261-2/+7
* tcflush/tcflow/tcsendbreak fd/action can be bad.Jarkko Hietaniemi2015-06-261-2/+7
* lseek fd can be bad.Jarkko Hietaniemi2015-06-261-3/+8
* Fix @INC so that "make test" in ext/POSIX passes.Jarkko Hietaniemi2015-06-132-0/+2
* Test these functions in more than one spot.Jarkko Hietaniemi2015-06-131-0/+12
* infnan: Implement NaN payload APIs.Jarkko Hietaniemi2015-06-125-52/+383
* quadmath: long long versus round/truncJarkko Hietaniemi2015-06-061-4/+7