This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Fix wrong comment
[perl5.git] / ext / POSIX /
2018-12-12 Tony Cook(perl #133667) documentation improvements for the POSIX...
2018-12-12 Tony Cookwe don't need ext/POSIX/t/math.t +x
2018-12-11 sisyphusmath.t - support C99 math for mingw
2018-12-11 sisyphusPOSIX.xs - support C99 math for mingw
2018-11-29 Tony Cookstdio.h on Cygwin doesn't expose cuserid() with _GNU_SOURCE
2018-11-01 James E KeenanCorrect spelling error
2018-10-06 Matthias BethkePOSIX.pod: Mark cuserid() as obsolete
2018-09-12 Tony Cook(perl #133510) use quadmath versions of log10, ldexp...
2018-08-02 sisyphusext/POSIX/t/posix.t - Fix 'strtold works' test
2018-04-03 David MitchellPOSIX.pm: resolve ambiguous #If
2018-04-01 Karl WilliamsonPATCH: [perl #133405] POSIX.xs: Silence compiler warning
2018-03-12 Karl WilliamsonDon't use duplocale() unless is present
2018-03-12 Karl WilliamsonPOSIX.pod: Fix nit
2018-03-12 Karl WilliamsonWork around Microsoft threaded locale bug for localeconv()
2018-03-02 Karl WilliamsonBump version of POSIX.pm to 1.83; warnings to 1.42
2018-03-02 Karl WilliamsonRemove parameter from isSCRIPT_RUN
2018-02-18 Karl WilliamsonAdd thread-safe locale handling
2018-02-18 Karl WilliamsonAdd Perl_setlocale()
2018-02-18 Karl WilliamsonPOSIX.xs: Fix localeconv_l()
2018-01-31 Karl WilliamsonPOSIX::localconv(): Prefer localeconv_l()
2018-01-31 Karl WilliamsonPOSIX.xs: Add mutex around localeconv()
2018-01-31 Karl WilliamsonPOSIX.xs: Prefer mbrtowc() over mbtowc()
2018-01-31 Karl WilliamsonPOSIX.xs: Prefer mbrlen() over mblen()
2018-01-31 Karl WilliamsonPOSIX::localeconv() Use new fcn; avoid recalcs
2018-01-31 Karl WilliamsonPOSIX.xs: White space only
2018-01-31 Karl WilliamsonPOSIX.xs: Keep locale change to minimum span
2018-01-31 Karl WilliamsonPOSIX::strftime: Add better fallback about UTF-8
2018-01-31 Karl WilliamsonSimplify some LC_NUMERIC macros
2018-01-31 Karl WilliamsonTeach perl about more locale categories
2018-01-07 Peter John AcklamFacilitate building with quadmath on Cygwin.
2017-12-16 Zeframsemicolon-friendly diagnostic control
2017-11-29 David MitchellPOSIX.xs: remove unused variable
2017-11-26 Karl WilliamsonPOSIX.xs: Convert to use is_utf8_non_invariant_string()
2017-11-15 Karl WilliamsonPOSIX.pod: Add cautions about locale use
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in ext
2017-11-09 Karl WilliamsonPOSIX.xs is PERL_EXT
2017-11-09 Karl WilliamsonPOSIX.xs: Move constant tests out of loop
2017-11-06 Karl WilliamsonUse memBEGINs() in core
2017-10-24 Karl WilliamsonConvert strcmp into strEQ, strNE
2017-10-21 Aaron CraneRely on C89 <float.h>
2017-10-21 Aaron CraneRely on C89 <limits.h>
2017-10-21 Aaron CraneRely on C89 <stddef.h>
2017-10-21 Aaron CraneRely on C89 <stdlib.h>
2017-10-16 Tony Cook(perl #131982) provide constants for get/setpriority...
2017-10-15 James E KeenanDocument that POSIX::abs, ::alarm, ::atan2, ::chdir...
2017-10-12 Tom Hukinsperl no longer builds on MacOS Classic
2017-09-26 James E KeenanDocument that POSIX::localtime needs explicit argument.
2017-07-15 Karl WilliamsonMove bulk of POSIX::setlocale to locale.c
2017-03-09 Karl WilliamsonPOSIX.pod: Remove obsolete text
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2017-01-10 Tomasz Konojacki(perl #130534) fix test failures under DragonFly BSD
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-11-24 David MitchellPOSIX.pm: shut up g++ compiler warning
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-14 Karl WilliamsonFinish removing POSIX deprecated fcns
2016-10-29 Jarkko HietaniemiUse the new metalevel definitions for fp inf/nan/range
2016-10-26 Karl Williamsont/loc_tools.pl: Complement sense of optional parameter
2016-10-25 Andrew FreshOpenBSD 6 still does not support returning pid, gid...
2016-10-22 Jarkko HietaniemiPOSIX version bump
2016-10-22 Jarkko Hietaniemivax-netbsd: test non-IEEE-754-ness only once
2016-10-22 Jarkko Hietaniemivax-netbsd: set the RETVAL even if unused
2016-10-22 Jarkko Hietaniemivax-netbsd: another negative zero assumption
2016-10-22 Jarkko Hietaniemivax-netbsd: Negative zero is only a thing IEEE 754.
2016-10-22 Jarkko Hietaniemivax-netbsd: expand lround() and signbit testing
2016-10-19 Yves Ortonext/POSIX: use _memEQs() and not memEQ() for constant...
2016-09-30 Jarkko Hietaniemivax-netbsd: do not export inf/nan which we do not have
2016-09-30 Jarkko Hietaniemivax-netbsd: POSIX: skip t/math.t tests needing inf/nan
2016-09-30 Jarkko Hietaniemivax-netbsd: POSIX: skip inf/nan parts
2016-09-30 Jarkko Hietaniemivax-netbsd: POSIX: fenv.h is work-in-progress
2016-09-21 Dagfinn Ilmari Man... Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
2016-09-01 Karl WilliamsonUse new name 'is_utf8_invariant_string' in core
2016-07-28 Father ChrysostomosPOSIX.xs: Make NV_PAYLOAD_SIZEOF_ASSERT static
2016-07-28 Father ChrysostomosIncrease $POSIX::VERSION to 1.71
2016-07-28 Jarkko Hietaniemi[perl #128763] Fix POSIX.xs longdbl assertion
2016-06-13 David MitchellPOSIX.xs: avoid "defined but not used" warning
2016-05-28 Dominic Hargreavesext/POSIX/t/sigaction.t: Skip uid and pid tests on...
2016-05-16 Aaron CranePOSIX: test that all subroutines are exported
2016-05-16 Aaron CranePOSIX: delete the L_tmpnam and L_tmpname symbols
2016-05-16 Aaron CranePOSIX: add new :sys_socket_h export tag with missing...
2016-05-16 Aaron CranePOSIX: add new :netdb_h tag with missing EAI_* symbols
2016-05-16 Aaron CranePOSIX: add lround() to the :math_h_c99 export tag
2016-05-13 Karl WilliamsonPOSIX.pod: Fix grammar
2016-05-12 Jarkko HietaniemiCroak on unimplemented already at import time
2016-05-12 Jarkko HietaniemiRemove the deprecated POSIX::tmpnam as unsafe
2016-05-12 Jarkko HietaniemiSort the %replacement and %reimpl
2016-05-09 Karl WilliamsonPOSIX.pod: Add some caveats about strcoll(), strxfrm()
2016-04-26 Aristotle PagaltzisDocument exports policy within POSIX
2016-04-26 Aristotle PagaltzisCorrect lround situation comment in POSIX
2016-04-08 Karl WilliamsonStrengthen cautions about locale use with threads
2016-04-02 Aaron CraneExport lround() from POSIX
2016-03-11 Steve HayExport Winsock error constants from POSIX.pm
2016-03-04 Karl WilliamsonPOSIX.xs: Avoid a leak in setlocale()
2016-02-12 Karl WilliamsonRemove POSIX isfoo() as scheduled
2016-02-07 Jarkko HietaniemiPOSIX version bump.
2016-02-07 Jarkko HietaniemiPOSIX: strcmp NE strEQ().
2016-02-07 Jarkko HietaniemiPOSIX: Check fds against negatives.
2016-02-07 Jarkko HietaniemiPOSIX: Check signal numbers against negatives.
2016-02-04 Jarkko HietaniemiOpenBSD does not do si_uid with sigaction().
2016-02-04 Jarkko HietaniemiPOSIX version bump.
2016-02-04 Jarkko HietaniemiWe're against contractions.
next