This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Simplify expression
[perl5.git] / ext /
2017-06-01 Yves OrtonRestore "Tweak our hash bucket splitting rules"
2017-06-01 Karl WilliamsonAPItest/numeric.xs: Fix uninit error
2017-06-01 Karl Williamsonext/GDBM_File: Add L<> around pod link
2017-06-01 Karl WilliamsonXS-APItest: Rename some tests files
2017-06-01 Karl WilliamsonAPItest/t/utf8_setup.pl: Add #define equivalent
2017-06-01 Dagfinn Ilmari Man... Improve error message for bogus -MO=… arguments
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :locked attribute
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :unique attribute
2017-06-01 Yves Ortonfixup typo (squash candidate) in globbing code comments
2017-06-01 Yves Orton[perl #131211] fixup File::Glob degenerate matching
2017-04-23 Yves OrtonRevert "Tweak our hash bucket splitting rules"
2017-04-23 Yves OrtonTweak our hash bucket splitting rules
2017-04-07 David Mitchellfix and test execution of non-empty .bs files
2017-04-07 David Mitchellfix ext/Pod-Html/t/*.t that assumed '.' in @INC
2017-04-07 David Mitchellfix ext/arybase/t/*.t that assumed '.' in @INC
2017-04-07 David Mitchellfix ext/XS-APItest/t/*.t that assumed '.' in @INC
2017-03-09 Karl WilliamsonPOSIX.pod: Remove obsolete text
2017-02-22 Craig A. BerryRevert "ext/VMS-Stdio: switch to using macros designed...
2017-02-20 Karl WilliamsonSplit XS-APItest/t/utf8.t
2017-02-20 Karl WilliamsonSplit APItest/t/handy.t
2017-01-25 Dagfinn Ilmari Man... Use cBOOL() instead of ? TRUE : FALSE
2017-01-23 David Mitchelldump.c: handle GV being really a ref to a CV
2017-01-23 Sergey AleynikovFix memory leak in B::RHE->HASH method.
2017-01-22 Karl WilliamsonMove I8 test helpers to common file
2017-01-21 David Mitchellrevamp the op_dump() output format
2017-01-21 David Mitchelladd Perl_op_class(o) API function
2017-01-18 Karl WilliamsonAPItest/t/handy.t: Skip some tests on EBCDIC
2017-01-18 Karl WilliamsonAPItest/t/handy.t: Use more mnemonic variable names
2017-01-17 AbigailAvoid deprecation message.
2017-01-16 AbigailB::OP::terse will go away in Perl 5.28.
2017-01-16 AbigailDon't recognize the --libpods option in Pod::Html
2017-01-16 AbigailTime limit the deprecation of :unique and :locked.
2017-01-16 AbigailActively deprecate File::Glob::glob().
2017-01-13 Karl Williamsonre.pm: pod formatting nits, and clarifications
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2017-01-13 Karl WilliamsonAdd /xx regex pattern modifier
2017-01-10 Tomasz Konojacki(perl #130534) fix test failures under DragonFly BSD
2017-01-04 Tony Cook(perl #130108) generate a dummy dtrace_main.o if perlma...
2017-01-04 Karl WilliamsonAPItest/t/handy.t: Skip locale tests when not in locale
2017-01-03 Karl WilliamsonAPItest/t/handy.t: Fix for EBCDIC
2016-12-29 Karl WilliamsonAPItest.xs: Silence compiler warnings
2016-12-24 Karl WilliamsonDeprecate toFOO_utf8()
2016-12-24 Karl WilliamsonAdd toFOO_utf8_safe() macros
2016-12-23 Karl WilliamsonDeprecate isFOO_utf8() macros
2016-12-23 Karl WilliamsonAllow allowing UTF-8 overflow malformation
2016-12-23 Karl WilliamsonReturn REPLACEMENT for UTF-8 overlong malformation
2016-12-23 Karl WilliamsonReturn REPLACEMENT for UTF-8 empty malformation
2016-12-23 Karl Williamsonutf8.c: Forbid zero-length malformation under DEBUGGING
2016-12-23 Karl Williamsonutf8.h: Renumber flag bits
2016-12-23 Karl WilliamsonAdd isFOO_utf8_safe() macros
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-12-23 Karl WilliamsonAPItest/t/handy.t: Bring final special case into loop
2016-12-23 Karl WilliamsonAPItest/t/handy.t: White-space only
2016-12-23 Karl WilliamsonAPItest/t/handy.t: Add more tests
2016-12-23 Karl WilliamsonAPItest/t/handy.t: Add more tests
2016-12-23 Karl WilliamsonAPItest/t/handy.t: Use abbrev. char name in test names
2016-12-23 Karl WilliamsonAPItest/t/handy.t: White-space only
2016-12-23 Karl WilliamsonAPItest/t/handy.t: Fold in another special case
2016-12-23 Karl WilliamsonAPItest/t/handy.t: Refactor for maintenance
2016-12-22 Karl WilliamsonPerlIO-scalar: Bump version to 0.26
2016-12-22 David MitchellPerlIOScalar_eof(): silence compiler warning:
2016-12-14 Karl WilliamsonAPItest/t/utf8.t: Fix test name
2016-12-14 Karl WilliamsonAPItest/t/utf8.t: White-space, comment only
2016-12-14 Karl WilliamsonAPItest/t/utf8.t: Use more idiomatic Perl
2016-12-13 Karl WilliamsonAPItest/t/utf16_to_utf8.t: Avoid use of Encode
2016-12-11 Christian HansenPerlIO-scalar: Fix fail to detect incomplete seqs at EOF
2016-12-08 Karl WilliamsonRevert "APItest/t/handy.t: Slightly simplify"
2016-12-07 Karl WilliamsonAPItest/t/utf8.t: Fix EBCDIC test
2016-12-07 Karl WilliamsonAPItest/t/handy.t: Slightly simplify
2016-11-24 Karl WilliamsonAPItest/t/utf8.t: White space only
2016-11-24 Karl WilliamsonSplit diagnostics for two UTF-8 malformations
2016-11-24 Karl WilliamsonAPItest/t/utf8.t: Partially refactor to use table data
2016-11-24 Karl WilliamsonAPItest/t/utf8.t: Fix test
2016-11-24 Karl WilliamsonAPItest/t/utf8.t: Comments only
2016-11-24 Karl WilliamsonAPItest/t/utf8.t: Add some indentation to diagnositcs
2016-11-24 Karl Williamsonutf8.c: Clarify warning message.
2016-11-24 Karl WilliamsonAPItest/t/utf8.t: Simplify expression slightly
2016-11-24 Karl WilliamsonAPItest/t/handy.t: Output details if test fails
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-17 Karl WilliamsonAPItest/t/utf8.t: Fix failing EBCDIC tests
2016-11-17 Karl WilliamsonAPItest/t/utf8.t: Fill in missing die() reason
2016-11-14 Karl WilliamsonFinish removing POSIX deprecated fcns
2016-11-14 David Mitchelleliminate OPpRUNTIME private PMOP flag
2016-11-12 David Mitchelleliminate SVpbm_VALID flag
2016-11-12 David MitchellEliminate SVrepl_EVAL and SvEVALED()
2016-11-12 David Mitchelldump.c: don't display an ARRAY's ARYLEN field
2016-11-12 Dagfinn Ilmari Man... Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …)
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-11-11 Lukas MaiErrno: mention that using %! autoloads Errno (RT #119359)
2016-11-09 Tony Cook(perl #129000) create a safer utf8_hop()
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
next