This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
netbsd-vax: no infinity
[perl5.git] / ext /
2016-11-04 David Mitchellcall AV set magic in list assign
2016-11-02 Karl WilliamsonFix wrong UTF-8 overflow error on 32-bit platforms
2016-11-02 Karl WilliamsonAPItest/t/utf8.t: Correct to uppercase in print
2016-10-29 Karl WilliamsonXS-APItest/t/utf8.t: Test with longest possible overlong
2016-10-29 Karl WilliamsonXS-APItest/t/utf8.t: White-space only
2016-10-29 Karl WilliamsonXS-APItest/t/utf8.t: Fix EBCDIC bug
2016-10-29 Karl WilliamsonXS-APItest/t/utf8.t: Move a common expression to $var
2016-10-29 Karl WilliamsonXS-APItest/t/utf8.t: Fix wrong test on EBCDIC
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: do not test for inf/nan
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-21 Karl WilliamsonAPItest/t/utf8.t: Fix a test on EBCDIC
2016-10-19 Yves Ortont/regop.t: improve test name
2016-10-19 Yves Ortonext/XS-APItest: switch to using strEQs()
2016-10-19 Yves Ortonext/mro: use memEQs() for constant string checks
2016-10-19 Yves Ortonext/PerlIO-encoding: use SvPVCLEAR()
2016-10-19 Yves Ortonext/POSIX: use _memEQs() and not memEQ() for constant...
2016-10-19 Yves Ortonext/B: use strEQs() and strEQ() in expressions
2016-10-19 Yves Ortonext/VMS-Stdio: switch to using macros designed for...
2016-10-19 Yves Ortonext/attributes: use _memEQs() when comparing to string...
2016-10-19 Yves OrtonDevel-Peek: use hv_fetchs() when the key is a constant...
2016-10-13 Karl WilliamsonAdd utf8n_to_uvchr_error
2016-10-13 Karl Williamsonutf8n_to_uvchr(): Note multiple malformations
2016-10-13 Karl WilliamsonAPItest/t/utf8.t: Indent a bunch of code
2016-10-13 Karl WilliamsonAPItest/t/utf8.t: Fix improper tests
2016-10-13 Karl WilliamsonAPItest/t/utf8.t: Add missing test
2016-10-13 Karl WilliamsonAPItest/t/utf8.t: Rename test for clarity
2016-10-13 Karl Williamsonutf8.h: Change some flag definition constants
2016-10-13 Karl WilliamsonAPItest/t/utf8.t: Extract code to common function
2016-10-13 Karl WilliamsonAdd details to UTF-8 malformation error messages
2016-10-05 Karl WilliamsonXS-APItest/t/utf8.t: Fix failing EBCDIC test
2016-10-04 David MitchellConcise.pm: extract padname code and fixup split
2016-10-04 David MitchellBetter optimise my/local @a = split()
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
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-30 Karl WilliamsonAPItest/t/utf8.t: Add some constants
2016-09-30 Karl WilliamsonAPItest/t/utf8.t: Fix 3-byte overlong test
2016-09-30 Karl WilliamsonAPItest/t/utf8.t: Fix EBCDIC test
2016-09-30 Karl WilliamsonAPItest/t/utf8.t: Skip some tests if major one fails
2016-09-30 Karl WilliamsonAPItest/t/utf8.t: Fix typo
2016-09-27 David Mitchellpadrange, aelemfast: use label for private bits
2016-09-26 Karl WilliamsonAdd is_utf8_fixed_width_buf_flags() and use it
2016-09-26 Karl WilliamsonAdd API Unicode handling functions
2016-09-26 Karl WilliamsonAPItest/t/utf8.t: Rename variable
2016-09-26 Karl WilliamsonXS-APItest/t/utf8.t: Add some tests
2016-09-21 Dagfinn Ilmari Man... Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
2016-09-18 Karl WilliamsonAdd isUTF8_CHAR_flags() macro
2016-09-18 Karl WilliamsonAdd macro for Unicode Corregindum #9 strict
2016-09-18 Karl WilliamsonAdd macro for determining if UTF-8 is Unicode-strict
2016-09-18 Karl WilliamsonAdd tests for is_valid_partial_utf8_char_flags()
2016-09-17 Karl WilliamsonAPItest/t/utf8.t: Add tests
2016-09-17 Karl WilliamsonAPItest/utf8.t: Some clean up
2016-09-17 Karl WilliamsonTest isUTF8_CHAR()
2016-09-17 Karl Williamsonutf8.c: Extract duplicate code to common fcn
2016-09-17 Father ChrysostomosAdd regexp_nonull.t
2016-09-14 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.84
2016-09-14 Father Chrysostomos[perl #129267] Test for gv_fetchmethod buffer overrun
2016-09-05 Father ChrysostomosFix up B::Concise tests following op flag change
2016-09-01 Karl WilliamsonUse new name 'is_utf8_invariant_string' in core
2016-08-26 Craig A. BerryRemove VMS-specific hacks from showlex.t.
2016-08-24 David Mitchellconcise.t: work with PERL_UNICODE=""
2016-08-19 David MitchellConcise: improve hints decoding
2016-08-19 David MitchellConcise: use hex for some large constants
2016-08-16 Father ChrysostomosXS::APItest: Note why we do not want efficiency
2016-08-15 David MitchellHash-Util/Util.xs: silence compiler warnings
2016-08-15 David Mitchellsilence warning in Opcode.xs
2016-08-15 Father ChrysostomosRevert "#define PERL_NO_GET_CONTEXT in XS::APItest"
2016-08-14 Father Chrysostomos#define PERL_NO_GET_CONTEXT in XS::APItest
2016-08-14 Father ChrysostomosTest call_argv
2016-08-14 Yves OrtonMove hash introspection routines into Hash::Util/Util...
2016-08-14 Yves Ortonmove Internals::hv_clear_placeholders() to Hash::Util...
2016-08-06 Karl WilliamsonAPItest: Add tests for isOCTAL
2016-08-04 Father ChrysostomosIncrease $Errno::VERSION to 1.26
2016-08-04 Father ChrysostomosIncrease $Tie::Hash::NamedCapture::VERSION to 0.10
2016-08-04 Father ChrysostomosIncrease $arybase::VERSION to 0.12
2016-08-04 Father ChrysostomosRework mod loading for %- and %!; fix mem leak
2016-08-03 David Mitchellsignatures: make param and optional param count IV
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
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-07-26 Tony Cook(perl #127834) bump versions of modules in dists we...
2016-07-26 Tony Cook(perl #127834) remove . from the end of @INC if complex...
2016-06-23 Craig A. Berrysvpeek.t: $? is localized now.
2016-06-22 Yves OrtonChange scalar(%hash) to be the same as 0+keys(%hash)
2016-06-21 David MitchellPerlIO-encoding/t/fallback.t: test for warning
2016-06-21 Salvador FandinoFix Encode constant name usage: WARN_ON_ERROR --> WARN_...
2016-06-20 Dan CollinsRemove references to USENET from ext/
2016-06-17 David Mitchellbetter document Miniperl.pm, (mini)perlmain.c
2016-06-17 Ed Avisdocs: clarify flag constants in File::Glob
next