This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_leavesub(): call FREETMPS and optimise
[perl5.git] / t / lib /
2016-01-21 Tony Cook[perl #127122] warn on unless (assignment) when syntax...
2016-01-17 Dagfinn Ilmari Man... Remove unused sub from strict vs. multideref test
2016-01-17 Dagfinn Ilmari Man... Enforce strict 'subs' in multideref optimisation
2016-01-13 Tony Cook[perl #123737] handle a non-identifer after @ better...
2016-01-10 Tony Cook[perl #123737] delay reporting a missing operator for...
2015-12-22 Karl WilliamsonPATCH: [perl #126261: Assertion failure on missing...
2015-12-22 Karl Williamsont/lib/warnings/regcomp: Fix typo in comment
2015-12-16 Karl WilliamsonDeprecate wide chars in logical string ops
2015-12-16 Karl WilliamsonChange deprecation warning text
2015-12-10 Karl Williamsont/lib/warnings/utf8: Add some tests
2015-12-09 Achim Gratz[perl #126834] Cygwin cygdrive prefix test
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-11-24 Tony Cook[perl #126480] pipe() doesn't need the assertions
2015-11-20 Lukas Mai[perl #124280] don't warn for 'my $foo, *bar'
2015-11-08 Tony Cookcygwin: look harder for a C: mapping and skip if we...
2015-10-19 Karl WilliamsonFix some bugs in \B[sb}, \B{wb}, \B[gcb}
2015-10-06 Karl Williamsonutf8.c: Slight code simplification
2015-09-29 Father ChrysostomosDisable lexical $_
2015-08-27 Tony Cook[perl #125341] check for unexpected trash after any...
2015-08-24 Karl WilliamsonMake qr/(?[ ])/ work in UTF-8 locales
2015-08-20 Tony Cook[perl 125760] fix new (and one old test) to pass with...
2015-08-18 Lukas Maidisallow nested declarations [perl #125587] [perl ...
2015-08-17 Tony Cook[perl #125760] deprecate sys(read|write)(), send()...
2015-07-13 Karl WilliamsonForbid variable names with ASCII non-graphic chars
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-07-13 Aaron CraneMake postfix dereferencing work without the postderef...
2015-07-06 Karl WilliamsonChange wording of warning due to Unicode Standard change
2015-07-03 Stanislaw PusepNon-invasive mojibake fixes
2015-06-27 Aaron CraneThe postderef feature is no longer experimental
2015-06-27 Jarkko Hietaniemisleep() with negative argument makes no sense.
2015-06-27 Jarkko Hietaniemialarm() with negative argument makes no sense.
2015-06-22 Rafael Garcia-SuarezIncrease the maximal size of the string displayed in...
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-06-09 Reini Urbanadd warnings 7fatal testcase for #123398
2015-04-25 David Mitchell[perl #123737] Fix assertion failure with 0$#{
2015-03-31 Alex Vandivertoke.c: UTF-8 aware warning cleanups
2015-03-28 Karl WilliamsonDon't raise Wide char warning in UTF-8 locale
2015-03-27 Alex VandiverFix "...without parentheses is ambuguous" warning for...
2015-03-27 Alex VandiverAllow unquoted UTF-8 HERE-document terminators
2015-03-27 Alex Vandiver[perl #124113] Make check for multi-dimensional arrays...
2015-03-27 Father ChrysostomosStop $^H |= 0x1c020000 from enabling all features
2015-03-18 Karl Williamsonregexec.c: Fix improper warning.
2015-03-09 Karl WilliamsonSkip various locale tests when locales are not available
2015-03-06 Karl Williamsont/lib/croak/op: Fix to work on EBCDIC platforms
2015-03-06 Karl Williamsont/lib/warnings/regcomp: SKIP some EBCDIC tests
2015-03-06 Karl Williamsont/lib/warnings/op: Skip some tests on EBCDIC
2015-03-06 Karl Williamsont/lib/warnings/toke: Skip some tests on EBCDIC
2015-03-06 Karl Williamsont/lib/feature/implicit: Generalize for EBCDIC platforms
2015-03-06 Karl Williamsont/lib/feature/implicit: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsonlib/feature/bundle: Generalize for non-ASCII platforms
2015-03-05 Karl Williamsont/lib/warnings/utf8: Update skip message
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-06 Father Chrysostomos[perl #123737] Fix assertion failure with 0${
2015-02-05 Father ChrysostomosFix double free with const overload after errors
2015-02-01 Father ChrysostomosTest predecence warning on new bitops
2015-02-01 Father ChrysostomosTest experimental bitop warning
2015-01-25 Ævar Arnfjörð Bjar... Revert the support for new warning categories outside...
2015-01-13 Karl WilliamsonOutput warning in qr// only once
2015-01-12 Jarkko HietaniemiCatch infnan repeat counts.
2014-12-29 Karl WilliamsonRaise warning on multi-byte char in single-byte locale
2014-12-29 Karl Williamsonlib/warnings/utf8: Add missing tests
2014-12-29 Ævar Arnfjörð Bjar... Add support for new warning categories outside of ...
2014-12-25 Father Chrysostomos[perl #123495] Stop gmtime(nan) from crashing
2014-12-13 Father ChrysostomosFix garbage output from ‘my $é’
2014-12-11 Karl WilliamsonDelete: t/lib/1_compile.t, t/lib/compmod.pl
2014-12-10 David Mitchellfix spurious 'Use of reference' warning
2014-12-10 Father ChrysostomosFix assertion failure with our @a->{0}
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-11-24 Karl Williamsoncharnames: Generalize to work on non-ASCII platforms
2014-11-21 Dagfinn Ilmari Man... Deprecate setting ${^ENCODING}
2014-11-15 Father ChrysostomosFix double free with unterminated /(?{ <<END })/
2014-11-15 Father ChrysostomosMake $/=-1 warning default like other dep warnings
2014-11-15 Father ChrysostomosFold t/lib/warnings/irs into mg
2014-11-15 Father Chrysostomost/lib/warnings/mg: Remove comment
2014-11-14 Karl WilliamsonAdd warning message for locale/Unicode intermixing
2014-11-13 Father Chrysostomos‘%s found where op expected’ under fatal warnings
2014-11-11 Father ChrysostomosTest the prev commit
2014-11-09 Father ChrysostomosSkip padsv op in $lex =~ ...
2014-11-09 Father ChrysostomosExtend y/// warnings to utf8
2014-11-04 Father Chrysostomos[perl #123103] Just set SVf_READONLY on magic vars
2014-10-29 Father Chrysostomos[perl #122782] map{no strict;...} etc.
2014-10-21 Karl WilliamsonDon't allow literal control chars in var names in EBCDIC
2014-10-21 Karl Williamsonuvoffuni_to_utf8_flags() die if platform can't handle
2014-10-21 Karl Williamsondquote_static.c: Forbid \c{ on EBCDIC
2014-10-19 Father ChrysostomosFix crash with ‘join,’ caused by 987c96916
2014-10-15 Lukas Maitreat fatal warnings after syntax errors as syntax...
2014-10-12 Father ChrysostomosTest croaks inadvertently rmvd by bd2688c4c
2014-10-12 Father ChrysostomosFold join to const or stringify where possible
2014-10-11 Father Chrysostomosop.c: Apply spair optimisation to \% \@ \&
2014-10-08 Jarkko HietaniemiSpecial test preambles needed for these.
2014-10-08 Jarkko HietaniemiTest preamble: explicit @INC, instead of unshift.
2014-10-08 Jarkko HietaniemiTest preamble: if requiring ./test.pl, needs chdir.
2014-10-08 Jarkko HietaniemiTest preamble: unify to dot slash test dot pl
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-10-06 Father ChrysostomosCorrect ‘"my" variable "&f::b"...’ message
2014-10-06 Father ChrysostomosReorder t/lib/croak/toke
2014-09-20 Father Chrysostomos[perl #115254] Fix flag check on scope exit
2014-09-20 Father ChrysostomosImplement the bipolar read-only system
2014-09-19 Father Chrysostomos[perl #121638] Make ‘Global symbol’ message more newbie...
next