summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [admin] set up .gitignore filesSam Vilain2008-12-193-0/+4
* [perl #60978] [PATCH] Tied filehandles can't distinguish eof formsChip Salzenberg2008-12-111-3/+33
* Fix for tainting regression in a test of Text::Template spotted byNicholas Clark2008-12-031-1/+37
* Change PL_debug behaviour so that string eval lines are saved wheneverNicholas Clark2008-12-021-6/+3
* Implement PERLDBf_SAVESRC_INVALID, which saves source lines for stringNicholas Clark2008-12-021-4/+1
* Codify the current behaviour of evals which define subroutines beforeNicholas Clark2008-12-021-1/+22
* Followup to change 34979. Tests are good, m'kay. Particularly when theyNicholas Clark2008-12-021-16/+46
* Addendum to bug #38809: fix assertion failure, more testsVincent Pit2008-11-261-5/+24
* [perl #38809] return do { } : take 3 (or 4...)Vincent Pit2008-11-251-1/+18
* [perl #7911] no warning for useless /d in tr/0-9//dreneeb2008-11-251-3/+9
* Remove the trailing NUL byte, and (hopefully) convert perforce toNicholas Clark2008-11-181-0/+0
* Improve and restructure t/op/pat.t and split out some unicode related tests i...Abigail2008-11-183-4169/+3832
* Rafael noticed a bug in 34873 - I was comparing against the wrongNicholas Clark2008-11-181-2/+11
* S_save_lines() was using strchr() when it should have been usingNicholas Clark2008-11-171-5/+10
* Fix the bug introduced with MRO, whereby the internals were not savingNicholas Clark2008-11-171-0/+43
* Re: [perl #59998] [PATCH] crypt() returns tainted data even when input string...Chip Salzenberg2008-11-171-1/+16
* MRO tests for isa() and package aliasesTorsten Schoenfeld2008-11-161-0/+33
* [perl #948] [PATCH] Allow tied $,Chip Salzenberg2008-11-141-5/+3
* [patch@34779] Get posix exit mode working/tested on VMSJohn E. Malmberg2008-11-101-4/+28
* Add support for testing when underYves Orton2008-11-092-11/+47
* Fix warning code in Perl_sv_vcatpvfn() to make the TODOMarcus Holland-Moritz2008-11-092-4/+31
* Update format warning tests to expect "%lld" instead of "%d"Marcus Holland-Moritz2008-11-091-9/+12
* "Perl_newSVpvf("%lld")" is brokenHugo van der Sanden2008-11-091-1/+27
* create new unicode props as defined in POSIX spec (optionally use them in the...Yves Orton2008-11-072-0/+130
* Various changes to regex diagnostics and testingYves Orton2008-11-062-10/+15
* Reolve perlbug #59328: In re's, \N{U+...} doesn't match for ... > 256karl williamson2008-11-061-0/+1
* Resolve perl #60344: Regex lookbehind failure after an (if)then|else in perl ...Yves Orton2008-11-061-0/+2
* [perl #56526] m/a{1,0}/ compiles but doesn't match a literal string Michael Cartmell2008-11-021-0/+1
* Add a test for bug #60214Rafael Garcia-Suarez2008-10-301-1/+10
* Haiku PortIngo Weinhold2008-10-291-1/+1
* Integrate:Vincent Pit2008-10-251-1/+15
* Test::Simple 0.81_02 has:Nicholas Clark2008-10-213-0/+4
* Upgrade to ExtUtils-MakeMaker-6.48Nicholas Clark2008-10-201-0/+35
* Change "use $foo; 1" in evals to "require $foo; 1" to avoid breakingNicholas Clark2008-10-201-6/+6
* Upgrade to ExtUtils-MakeMaker-6.47_02Nicholas Clark2008-10-171-22/+20
* One final tweak for the Test-Simple-0.82 upgrade. Ugh.Steve Peters2008-10-151-6/+0
* *sigh* More files messed with for Test-Simple-0.82.Steve Peters2008-10-153-3/+11
* Some additional files changes for Test-Simple-0.82Steve Peters2008-10-1515-3/+18
* Upgrade to ExtUtils-MakeMaker-6.47_01Nicholas Clark2008-10-152-2/+92
* Change of email address.Abigail2008-10-071-1/+1
* Loading modules in test.plJerry D. Hedden2008-09-271-7/+4
* Change 30638 to 5.8.x inadvertently introduced (at lest) twoNicholas Clark2008-09-221-0/+6
* Need to free the isa lookup hash before rebuilding it.Nicholas Clark2008-09-121-1/+12
* Watchdog re-queueJerry D. Hedden2008-09-101-5/+3
* Re: 'if not / unless' optimization change makes my pow test go POW!Vincent Pit2008-09-081-3/+14
* Re-instate all the warnings checks that don't work on Win32, but withNicholas Clark2008-09-081-4/+56
* Make sure the watchdog requeues itself when sleep() wakes up earlyCraig A. Berry2008-09-081-4/+12
* Make sure temp file has an extension on VMS to work with the newCraig A. Berry2008-09-081-1/+2
* $ENV{TEST_JOBS} vs $ENV{HARNESS_OPTIONS}Bram2008-09-071-2/+21
* Re: unless(...) terser than if(!...)Vincent Pit2008-09-072-2/+24