summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Revert "Free up bit for regex ANYOF nodes"Karl Williamson2014-02-151-1/+1
* Free up bit for regex ANYOF nodesKarl Williamson2014-02-151-1/+1
* t/test.pl: Don't read uninitialized variableKarl Williamson2014-02-151-1/+1
* t/run/locale.t: Fix SKIP end positionKarl Williamson2014-02-151-3/+1
* Improve fallback during locale initializationKarl Williamson2014-02-151-2/+41
* t/test.pl: Add option to runperl to suppress STDERRKarl Williamson2014-02-151-2/+8
* [perl #121242] Fix crash in gp_free when gv is freedFather Chrysostomos2014-02-151-1/+58
* re_intuit_start(): fix SEGV in /^../m codeDavid Mitchell2014-02-141-0/+4
* perldelta.pod: Fix broken linksKarl Williamson2014-02-131-1/+1
* Make sure that tempfile() in t/test.pl removes the temp filesBrad Gilbert2014-02-131-0/+15
* Add register_tempfile() to t/test.plBrad Gilbert2014-02-132-1/+26
* Test that tempfile() in t/test.pl skips files that already existBrad Gilbert2014-02-131-1/+12
* Improve error diagnostics in t/test_pl/tempfile.tBrad Gilbert2014-02-131-2/+6
* Update Module-Build to CPAN version 0.4205Chris 'BinGOs' Williams2014-02-091-1/+1
* Use ‘an’ for $/=[] error messageFather Chrysostomos2014-02-091-1/+3
* [perl #120374] Stop for($h{k}||'') from vivifyingFather Chrysostomos2014-02-091-2/+15
* re_intuit_start(): don't decrease other_lastDavid Mitchell2014-02-081-1/+5
* re_intuit_start(): don't decrease rx_originDavid Mitchell2014-02-081-1/+7
* re_intuit_start(): fix another utf8 slowdownDavid Mitchell2014-02-071-1/+4
* test for single-line ^ within /mDavid Mitchell2014-02-071-0/+3
* RT#120692 slow intuit with long utf8 stringsDavid Mitchell2014-02-072-1/+16
* regcomp utf8 len cache panicDavid Mitchell2014-02-071-0/+4
* merge basic zefram/purple_signatures into bleadZefram2014-02-063-4/+1327
|\
| * more tests for signaturesZefram2014-02-021-1/+71
| * more torture tests for signaturesZefram2014-02-011-1/+145
| * Merge blead into zefram/purple_signaturesZefram2014-02-017-10/+27
| |\
| * | subroutine signaturesZefram2014-02-013-4/+1113
* | | t/run/locale.t: Rmv test that isn't generally validKarl Williamson2014-02-061-13/+1
* | | Make a literal "{" fatal after \b and \B in regexesKarl Williamson2014-02-051-2/+2
* | | Add testsKarl Williamson2014-02-052-1/+9
* | | Fix more tests to work on systems that don't define LC_ALL and friendsBrian Fraser2014-02-053-3/+4
* | | Forbid "\c{" and \c{non-ascii}Karl Williamson2014-02-051-7/+9
* | | handy.h Special case toCTRL('?') for EBCDICKarl Williamson2014-02-051-1/+9
* | | t/uni/fold.t: use &LC_ALL with & to avoid strict errorsBrian Fraser2014-02-051-1/+1
* | | perldelta for IO::Socket::IP version 0.27Tom Hukins2014-02-051-1/+3
* | | Don't test locales that are invalid for needed categoriesKarl Williamson2014-02-046-39/+52
* | | Revert "'use utf8' should imply /u regex matching"Karl Williamson2014-02-041-5/+1
* | | Add note of blead customizations for previous commitSteve Hay2014-02-041-0/+2
* | | Add tests and fix new fatal errors related to $/Yves Orton2014-02-041-1/+49
* | | Add porting test for Module-CoreListChris 'BinGOs' Williams2014-02-041-0/+21
* | | Upgrade libnet from version 1.24 to 1.25Steve Hay2014-02-041-1/+1
* | | Regenerate podcheck db due to recent 79col fixesKarl Williamson2014-02-031-2/+0
* | | [perl #121028] avoid creating a shell processTony Cook2014-02-041-2/+3
* | | Update Compress-Raw-Zlib to CPAN version 2.065Chris 'BinGOs' Williams2014-02-031-1/+0
* | | deal with assignment to $/ better, deprecate edge cases, and forbid othersYves Orton2014-02-033-5/+20
* | | Bump version version and remove/update customisationsChris 'BinGOs' Williams2014-02-031-4/+1
* | | PATCH [perl #121144]: \S, \W, etc fail for above ASCIIKarl Williamson2014-02-021-0/+5
* | | [perl #77672] avoid a file handle redirection raceTony Cook2014-02-031-0/+27
* | | Test state vars following padranges [Perl #121134]Matthew Horsfall2014-02-031-1/+31
* | | 'use utf8' should imply /u regex matchingKarl Williamson2014-02-021-1/+5