summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Resolve c++ build fail in coreChris 'BinGOs' Williams2014-02-021-0/+1
| |/ |/|
* | Update ExtUtils-MakeMaker to CPAN version 6.88Chris 'BinGOs' Williams2014-01-311-2/+0
* | ignore vim backup filesYves Orton2014-01-311-1/+1
* | regcomp.c: Revert mistakenly changed lineKarl Williamson2014-01-301-1/+6
* | t/io/fs.t: sh in Blackberry might behave like android'sBrian Fraser2014-01-301-2/+3
* | [perl #121104] avoid using a less sane find(1)Tony Cook2014-01-301-1/+2
* | regcomp.c: Process all POSIXes in [...] under /lKarl Williamson2014-01-291-1/+13
* | t/loc_tools.pl: find_locales() Don't destroy callers ENVKarl Williamson2014-01-291-2/+2
|/
* Fix crash with (??{undef *^R}) and (?{})Father Chrysostomos2014-01-281-1/+10
* version has files customized by 858cc5e3f0 and e2ca569edbSteve Hay2014-01-281-0/+3
* ExtUtils::MakeMaker has files customized by d59900f697 and 8aaffb9f45Steve Hay2014-01-281-0/+2
* Config::Perl::V has files customized by 0b39d4dc4aSteve Hay2014-01-281-0/+2
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-275-62/+213