This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove another dead function in vms/vms.c.
[perl5.git] / t /
2015-02-19 Karl Williamsonregen podcheck.t db
2015-02-19 Craig A. BerryFix t/op/dump.t warning in skip case.
2015-02-18 Hugo van der Sanden[perl #123874] fix argument underflow for pack()
2015-02-18 Steve HayRemove some remnants of x2p, which was removed by commi...
2015-02-18 Hugo van der Sanden[perl #123852] avoid capture side-effects under noncapt...
2015-02-17 Karl Williamsonperldsc: Wrap too-long verbatim lines
2015-02-17 Karl Williamsont/io/bom.t: Generalize for non-ASCII platforms
2015-02-17 Hugo van der Sandenfix handling of non-strict \x{}
2015-02-16 Tony Cook[perl #123836] dump LABEL shouldn't be goto LABEL
2015-02-16 Tony Cook[perl #123836] basic tests for dump, catches the issue...
2015-02-16 Father Chrysostomos[perl #123712] Don’t check sub_inwhat
2015-02-16 Hugo van der Sanden[perl #123816] fix stat stacking
2015-02-16 Father Chrysostomos[perl #123712] Fix /$a[/ parsing
2015-02-15 Hugo van der Sanden[perl #123843] fix SEGV reading data->flags
2015-02-15 Yves Ortonfix infinite loop in parsing backrefs in regex patterns
2015-02-15 Yves OrtonAdd a TODO test for not infinite looping during regex...
2015-02-15 Yves Ortonadd a comment so people looking for "sub run_perl"...
2015-02-13 David Mitchelladd some more tests for RT #123743
2015-02-12 Hugo van der Sandenfix assertions for UTF8_TWO_BYTE_HI/LO
2015-02-11 Jarkko Hietaniemiinfnan: revert nan payload/signaling changes
2015-02-11 Jarkko Hietaniemiinfnan: separate the nan payload overflow and invalid...
2015-02-10 Jarkko Hietaniemiinfnan: "nan(1)cy" should numify to $NaN, but also...
2015-02-10 Hugo van der Sanden[perl #123782] regcomp: check for overflow on /(?123)/
2015-02-10 David Mitchellsimpify and speed up /.*.../ handling
2015-02-10 Tony Cookremove the shell fallback from list pipe open on Win32
2015-02-09 Tony Cook[perl #123554] catch a couple of other size overflows
2015-02-09 Hugo van der Sanden[perl #123755] including unknown char in error requires...
2015-02-09 Hugo van der Sanden[perl #123759] always count on OPpTRANS_IDENTICAL
2015-02-09 Father Chrysostomos[perl #123677] Crash with token stack overflow
2015-02-09 Jarkko Hietaniemiinfnan: test nan payload input/output
2015-02-09 Jarkko Hietaniemiinfnan: the x86 80-bit extended precision is special
2015-02-08 Jarkko Hietaniemitest skip under miniperl
2015-02-08 Father Chrysostomos[perl #123753] Assert fail with &{+foo} and errors
2015-02-07 Father Chrysostomos[perl #123753] &\0foo parsing
2015-02-07 Father Chrysostomost/op/lex.t: Add comment about the file’s purpose
2015-02-07 Karl Williamsonloc_tools.pl: do a 'require' before module's function...
2015-02-06 Craig A. BerryFix quoting in new switchd.t test.
2015-02-06 Karl Williamsont/run/locale.t: Remove obsolete comments
2015-02-06 Father Chrysostomos[perl #123753] Fix assertion failure with map+map
2015-02-06 Father Chrysostomos[perl #123737] Fix assertion failure with 0${
2015-02-06 Chris 'BinGOs' Wil... Update Encode to CPAN version 2.70
2015-02-06 Matthew Horsfall... [perl #123748] - Add test case for possible getenv...
2015-02-05 Karl Williamsonregcomp.c: Warn on [:^posix:] not being in []
2015-02-05 Father ChrysostomosLocalise PL_lex_stuff (crash fix)
2015-02-05 Father ChrysostomosFix double free with const overload after errors
2015-02-04 Jarkko Hietaniemiinfnan: in case NaN is broken by being zero, avoid...
2015-02-04 Tony Cook[perl #123218] "preserve" $/ if set to a bad value
2015-02-01 Father Chrysostomos[perl #123711] Fix crash with 0-5x-l{0}
2015-02-01 Father ChrysostomosTest new string- and num-specific bitops
2015-02-01 Father ChrysostomosTest predecence warning on new bitops
2015-02-01 Father ChrysostomosTest experimental bitop warning
2015-01-31 Steve HayBump Encode::Unicode $VERSION
2015-01-31 Steve HayBump $Encode::encoding::VERSION
2015-01-31 Steve HayBump Pod::PlainText $VERSION
2015-01-31 Steve HayBump some CPAN $VERSIONs
2015-01-29 Steve HayUpgrade Win32API-File from version 0.1201 to 0.1202
2015-01-29 Steve Hayt/op/taint.t - Fix typo
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-28 Jarkko Hietaniemiinfnan: restore 'Infinity' since lln.t expects it.
2015-01-28 Jarkko Hietaniemiinfnan: allow (silently) trailing whitespace.
2015-01-28 Jarkko Hietaniemiinfnan: numify warning testing.
2015-01-28 Jarkko Hietaniemiinfnan: Simplify inf parsing.
2015-01-28 Jarkko Hietaniemiinfnan: More elaborate nan parsing for C99-y nan(...)
2015-01-28 Jarkko Hietaniemiinfnan: Allow 1.#INF00 and 1.#IND00
2015-01-27 Steve HayMerge upstream fix for C++ mode build of Win32API-File
2015-01-27 Jarkko Hietaniemiminiperl cannot IO::File
2015-01-25 Ævar Arnfjörð Bjar... Revert the support for new warning categories outside...
2015-01-25 Father Chrysostomos[perl #123652] eval {label:} crash
2015-01-23 Kent FredricAdd test for glob constants accepting method calls
2015-01-22 Father Chrysostomosattributes.xs: Don’t emit const warning for anons
2015-01-20 Karl Williamsonregcomp.c: Add warnings under re 'strict'
2015-01-20 Karl Williamsonregcomp.c: Add warnings under re 'strict'
2015-01-20 Karl Williamsont/re/reg_mesg.t: Turn on $|
2015-01-20 Karl WilliamsonAdd portablity warning for re 'strict'
2015-01-20 Karl Williamsont/re/reg_mesg.t: Add support for only re 'strict' warnings
2015-01-20 Jarkko HietaniemiMake numifying "nanblah" warn, just like "345blah"...
2015-01-20 Jarkko Hietaniemiinfnan: sprintf width and left-align.
2015-01-20 Jarkko HietaniemiClarify test messages.
2015-01-20 Hugo van der Sandenintuit_more: no need to copy before keyword check
2015-01-20 Steve HayEnable cmpVERSION.pl checking of upstream cpan as well...
2015-01-20 Tony Cook[perl #123554] stop checking the message
2015-01-20 Father ChrysostomosMake :const experimental
2015-01-20 Father ChrysostomosLet attributes.pm know about the const attribute
2015-01-20 Father Chrysostomosanonconst.t for testing :const
2015-01-19 Tony Cook[perl #123538] always set chophere and itembytes at...
2015-01-19 Tony Cook[perl #123554] avoid a crash from SvGROW(MEM_SIZE_MAX)
2015-01-18 Peter Martiniperly.y changes from Lukas Mai in RT 123069
2015-01-17 James E KeenanOne more tiny spelling correction in comment; thanks...
2015-01-17 James E KeenanTwo small spelling corrections in comment.
2015-01-17 David Mitchellavoid $a["foo" eq $x ? 0 : 1] warning
2015-01-16 Karl Williamsonregcomp.c: Fix bug in /[A-Z]/i
2015-01-16 Karl Williamsont/re/reg_mesg.t: Don't need to skip on EBCDIC
2015-01-16 Karl WilliamsonRegen podcheck db because of recent fixes to epigraphs.pod
2015-01-16 Karl Williamsont/run/locale.t: Fix typos
2015-01-14 Karl Williamsont/charset_tools.pl: Improve function names
2015-01-14 Karl WilliamsonUse more universal function in tests where makes sense
2015-01-14 Karl Williamsont/test.pl: Rmv obsolete comment
2015-01-13 Karl Williamsont/re/reg_mesg.t: White-space only
2015-01-13 Karl WilliamsonAdd 'strict' subpragma to 'use re'
2015-01-13 Karl WilliamsonOutput warning in qr// only once
next