This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove declaration of XS_Internals_inc_sub_generation
[perl5.git] / t /
2009-03-08 Nicholas ClarkUpdate t/harness to reflect behaviour changes in TAP...
2009-03-05 Paul FenwickMerge of autodie 1.999 into blead.
2009-03-02 Steffen MuellerIntegrate Parse::CPAN::Meta 0.04 into core
2009-02-28 Craig A. BerryMake deprecate.pm work on VMS.
2009-02-27 Robin Barkerrewrote deprecate test using File::Spec
2009-02-26 Rafael Garcia-SuarezRemove spurious TODO indicators
2009-02-25 Robin Barkertest script for deprecate.pm
2009-02-20 Rafael Garcia-SuarezMore smartmatch tests
2009-02-20 Rafael Garcia-SuarezReorder and complete tests for smart matching with...
2009-02-20 Rafael Garcia-SuarezFix {%hash} ~~ %hash test
2009-02-20 Rafael Garcia-SuarezBetter diagnostics for the ~~ test
2009-02-17 Nicholas ClarkTests for S_incpush_use_sep() splitting on : (or platfo...
2009-02-17 Nicholas ClarkIn runenv.t, break apart running perl and testing the...
2009-02-17 Nicholas ClarkGet $ENV{PERL5LIB} into a known consistent state under...
2009-02-16 BramUse tempfile() in tests
2009-02-16 BramExtra regex tests
2009-02-13 Rafael Garcia-SuarezMore tests for coderefs and smart match
2009-02-13 Rafael Garcia-SuarezRemove code that has never been used in any test
2009-02-13 Rafael Garcia-Suarez$object ~~ undef should always test for definedness
2009-02-13 Rafael Garcia-SuarezAdd tests for undef smart-matching
2009-02-13 Rafael Garcia-SuarezRemove obsolete comment; document test format
2009-02-13 Rafael Garcia-SuarezMore tests for array-ref smart match
2009-02-13 Rafael Garcia-SuarezRemove one of the two definitions of the a_const contan...
2009-02-12 Jerry D. HeddenUnigue test file names in t/lib/warnings/9enabled
2009-02-12 Steve Haywin32/ext doesn't exist any more, so no need to look...
2009-02-12 Steve HaySkip tests for flattened extensions that weren't built.
2009-02-09 Nicholas ClarkRename ext/XS/APItest to ext/XS-APItest
2009-02-09 Nicholas ClarkMove the 4 tests of core PerlIO functionality to t...
2009-02-08 Craig A. BerrySkip tests for flattened extensions that weren't built.
2009-02-07 Rafael Garcia-SuarezAdd test for previous patch (deprecation of UNIVERSAL...
2009-02-04 Steve HayUpgrade to Pod-Parser-1.37.
2009-02-04 Niko Tynisetpgrp() should extend the stack before modifying it
2009-02-02 Jerry D. HeddenMake t/pod/pod2usage2.t work on case insensitive file...
2009-01-30 Nicholas ClarkFix paths on new pod2usage2 tests to work in the core.
2009-01-30 Steve HayUpgrade to Pod-Parser-1.36.
2009-01-27 KarlChange to use 5.1 Unicode file versions
2009-01-26 Max MaischeinMake t/win32/system.t use the more common compiler...
2009-01-16 KarlAdd warning about octal > 377 in some regexes
2009-01-15 karl williamson[perl #59908] \x, \0, and \N{} not ok in double-quotish...
2009-01-14 Nicholas ClarkActually commit the state infomation at the end of...
2009-01-08 John Malmbergt/op/chdir.t, t/op/defins.t on VMS
2009-01-08 John Malmbergt/x2p/s2p.t fix for VMS in UNIX mode
2009-01-06 Rafael Garcia-SuarezRequire a space or a newline after a "#line XXX" directive
2009-01-06 Rafael Garcia-SuarezMerge t/.gitignore in main git ignore file
2009-01-05 John MalmbergVMS posix exit fixes
2009-01-04 Slaven RezicAnother regexp failure with utf8-flagged string and...
2009-01-03 Rafael Garcia-SuarezMerge branch 'schwern/y2038' into blead
2009-01-03 Michael G. SchwernUpdate from y2038.
2009-01-03 Michael G. SchwernWe are no longer bound by the limits of the tm struct.
2009-01-03 Michael G. SchwernEverything should now work with negative times, so...
2009-01-03 Michael G SchwernPatch in a 64 bit clean gmtime_r() and localtime_r...
2009-01-03 Ben MorrowFix a thinko in regression test for [perl #54956]
2009-01-03 Paul FenwickSubject: [PATCH] Update autodie to 1.998
2009-01-02 Yuval Kogmana test for Paul Evan's qr leak
2009-01-02 Yuval KogmanMore comprehensive smartmatch.t, supersedes smobj.t
2009-01-02 Yuval Kogmanadd eval and error support to the t/op/smartmatch.t...
2009-01-02 Yuval Kogmanadd undef tests to t/op/smartmatch.t
2009-01-02 Ben Morrow[perl #54956] crash on binary-or lvalue operation on...
2008-12-31 Yves Ortonmuch better git related version numbering in our (...
2008-12-28 Vincent PitOn scope end, delete localized array elements that...
2008-12-28 KarlRevise malformed utf8 test case
2008-12-27 Nicholas ClarkMove all mro:: XS functions from mro.c to ext/mro/mro...
2008-12-27 Nicholas ClarkProper pluggable Method Resolution Orders. 'c3' is...
2008-12-27 Yves Ortonfix bug #57042 - preserve $^R across TRIE matches
2008-12-26 Rafael Garcia-SuarezBetter fix for bug #6665
2008-12-26 Rafael Garcia-SuarezRevert "[perl #6665] Different behavior using the ...
2008-12-25 Renee Baecker[perl #6665] Different behavior using the -Idir option...
2008-12-20 Nicholas Clarkf6a80292c3db127d1561c118f409c1cffd1b55d9 needs to be...
2008-12-20 Paul Fenwickgit-flavoured autodie 1.997 patch
2008-12-19 Steve PetersSubject: PATCH 5.10 documentation
2008-12-19 Sam Vilain[admin] set up .gitignore files
2008-12-11 Chip Salzenberg[perl #60978] [PATCH] Tied filehandles can't distinguis...
2008-12-03 Nicholas ClarkFix for tainting regression in a test of Text::Template...
2008-12-02 Nicholas ClarkChange PL_debug behaviour so that string eval lines...
2008-12-02 Nicholas ClarkImplement PERLDBf_SAVESRC_INVALID, which saves source...
2008-12-02 Nicholas ClarkCodify the current behaviour of evals which define...
2008-12-02 Nicholas ClarkFollowup to change 34979. Tests are good, m'kay. Partic...
2008-11-26 Vincent PitAddendum to bug #38809: fix assertion failure, more...
2008-11-25 Vincent Pit[perl #38809] return do { } : take 3 (or 4...)
2008-11-25 reneeb[perl #7911] no warning for useless /d in tr/0-9//d
2008-11-18 Nicholas ClarkRemove the trailing NUL byte, and (hopefully) convert...
2008-11-18 AbigailImprove and restructure t/op/pat.t and split out some...
2008-11-18 Nicholas ClarkRafael noticed a bug in 34873 - I was comparing against...
2008-11-17 Nicholas ClarkS_save_lines() was using strchr() when it should have...
2008-11-17 Nicholas ClarkFix the bug introduced with MRO, whereby the internals...
2008-11-17 Chip SalzenbergRe: [perl #59998] [PATCH] crypt() returns tainted data...
2008-11-16 Torsten SchoenfeldMRO tests for isa() and package aliases
2008-11-14 Chip Salzenberg[perl #948] [PATCH] Allow tied $,
2008-11-10 John E. Malmberg[patch@34779] Get posix exit mode working/tested on VMS
2008-11-09 Yves OrtonAdd support for testing when under
2008-11-09 Marcus Holland-MoritzFix warning code in Perl_sv_vcatpvfn() to make the...
2008-11-09 Marcus Holland-MoritzUpdate format warning tests to expect "%lld" instead...
2008-11-09 Hugo van der Sanden"Perl_newSVpvf("%lld")" is broken
2008-11-07 Yves Ortoncreate new unicode props as defined in POSIX spec ...
2008-11-06 Yves OrtonVarious changes to regex diagnostics and testing
2008-11-06 karl williamsonReolve perlbug #59328: In re's, \N{U+...} doesn't match...
2008-11-06 Yves OrtonResolve perl #60344: Regex lookbehind failure after...
2008-11-02 Michael Cartmell[perl #56526] m/a{1,0}/ compiles but doesn't match...
2008-10-30 Rafael Garcia-SuarezAdd a test for bug #60214
2008-10-29 Ingo WeinholdHaiku Port
next