This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add 2 books to perlbook
[perl5.git] / t /
2015-09-15 Tony Cookprevent op/time.t failures on NetBSD 5.1
2015-09-14 James E KeenanAdd test for sprintf ordering by both explicit index...
2015-09-14 Chris 'BinGOs' Wil... Update ExtUtils-MakeMaker to CPAN version 7.10
2015-09-14 Chris 'BinGOs' Wil... Remove ExtUtils-Command, it is merged in EUMM now
2015-09-13 Karl WilliamsonPATCH: [perl #125892] qr/(?[ ]) regression with '!'
2015-09-11 Karl WilliamsonPATCH: [perl #125990] panic: reg_node overrun
2015-09-08 Karl WilliamsonRefactor tr/// parsing to work on EBCDIC, fix other bug
2015-09-08 Karl Williamsont/loc_tools.pl: Fix some bugs in locales_enabled()
2015-09-07 Craig A. BerrySkip aassign.t test under -DDEBUGGING on VMS.
2015-09-06 Ricardo Signesmove Test dist from ./cpan to ./dist
2015-09-06 Ricardo Signesmove Math-Big* from ./dist to ./cpan
2015-09-06 Ricardo Signesbump versions of perl modules updated in AmigaOS branch
2015-09-06 David Mitchellre/speed.t: increase watchdog timeout
2015-09-05 Karl WilliamsonRegenerated podcheck db: AmigaOS pedantic failures
2015-09-05 Karl WilliamsonFix a couple of pod issues
2015-09-05 Karl WilliamsonFix broken link in pod for Hash::Util::FieldHash
2015-09-05 Andy Broadamigaos4: no FD_CLOEXEC, no test
2015-09-05 Andy Broadamigaos4: customized Socket Socket.xs
2015-09-05 Andy Broadamigaos4: customized Pod::Perldoc lib/Perldoc.pm
2015-09-05 Andy Broadamigaos4: customized Compress-Raw-Zlib Zlib.xs
2015-09-04 Karl Williamsont/op/utf8decode.t: Update tests from new source material
2015-09-04 Karl Williamsonporting/maintainers.t: Skip on EBCDIC
2015-09-04 Karl WilliamsonFix some pedantic pod erros in Thread::Queue
2015-09-04 Karl WilliamsonStart fixing some pod pedantic errors
2015-09-04 Karl Williamsonperlapi, perlintern: Add L<> links to pod
2015-09-04 Karl Williamsont/uni/gv.t: Generalize for EBCDIC
2015-09-04 Karl WilliamsonMake cmp() work on EBCDIC with both UTF-8 operands
2015-09-04 Karl Williamsonuni/lex_utf8.t: Generalize for EBCDIC platforms
2015-09-04 Karl Williamsonio/utf8.t: Generalize test for ebcdic, better skip msg
2015-09-04 Karl Williamsonio/utf8.t: Fix typo in comment
2015-09-03 Karl Williamsonre/regex_sets.t: Suppress $^W expected warnings
2015-09-03 David Mitchellaassign.t: better test for DEBUGGING build
2015-09-02 David Mitchellpp_aassign(): fix ($x,$y) = (undef, $x)
2015-09-02 David Mitchellpp_aassign: scan on DEBUGGING builds
2015-08-30 David MitchellRT #125840 stop *x = $x doing bad things
2015-08-27 Tony Cook[perl #125341] check for unexpected trash after any...
2015-08-25 Karl Williamsont/op/split.t: Generalize for EBCDIC
2015-08-25 Karl Williamsont/op/utf8decode.t: Better SKIP message
2015-08-25 Karl Williamsont/base/lex.t: Use more standard test for EBCDIC
2015-08-25 Karl Williamsont/op/tr.t: Clarify skip tests message
2015-08-25 Karl Williamsonop/chr.t: Better skip message
2015-08-25 Karl WilliamsonVarious .t files: Use globals to see if on EBCDIC
2015-08-25 Tony CookRevert "Update Pod-Simple to CPAN version 3.31"
2015-08-24 Lukas Maitest implicit anchors using re.pm [perl #125810]
2015-08-24 Karl WilliamsonPATCH: [perl 125825] {n}+ possessive quantifier broken
2015-08-24 Karl WilliamsonMake qr/(?[ ])/ work in UTF-8 locales
2015-08-24 Karl Williamsonpodcheck.t: regenerate db
2015-08-24 Karl WilliamsonPATCH: [perl #125805] Perl segfaults with a regex_sets...
2015-08-24 Chris 'BinGOs' Wil... Update Pod-Simple to CPAN version 3.31
2015-08-20 Tony Cook[perl 125760] fix new (and one old test) to pass with...
2015-08-19 David Mitchellt/perf/benchmarks: 5.004 compat
2015-08-19 Tony Cook[perl #125826] make the buffer large enough in TRIE_STO...
2015-08-18 Lukas Maidisallow nested declarations [perl #125587] [perl ...
2015-08-17 David Mitchellfix a SV_NOSTEAL issue in pp_aassign
2015-08-17 David MitchellOptimise 1 arg in list assign
2015-08-17 David Mitchellmake my (...) = @_ non-OPpASSIGN_COMMON_RC1
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2015-08-17 Tony Cook[perl #125760] deprecate sys(read|write)(), send()...
2015-08-11 Ivan Pozdeevcygwin 2.1.0 can test -r just fine, incl. under admin
2015-08-10 Steve HayFix typo introduced in 0b81c0dda6
2015-08-06 Sisyphusdouble-double long double %a fixes
2015-08-02 Jarkko HietaniemiCheck for POSIX locales once.
2015-08-01 Karl Williamsont/op/tr.t: Fix comment
2015-08-01 Karl Williamsont/opbasic/cmp.t: Add test for NUL
2015-08-01 Karl Williamsonre/re_tests: Rmv comment
2015-07-29 Karl Williamsont/uni/variables.t: Fix nits in comments
2015-07-23 Craig A. BerryFind *inline.h differently in args_assert.t.
2015-07-23 Craig A. BerryFix new warning in t/op/mkdir.t.
2015-07-22 Karl WilliamsonUpdate podcheck db to reflect a fix in perlgit
2015-07-22 Jarkko HietaniemiMake *inline.h behave like *.c
2015-07-19 Chris 'BinGOs' Wil... Fix test that fails with new warny File::Path
2015-07-15 Aaron CraneSupport reordered precision arguments in (s)printf
2015-07-15 Aaron Cranesv_vcatpvfn_flags(): make warnings more precise
2015-07-15 Aaron Cranet/op/sprintf.t: include test comment in "ok" output...
2015-07-13 Karl WilliamsonForbid variable names with ASCII non-graphic chars
2015-07-13 Karl Williamsonuni/variables.t: Add TODO tests
2015-07-13 Karl Williamsonuni/variables.t: Output unexpected warnings
2015-07-13 Karl Williamsonuni/variables.t: Fix grammar in comment
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-07-13 Aaron CraneMake postfix dereferencing work without the postderef...
2015-07-12 Craig A. Berrychdir.t fix-up for VMS.
2015-07-07 Tony Cook[perl #125373] set $! in chdir() if env not set, clarif...
2015-07-06 Karl WilliamsonChange wording of warning due to Unicode Standard change
2015-07-04 Jarkko HietaniemiFix skip count for non-fchdir like win32.
2015-07-03 Jarkko HietaniemiTest the warnings.
2015-07-03 Jarkko HietaniemiLeft overshift of negatives under use integer was still...
2015-07-03 Stanislaw PusepNon-invasive mojibake fixes
2015-07-01 Steve HayVarious corrections to Porting/Maintainers.pl
2015-06-30 Steve HayUpgrade Encode from version 2.73 to 2.75
2015-06-29 Tony Cook[perl #125305] handle chdir to closed handle correctly
2015-06-28 Jarkko Hietaniemibop.t -w clean
2015-06-28 Jarkko HietaniemiDefine left/right shift by negative to mean the reverse...
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-26 Craig A. BerryFix Pod::Simple tests that use catdir on non-directories.
2015-06-26 Craig A. BerryCorrect t/op/chdir.t test count following b4929cb48878.
2015-06-26 Craig A. BerryRemove unused variables from t/op/chdir.t.
2015-06-24 David Mitchellmake Encode compile under -pedantic
2015-06-22 Rafael Garcia-SuarezIncrease the maximal size of the string displayed in...
next