summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* On scope end, delete localized array elements that should not exist anymore, ...Vincent Pit2008-12-281-2/+109
* Revise malformed utf8 test caseKarl2008-12-281-1/+4
* Move all mro:: XS functions from mro.c to ext/mro/mro.xs, except forNicholas Clark2008-12-271-0/+2
* Proper pluggable Method Resolution Orders. 'c3' is now implemented outside theNicholas Clark2008-12-273-0/+6
* fix bug #57042 - preserve $^R across TRIE matchesYves Orton2008-12-271-3/+19
* Better fix for bug #6665Rafael Garcia-Suarez2008-12-261-3/+3
* Revert "[perl #6665] Different behavior using the -Idir option on the command...Rafael Garcia-Suarez2008-12-261-2/+2
* [perl #6665] Different behavior using the -Idir option on the command line an...Renee Baecker2008-12-261-2/+2
* f6a80292c3db127d1561c118f409c1cffd1b55d9 needs to be reflected in our switchNicholas Clark2008-12-201-1/+1
* git-flavoured autodie 1.997 patchPaul Fenwick2008-12-2037-0/+1377
* Subject: PATCH 5.10 documentationSteve Peters2008-12-191-1/+3
* [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