summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* uniprops.t: split into 10 seperate test files t/re/uniprops01.t etcYves Orton2016-10-1910-0/+361
* Update Net-Ping to CPAN version 2.51Chris 'BinGOs' Williams2016-10-181-1/+1
* (perl #128996) prevent PL_op pointing to freed opsTony Cook2016-10-171-1/+8
* PATCH: [perl #129891] t/op/utf8decode.t failingKarl Williamson2016-10-161-9/+35
* If a unit test doesn't finish in 5 minutes, it's not a unit test.Jarkko Hietaniemi2016-10-143-2/+8
* utf8n_to_uvchr(): Note multiple malformationsKarl Williamson2016-10-131-8/+8
* Add details to UTF-8 malformation error messagesKarl Williamson2016-10-134-23/+23
* Upgrade Scalar-List-Utils from version 1.45 to 1.46Steve Hay2016-10-131-5/+0
* [rt #129336] #!perl -i u erroneously interpreted as -uDan Collins2016-10-111-1/+8
* [perl #129350] anchored/floating substrings must be utf8 if target isHugo van der Sanden2016-10-041-0/+1
* fix common assign issue on @a = (split(), 1)David Mitchell2016-10-042-1/+11
* Better optimise my/local @a = split()David Mitchell2016-10-043-3/+104
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-042-1/+36
* undef $0 shouldn't warn about $0David Mitchell2016-09-281-0/+8
* S_sv_2iuv_common(): optimise single digit stringsDavid Mitchell2016-09-271-0/+11
* add a test for gv_try_downgrade()David Mitchell2016-09-261-1/+18
* podcheck.t: perlepigraphs: don't note too long verbatimsKarl Williamson2016-09-251-1/+1
* known pod issuesStevan Little2016-09-201-1/+1
* Make regexp_nonull.t test patterns without nullFather Chrysostomos2016-09-191-1/+17
* bop.t: Delete $SIG{__WARN__}Father Chrysostomos2016-09-181-0/+2
* [perl #129287] Make UTF8 & append nullFather Chrysostomos2016-09-181-1/+13
* regexp.t: Update comments about column 1Father Chrysostomos2016-09-181-2/+3
* lib/warnings/utf8: Reinstate warning testKarl Williamson2016-09-171-0/+1
* Add regexp_nonull.tFather Chrysostomos2016-09-172-1/+20
* [perl #129164] Crash with spliceFather Chrysostomos2016-09-111-0/+17
* [perl #129090] Crash with sub c{sub c}Father Chrysostomos2016-09-101-0/+14
* Force a newline in new attrs.t test.Craig A. Berry2016-09-091-4/+4
* Perl_delimcpy(): handle backslash as last charDavid Mitchell2016-09-071-1/+11
* fix errror handling for ':attr(foo' with no ')'David Mitchell2016-09-071-3/+15
* Upgrade Sys::Syslog from version 0.34 to 0.35Steve Hay2016-09-071-1/+0
* (perl #128988) preserve PL_oldoldbufptr is preserved in scan_heredoc()Tony Cook2016-09-071-1/+10
* Test for perl #47047Rick Delaney2016-09-051-0/+2
* No need to skip t/op/dump.t on darwinFather Chrysostomos2016-09-051-1/+1
* avoid using freed ops on BEGIN :attr {}David Mitchell2016-09-051-0/+21
* parser.t: Suppress warningFather Chrysostomos2016-09-041-1/+4
* Regression test for RT #129196Dan Collins2016-09-041-1/+5
* [perl #129073] Assert failure: ${p{};sub p}()Father Chrysostomos2016-09-041-0/+3
* Fix checks for tainted dir in $ENV{PATH}Father Chrysostomos2016-09-031-1/+17
* taint.t: Set up @INC before using itFather Chrysostomos2016-09-031-1/+1
* Delete localized %ENV entries in t/run/locale.t.Craig A. Berry2016-09-021-1/+1
* More stderr suppression in t/run/locale.t.Craig A. Berry2016-09-021-6/+6
* Move isUTF8_CHAR helper function, and reimplement itKarl Williamson2016-08-311-1/+0
* PATCH: [perl #129122] regex sets syntax errorKarl Williamson2016-08-312-3/+18
* PATCH: [perl #129038] Crash with s///lKarl Williamson2016-08-291-1/+18
* [RT #129069] Perl_yylex: Fix two use-after-free bugsDan Collins2016-08-291-1/+15
* [perl #125679] Don’t make lvref ops on errorFather Chrysostomos2016-08-281-0/+3
* locale.c: Use my_strlcat()Karl Williamson2016-08-251-7/+0
* restore Internals::hv_clear_placeholders for nowYves Orton2016-08-251-0/+2
* re_untuit_start() avoid overshoot with utf8David Mitchell2016-08-242-1/+12
* podcheck.t: Show file name in stderr outputFather Chrysostomos2016-08-231-1/+2