This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
export the functions required by re
[perl5.git] / t /
2011-02-03 Karl Williamsoncode points above 0x7fff_ffff problematic
2011-02-02 Karl Williamsonregexp_unicode_prop.t: Add tests, refactor
2011-02-02 Karl Williamsonpat-advanced.t: Add new test
2011-02-02 Karl Williamsonregexp_unicode_prop.t: Comment nits
2011-02-02 Jesse Vincentmade abigail's new porting/cmp_version.t not scream...
2011-02-02 AbigailMake it so that it acts as if cmpVERSION.pl had not...
2011-02-01 AbigailGet the tag from git describe instead of $]
2011-01-31 AbigailTurn exec flag off
2011-01-31 AbigailMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2011-01-31 AbigailTurn Porting/cmpVERSION.pl into a test
2011-01-31 Father ChrysostomosPartially revert 4155e4fe
2011-01-31 Zsbán Ambrus[perl #83018] TEST PATCH: commit 95ea86d5 also fixes...
2011-01-29 Steven Schubiger[perl #82988] Skip hanging taint.t test on MirBSD 10
2011-01-28 Karl Williamsonregcomp: Add warning if tries to use \p in locale.
2011-01-28 Leon Timmermans[perl #38456] binmode FH, ":crlf" only modifies top...
2011-01-27 Karl WilliamsonFix test count introduced by previous commit
2011-01-27 Karl Williamsonregex: \p{} in pattern implies Unicode semantics
2011-01-27 David Mitchelladd tests for #3516: \G in a m//g
2011-01-25 Craig A. BerryMake t/porting/buildtoc.t use runperl for portability.
2011-01-24 David Mitchellmake reg_eval_scope.t TODOs consistently fail
2011-01-24 Nicholas ClarkMerge perl_keyword.pl into regen/keywords.pl, to genera...
2011-01-24 Nicholas Clarkregen/mk_PL_charclass.pl can test that l1_char_class_ta...
2011-01-23 Nicholas Clarkt/porting/regen.t can test that regcharclass.h is up...
2011-01-23 Nicholas Clarkt/porting/regen.t can test that META.yml is up to date.
2011-01-23 Nicholas ClarkStore the SHA-256 of the source in files generated...
2011-01-23 Nicholas Clarkregen/overload.pl should use rename_if_different()...
2011-01-22 Nicholas ClarkExtend pod/buildtoc --test to validate that regenerated...
2011-01-21 Father Chrysostomos[perl #81750] Perl 5.12: undef-as-hashref bug
2011-01-19 Leon TimmermansAlso unblock signal handlers throwing an exception
2011-01-18 Karl Williamsonregcomp: Disallow multi-char folds in lookbehind
2011-01-18 Leon TimmermansAdded tests for conditional unblocking
2011-01-18 David Mitchellt/porting/diag.t: fix indentation in check_file()
2011-01-18 David Mitchellvastly speed up t/porting/diag.t
2011-01-17 Karl WilliamsonAdd /a regex modifier
2011-01-17 Karl Williamsonre/charset.t: typo in comment
2011-01-17 Karl WilliamsonAdd plan() call to .t
2011-01-16 Tony Cookallow buildtoc to find libraries after chdir into pod/
2011-01-16 Karl WilliamsonDeliver t/re/charset.t
2011-01-16 Karl WilliamsonFix \xa0 matching both [\s] [\S], et.al.
2011-01-16 David Mitchellrestrict \p{IsUserDefined} to In\w+ and In\w+
2011-01-15 Tony Cooktest that perl.pod, pod.lst, MANIFEST and the file...
2011-01-14 Karl Williamsonuni/fold.t: Fix TODOs that now pass
2011-01-10 Karl WilliamsonAdd warnings for use of problematic code points
2011-01-10 Karl Williamsonutf8.c(): Default to allow problematic code points
2011-01-10 Karl Williamsondiag.t: Change so a fixed TODO passes
2011-01-08 Karl Williamsondiag.t: Remove printf conversion modifiers from msgs
2011-01-08 Karl Williamsondiag.t: Check that TODOs haven't been done
2011-01-08 Karl Williamsondiag.t: Remove TODOs that have been done
2011-01-08 Karl Williamsondiag.t: Ignore formatting precisions in messages
2011-01-08 Karl Williamsondiag.t: Add checks that pod msgs have severity
2011-01-08 Karl Williamsondiag.t: Use variable for pod name
2011-01-08 Gerard Goossentest append to SV initialized by folded constant
2011-01-08 Gerard Goossenadd a taint test to catch codegen bug
2011-01-08 Gerard Goossenadd test for split without a pattern
2011-01-08 Gerard Goossenmore while tests
2011-01-08 Gerard Goossenmodernise t/cmd/while.t
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2011-01-06 Craig A. BerryMake newline on last record explicit.
2011-01-04 David Mitchellstash.t: make TODO tests only TODO under threads
2011-01-04 Nicholas ClarkRefactor filenames.t to use unlike() and cmp_ok() for...
2011-01-03 Jesse Vincentupdate t/porting/filenames.t to check for path componen...
2011-01-03 Father ChrysostomosRevert "[perl #68654] next::method doesn't see UNIVERSAL"
2011-01-03 Father ChrysostomosRevert "[perl #80098] Bleadperl breaks Attribute::Lexical"
2011-01-03 Peter Martini[perl #45147] Issue with the exists function
2011-01-03 Nuno CarvalhoAdd new test file t/porting/filenames.t
2011-01-03 Craig A. BerryClever tests may fool with $^O.
2011-01-03 Father Chrysostomostests for [perl #36347] Object destruction incomplete
2011-01-02 Craig A. BerryDon't clobber $^O when you're going to use it again.
2010-12-30 Nicholas ClarkMost socket ops weren't warning for unopened handles...
2010-12-30 Nicholas ClarkConvert a pp_sys test to use warnings 'closed', instead...
2010-12-30 Nicholas Clarkpp_leavewrite wasn't warning for unopened handles unles...
2010-12-30 David MitchellBetter handling of magic methods freeing the SV
2010-12-29 Tony Cookproperly clean up work files from testing GDBM_File
2010-12-28 Tony Cookclose the produced test file so win32 can unlink it
2010-12-27 Nicholas ClarkRefactor pp_chomp to process arguments in the same...
2010-12-23 Vincent PitQuote 'threads' in test.pl
2010-12-21 Tony Cookavoid emitting control characters in test comments
2010-12-21 Tony Cookmultiple watchdog()s in the one test script are meaningless
2010-12-18 Tony CookRe-order the tests to match the comment
2010-12-17 Karl Williamsonre.t: Use portable C locale
2010-12-17 Karl Williamsonre.t: Avoid encoding issues by using hex chars
2010-12-17 Chip Salzenbergupdate warnings tests to cope with %z now being valid...
2010-12-17 Chip Salzenbergsmoke tests for %hhd %zd %td
2010-12-17 Nicholas ClarkIn dbmt_common.pl, change checkOutput(...) to 5 calls...
2010-12-16 Karl Williamsontest.pl: extend EBCDIC functions to beyond 255
2010-12-16 Nicholas ClarkRemove "dead" RCS $Id$ tags from files that we own.
2010-12-16 Nicholas ClarkMove common code from ext/[GONS]DBM_File/t/[gons]dbm...
2010-12-15 Karl Williamsonregex: Multi-char /i shouldnt match single char []
2010-12-15 Karl WilliamsonRevamp t/uni/fold.t
2010-12-15 OtrsUseradd some tests for the regex flags u, d, and l
2010-12-15 Jan Duboisskip_all() is a separate function in test.pl
2010-12-14 Nicholas ClarkConvert ext/Fcntl/t/syslfs.t to Test::More and t/op...
2010-12-14 Nicholas ClarkAdd $Tests_Are_Passing to test.pl, analogous to Test...
2010-12-14 Nicholas ClarkIn Fcntl's syslfs.t and t/op/lfs.t, eliminate bye().
2010-12-14 Nicholas ClarkIn Fcntl's syslfs.t and t/op/lfs.t, eliminate zap().
2010-12-14 Nicholas ClarkRefactor syslfs.t and lfs.t to call bye() directly...
2010-12-14 Nicholas ClarkReduce inconsistencies between ext/Fcntl/t/syslfs.t...
2010-12-14 Nicholas ClarkCheck return values in the test programs run by syslfs...
2010-12-13 Zeframpermit labels to be stacked
2010-12-12 Karl Williamsonblead breaks Attribute::Constant
next