summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [perl #111656] tie_fetch_count.t: Suppress ‘glob failed’Father Chrysostomos2012-03-261-1/+3
* Fix error in regexp, causing it to match too much.Abigail2012-03-261-1/+1
* Fix test failureFather Chrysostomos2012-03-251-2/+2
* Label UTF8 cleanupBrian Fraser2012-03-251-0/+82
* toke.c: "Illegal character in prototype" for Latin-1 protosBrian Fraser2012-03-251-3/+17
* toke.c: "Precedence problem: open %s should be open(%s)" cleanup.Brian Fraser2012-03-251-0/+48
* toke.c: "CORE::%s is not a keyword" cleanup.Brian Fraser2012-03-251-0/+8
* toke.c: "Ambiguous use of -%s resolved as -&%s()" cleanup.Brian Fraser2012-03-251-0/+52
* toke.c: "Bareword "%s" refers to nonexistent package" cleanup.Brian Fraser2012-03-251-0/+24
* toke.c: "Bad name after %s%s" cleanup.Brian Fraser2012-03-251-1/+7
* op.c: Warnings cleanup.Brian Fraser2012-03-232-0/+52
* PATCH: [perl #11560] extraneous msg in viacodeKarl Williamson2012-03-231-0/+8
* toke.c: "Ambiguous use of %c{%s} resolved to %c%s" cleanup.Brian Fraser2012-03-221-0/+22
* toke.c: S_checkcomma, "No comma allowed after %s" cleanupBrian Fraser2012-03-221-1/+7
* toke.c: "Possible unintended interpolation of %s in string" cleanup.Brian Fraser2012-03-221-1/+21
* toke.c: '"(my|state)" variable %s can't be in a package' cleanup.Brian Fraser2012-03-221-1/+10
* toke.c: 'No package name allowed for variable %s in "our"' cleanup.Brian Fraser2012-03-221-2/+8
* toke.c: 'No such class %s' cleanup.Brian Fraser2012-03-221-1/+10
* toke.c: 'Operator or semicolon missing before %c%s' cleanup.Brian Fraser2012-03-221-0/+20
* toke.c: 'Scalar value %s better written as $%s' cleanup.Brian Fraser2012-03-221-0/+26
* uni/parser.t: Fix eval num in testFather Chrysostomos2012-03-221-1/+1
* toke.c: 'You need to quote %s' cleanup.Brian Fraser2012-03-221-0/+20
* toke.c: 'Unrecognized character' croak cleanup.Brian Fraser2012-03-221-1/+9
* toke.c: S_no_op cleanupBrian Fraser2012-03-221-0/+25
* [RT #111842] prevent TRIE overwriting EXACT following NOTHING at startYves Orton2012-03-201-4/+2
* Use the new utf8 to code point functionsKarl Williamson2012-03-191-2/+2
* utf8.c: pod (mostly formatting) + comments changesKarl Williamson2012-03-191-1/+1
* perlguts, warnings.t: Update references to obsolete fcn namesKarl Williamson2012-03-191-2/+2
* pat.t: Fix typo in commentKarl Williamson2012-03-191-1/+1
* Move the example git bisect shell script from perlgit.pod to Porting/Nicholas Clark2012-03-191-1/+1
* Move the todo list from pod/ to Porting/Nicholas Clark2012-03-191-2/+2
* Add a TODO test for RT 111842Abigail2012-03-191-0/+5
* charnames.t: Attempt to fix probable timing issueKarl Williamson2012-03-161-2/+2
* Separate the POD from the corelist data in Module::CoreListChris 'BinGOs' Williams2012-03-151-1/+1
* avoid some long-line errors in podcheck of Term-ReadlineRicardo Signes2012-03-121-2/+1
* [rt #111654] properly propgate tainted errorsTony Cook2012-03-121-1/+0
* [rt #111654] TODO test for tainted die propagationTony Cook2012-03-121-1/+10
* regen pod issuesFather Chrysostomos2012-03-071-2/+1
* fix warning in test.pl diagnostics output.Craig A. Berry2012-03-071-1/+4
* TODO Failing tests for warnings in utf8 subcategoriesAaron Crane2012-03-041-0/+33
* rework how the trie logic handles the newer EXACT nodetypesYves Orton2012-03-031-1/+1
* make test.pl show test number and name in failure diagnostics outputYves Orton2012-03-031-1/+1
* [perl #107366] Allow attributes to set :lvalue on defined subFather Chrysostomos2012-03-011-11/+11
* re/pat.t: Remove obsolete commentKarl Williamson2012-02-281-3/+1
* (?foo:...) loses passed in charsetKarl Williamson2012-02-281-1/+10
* Patch [perl #111400] [:upper:] broken for above Latin1Karl Williamson2012-02-281-0/+22
* The parser should always close the file handle that it opened.Nicholas Clark2012-02-271-0/+42
* Improve the tests for -xNicholas Clark2012-02-273-2/+21
* Improve the tests for the -n and -p switches.Nicholas Clark2012-02-272-4/+17
* Simplify platform specific code in t/run/cloexec.tNicholas Clark2012-02-271-6/+3