This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #120826] - Fix documentation nit (thanks Eric Brine.)
[perl5.git] / ext /
2015-08-17 David MitchellEliminate PL_sawalias, GPf_ALIASED_SV
2015-08-17 David Mitchellmake my (...) = @_ non-OPpASSIGN_COMMON_RC1
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2015-08-10 James E KeenanIncrement $VERSION for POSIX to 1.56
2015-08-10 Jarkko HietaniemiPod tweak for [rt.perl.org #125710].
2015-08-10 Jarkko Hietaniemi32-bit x86 ABI cannot do signaling nans [rt.perl.org...
2015-08-10 Jarkko HietaniemiFix test label.
2015-08-10 Jarkko HietaniemiSanity x86 long double check.
2015-08-05 Aaron PrivenAdded {unlock,lock}_hashref_recurse to @EXPORT_OK
2015-08-04 James E KeenanGuarantee that, after unlocking, the hash is actually...
2015-08-03 Ricardo Signesadd a small note that find2perl is not in core
2015-07-29 Karl WilliamsonXS-APItest/t/handy.t: Handle early Unicodes
2015-07-22 Jarkko Hietaniemidquote_static.c -> dquote.c
2015-07-22 Jarkko Hietaniemiinline_invlist.c -> invlist_inline.h
2015-07-20 Tony Cookbump $DynaLoader::VERSION to 1.33
2015-07-20 Matthew Horsfall... Replace reference to newXSUB with newXS.
2015-07-15 Aaron CraneDocument and ensure that sv_catpvf() does no argument...
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-07-09 Craig A. BerryDon't create zero-length filename on VMS in Typemap.t
2015-07-08 Daniel Dragandont report a $@ exception with uninitialized $!'s...
2015-07-08 Daniel Draganadd test that fails for #124181 to Typemap.t
2015-07-06 Karl WilliamsonChange wording of warning due to Unicode Standard change
2015-06-27 James E KeenanIncrement $VERSION in 4 .pm files whose .xs has changed.
2015-06-27 Jarkko HietaniemiThere is no SSize_t_size.
2015-06-27 Jarkko HietaniemiIf IVSIZE == LONGSIZE, long cannot be beyond IV_MIN...
2015-06-27 Jarkko Hietanieminl_langinfo code can be negative.
2015-06-27 Jarkko Hietaniemistrtol and strtoul base should be [2, 36] or zero.
2015-06-27 Jarkko Hietaniemitcsetattr optional_actions can be invalid.
2015-06-27 Jarkko Hietaniemitcsetattr fd can be bad.
2015-06-27 Jarkko Hietaniemidup2 fds can be bad.
2015-06-27 Jarkko Hietaniemitcdrain fd can be bad.
2015-06-27 Jarkko Hietaniemitcflush/tcflow/tcsendbreak fd/action can be bad.
2015-06-27 Jarkko Hietaniemilseek fd can be bad.
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-06-19 David Mitchellpp_leaveeval: use EVAL_KEEPERR
2015-06-19 David MitchellXS-APItest/t/call.t: make loops more flexible
2015-06-19 David Mitchellmake MULTICALL handle list context
2015-06-13 Jarkko HietaniemiFix @INC so that "make test" in ext/POSIX passes.
2015-06-13 Jarkko HietaniemiTest these functions in more than one spot.
2015-06-12 Jarkko Hietaniemiinfnan: Implement NaN payload APIs.
2015-06-06 Jarkko Hietaniemiquadmath: long long versus round/trunc
2015-06-03 Daniel DraganPerl_croak->croak and misc C optimizing in POSIX.pm
2015-05-09 Ricardo SignesPOSIX.pm: bump version
2015-05-08 Aristotle PagaltzisPOSIX: revert exported functions to 5.20.2 state
2015-05-07 Aristotle PagaltzisPOSIX: discourage use of default exports
2015-05-07 Aristotle PagaltzisPOSIX/t/math.t: skip fpclassify where unsupported
2015-05-07 Aristotle PagaltzisPOSIX: document the new C99 math constants
2015-05-06 Craig A. BerryFix unixify when beginning with current directory.
2015-05-04 Aristotle PagaltzisPOSIX: Regeneralize export.t to non-ASCII platforms
2015-04-19 David Mitchellop_parent(): only exist under -DPERL_OP_PARENT
2015-04-19 David Mitchellrename op_lastsib to op_moresib, and invert logic
2015-04-19 David Mitchellop_sibling => op_sibparent under PERL_OP_PARENT
2015-03-25 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.72
2015-03-25 Tony Cookgv_const_sv() handle subrefs directly in the stash
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-19 Karl WilliamsonChange some locale manipulation macros in prep for API
2015-03-18 Karl Williamsonext/SDBM_File/sdbm/dbu.c Generalize for EBCDIC platforms
2015-03-18 Father Chrysostomos[perl #124004] Fix stack bug with foreach(@empty)
2015-03-17 Vincent PitPreserve OPTIMIZE in hints
2015-03-17 David Mitchellre_intuit_start(): improve debugging output
2015-03-15 Karl Williamsonext/PerlIO-encoding/t/encoding.t: Skip on EBCDIC
2015-03-15 Karl WilliamsonPerlIO-encoding/t/nolooping.t: Skip on EBCDIC platform
2015-03-13 Karl WilliamsonPOSIX/t/sigaction.t: Skip failing EBCDIC test
2015-03-12 Jarkko HietaniemiPOSIX: emulation for logb()
2015-03-12 Jarkko Hietaniemiquadmath: llrintq and llroundq do exist
2015-03-11 James E KeenanSpelling correction.
2015-03-11 James E KeenanRemove use of Test::Stream per ilmari's patch on p5p.
2015-03-09 Hugo van der Sandengrok_atoUV: don't make part of API
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-03-09 Karl WilliamsonDevel::Peek:Peek.t: Fix to work on EBCDIC
2015-03-09 Karl WilliamsonSkip various locale tests when locales are not available
2015-03-09 Karl Williamsonext/POSIX/POSIX.xs: Convert do whiles into whiles
2015-03-07 Karl Williamsonuse re 'strict' doc changes
2015-03-06 Karl WilliamsonPerlIO-encoding/t/encoding.t: Generalize for non-ASCII...
2015-03-06 Karl WilliamsonPOSIX/t/export.t: Generalize for non-ASCII platforms
2015-03-06 Karl WilliamsonPod-Functions/Functions_pm.PL: Generalize for non-ASCII...
2015-03-06 Karl WilliamsonHash-Util tests: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsonext/XS-APItest/t/hash.t: Generalize to run on non-ASCII...
2015-03-06 Karl Williamsonext/B/t/b.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsonext/XS-APItest/t/svpeek.t: Extend to EBCDIC platforms
2015-03-06 Karl Williamsonext/XS-APItest/t/svpv_magic.t: Generalize for non-ASCII...
2015-03-06 Karl WilliamsonXS-APItest/t/fetch_pad_names.t: Skip if EBCDIC
2015-03-06 Karl Williamsonext/XS-APItest/t/utf8.t: Fix so passes EBCDIC
2015-03-06 Karl Williamsonext/re/t/re_funcs_u.t: Generalize for non-ASCII platforms
2015-03-06 Karl WilliamsonAPItest/t/handy.t: Generalize for non-ASCII platforms
2015-03-05 David Mitchellsprinkle NOTREACHED and FALLTHROUGH
2015-02-16 Petr PísařFix Errno.pm generation for gcc-5.0
2015-02-11 Jarkko Hietaniemiinfnan: revert nan payload/signaling changes
2015-02-09 Jarkko Hietaniemiinfnan: add POSIX::issignaling
2015-02-05 Karl Williamsonext/re/re.pm: Fix comment
2015-02-05 Karl Williamsonre.pm: White-space only
2015-02-05 Jarkko HietaniemiPOSIX version bump
2015-02-05 Jarkko HietaniemiPOSIX math: if long double, long double the math consts
2015-02-05 Jarkko HietaniemiPOSIX math: tgamma/lgamma logic
2015-02-05 Jarkko HietaniemiAIX long double lies about many math APIs.
2015-02-04 Karl WilliamsonMake 'no re' work
2015-02-04 Karl Williamsonext/re/t/re.t: Use variable instead of constants
2015-02-04 Karl Williamsonre.pm: Bump version to 0.31
2015-02-03 David Mitchellfix B.xs on win builds
2015-02-03 James E KeenanUpdate POSIX version number.
next