This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mph.pl - Clean up diagnostics logic, allow DEBUG from env.
[perl5.git] / ext / POSIX /
2022-02-15 TAKAI KousukePOSIX.pod: wording fix in the description of testing...
2022-02-15 TAKAI KousukePOSIX.pod: add link and small example for the descripti...
2022-02-15 TAKAI KousukePOSIX.pod: NaN-ness should be able to be tested by...
2021-12-24 TAKAI KousukeAdd last-resort implementation for POSIX::FLT_ROUNDS.
2021-12-24 TAKAI KousukePOSIX: FLT_ROUNDS is now an XS function rather than...
2021-12-24 Karl WilliamsonBump version number of ext/POSIX
2021-11-02 Dagfinn Ilmari Man... Remove AT&T UWIN support
2021-11-02 Dagfinn Ilmari Man... Remove DOS/DJGPP support
2021-10-08 Dagfinn Ilmari Man... Remove NetWare support
2021-09-21 Andrew Hewus FreshNothing changed in SIGINFO for OpenBSD 7.0
2021-09-20 Olaf AldersUpdate comment in POSIX::import()
2021-08-05 TAKAI KousukePOSIX: Use NV instead of hardcoded 'double' in strtol...
2021-07-30 Karl WilliamsonPOSIX: Save a '&' instr by casting to U8
2021-07-25 TAKAI KousukePOSIX: Make strtoul() return UV if possible
2021-07-24 Karl WilliamsonPOSIX: Bump version
2021-06-17 James E KeenanSilence one "non-numeric" warning
2021-06-16 James E KeenanSilence one "non-numeric" warning 18873/head
2021-06-01 Paul "LeoNerd" EvansRename G_ARRAY to G_LIST; provide back-compat when...
2021-04-17 TAKAI KousukePOSIX: Prefer system's NAN/INFINITY for POSIX::NAN...
2021-03-12 Karl WilliamsonPOSIX.pod: Fix strxfrm, strcoll entries
2021-02-11 Karl Williamsonext/POSIX/t/mb.t: Don't skip if alt fcn is available
2021-02-11 Karl WilliamsonPOSIX.pod: Clarify wording
2021-01-11 sisyphusext/POSIX/POSIX.xs - allow POSIX::strtold on Windows...
2020-12-27 TAKAI KousukePOSIX.xs: Use Perl_signbit unconditionally for POSIX...
2020-12-21 Karl WilliamsonPOSIX.pod: Document [C99] notation
2020-12-21 Karl WilliamsonPOSIX.xs: Remove redundant #ifdef
2020-12-20 Karl WilliamsonPOSIX::asctime pod: Note it always returns English
2020-12-19 James E Keenanext/POSIX/t/waitpid.t: Correct one typo
2020-12-19 TAKAI Kousukeext/POSIX: Added tests to check integer constants are...
2020-12-19 TAKAI Kousukeext/POSIX: Change integer constants to IV.
2020-12-17 Leon TimmermansCorrectly set LC_CTYPE back in POSIX/t/time.t
2020-12-08 Karl WilliamsonName individual locale locks
2020-12-08 Karl WilliamsonChange name of mutex macro.
2020-12-04 Karl WilliamsonPOSIX.xs: White-space only
2020-12-04 Karl WilliamsonPOSIX.xs: Use alternative functions if avail
2020-12-01 David MitchellPOSIX: t/posix.t: avoid warning
2020-11-22 Graham Knopadd gitignore exclusions for files in git
2020-11-22 Karl WilliamsonSlience compiler warnings for NV, [IU]V compare
2020-11-05 Tony Cookdragonfly BSD sets errno incorrectly for terminal contr...
2020-11-03 Tony Cookext/POSIX/t/sysconf.t: only unlink the fifo if we have...
2020-11-03 Tony Cookext/POSIX/t/posix.t: 0ee0b3d1 added 'use warnings'...
2020-11-03 Dan Bookadd versions to POSIX features
2020-10-30 Karl Williamsonext/POSIX/t/posix.t: use 'warnings'
2020-10-19 James E Keenansysconf.t: close() takes filehandle, not file descriptor
2020-07-30 Tony Cookavoid using C99/C11 functions that NetBSD doesn't define
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2020-07-18 Karl WilliamsonAdd z/OS locale categories
2020-05-23 Sergiy Borodychupdate POSIX POD to indicate that 'to(lower|upper)...
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-04-11 Dominic HargreavesFix edge case test failure in ext/POSIX/t/mb.t
2020-03-18 Karl WilliamsonPOSIX.xs: Never pass NULL to ctermid()
2020-02-20 Karl WilliamsonFixup POSIX::mbtowc, wctomb
2020-02-20 Karl WilliamsonPOSIX::mblen: Make length parameter optional
2020-02-20 Karl WilliamsonPOSIX::mblen() Make thread-safe; allow shift state...
2020-02-12 Karl WilliamsonRemove claimed support for mbstowcs, wcstombc
2020-01-06 Tony Cookerror check the calls to sigaddset in POSIX::SigSet...
2019-12-29 Karl WilliamsonPOSIX.xs: Fix typo displayed when fcn doesn't exist
2019-12-23 Karl WilliamsonPOSIX.pod: Clarify strtod() text
2019-12-23 Karl WilliamsonPOSIX.pod: Clarify setlocale() text
2019-12-23 Karl WilliamsonPOSIX.pod: Clarify localeconv() text
2019-12-23 Karl WilliamsonPOSIX.pod: Fix typo
2019-12-21 Karl WilliamsonPOSIX.pod: Fix typo
2019-12-21 Karl WilliamsonPOSIX.pod: Update setlocale() docs
2019-11-28 Karl WilliamsonPOSIX/t/time.t: Reset LC_CTYPE to C
2019-11-19 David Mitchellfix POSIX.xs under VMS
2019-11-18 David Mitchelldeclare perl core's sig handler as 1-arg
2019-11-18 David MitchellPOSIX::sigaction(): use correct sig handler
2019-07-10 James E KeenanCorrect typo in POSIX.pod
2019-06-08 James E KeenanRevert "Fix edge case test failure in ext/POSIX/t/mb.t" origin/jkeenan/134182-xyz
2019-06-07 Dominic HargreavesFix edge case test failure in ext/POSIX/t/mb.t
2019-05-24 Karl WilliamsonPOSIX.xs: Add NOTREACHED to silence cygwin compiler
2019-05-24 Karl Williamsonposix_bump
2019-04-29 sisyphusext/POSIX/t/posix.t: Fix undefined C behavior in test
2019-04-29 sisyphusext/POSIX/t/posix.t: Fix typo in test name
2019-04-20 Karl WilliamsonPOSIX.xs: Use new inRANGE macro
2019-04-19 Karl Williamsonext/POSIX/t/mb.t: Skip a test on early HP-UX
2019-04-19 Karl Williamsonext/POSIX/t/posix.t: Clarify tests
2019-04-19 sisyphusCheck that perl and POSIX::strtod assign same value
2019-04-15 Karl Williamsonext/POSIX/t/mb.t: Fix osvers= syntax checking
2019-04-14 Karl WilliamsonPOSIX/t/mb.t: Skip test on early HP-UX
2019-04-13 Karl WilliamsonReinstate and fix failing POSIX mb.t test
2019-04-12 James E KeenanRevert "ext/POSIX/t/mb.t: Add test for MB_CUR_MAX"
2019-04-09 Karl Williamsonext/POSIX/t/mb.t: Add test for MB_CUR_MAX
2019-04-09 Karl WilliamsonMake POSIX::mblen() slightly safer
2019-04-09 Karl Williamsonext/POSIX/t/mb.t: Use actual expected char len
2019-04-09 Karl Williamsonext/POSIX/t/mb.t: Generalize for EBCDIC
2019-03-25 Niko TyniFix POSIX::mblen mbstate_t initialization on threaded...
2019-02-06 Karl Williamsonext/POSIX: Fix compilation error
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
next