summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* New perldeltaChris 'BinGOs' Williams2016-08-201-1/+0
* Finalise perldeltaChris 'BinGOs' Williams2016-08-201-0/+1
* podcheck.t: Send helpful error output to stderrFather Chrysostomos2016-08-191-8/+12
* Upgrade CPAN-Meta from 2.150005 -> 2.150010 (Parse-CPAN-Meta now combined int...Karen Etheridge2016-08-191-2/+0
* Encode: revert commit that introduces security holesKarl Williamson2016-08-191-0/+1
* [perl #128951] Fix ASan error with @{\327Father Chrysostomos2016-08-181-2/+9
* magic-27839.t miniperl fix-upFather Chrysostomos2016-08-181-1/+3
* incfilter.t miniperl fix-upFather Chrysostomos2016-08-181-1/+3
* hash-rt85026.t miniperl fix-upFather Chrysostomos2016-08-181-3/+1
* groups.t miniperl fix-upFather Chrysostomos2016-08-181-1/+1
* getpid.t miniperl fix-upFather Chrysostomos2016-08-181-1/+3
* dump.t miniperl fix-upFather Chrysostomos2016-08-181-2/+1
* pat_advanced.t miniperl fix-upFather Chrysostomos2016-08-181-1/+1
* eintr.t miniperl fix-upFather Chrysostomos2016-08-181-2/+1
* signatures: eliminate XSIGVAR, add KEY_sigvarDavid Mitchell2016-08-181-3/+1
* Revert threads-dirh.t part of 624c42e21Father Chrysostomos2016-08-171-8/+8
* Test data mistake was masked by mistaken fractional matchingJarkko Hietaniemi2016-08-171-1/+1
* Do not deploy the fractional matching without fractionsJarkko Hietaniemi2016-08-171-1/+1
* Test subnormals with quadmathJarkko Hietaniemi2016-08-171-0/+20
* Handle subnormals of x86 80-bitJarkko Hietaniemi2016-08-171-5/+17
* Use library testing for subnormalityJarkko Hietaniemi2016-08-171-2/+13
* Use set_up_inc for several unit testsNicolas R2016-08-18240-386/+418
* Upgrade HTTP::Tiny from version 0.058_001 to 0.064Steve Hay2016-08-171-1/+0
* Test that the lexer does not upgrade constantsFather Chrysostomos2016-08-171-1/+14
* Move a recently-added testFather Chrysostomos2016-08-172-6/+5
* The 48c0e89d broke minitest by unconditional use Hash::Util.Jarkko Hietaniemi2016-08-164-42/+68
* [perl #126482] Fix assert fail ‘a_const a_const’Father Chrysostomos2016-08-161-1/+5
* buffer overflow in "string terminator" err msgDavid Mitchell2016-08-161-1/+10
* "" . open(my $fh,...) gave wrong warningDavid Mitchell2016-08-151-0/+6
* Follow-up on a149d118.Jarkko Hietaniemi2016-08-141-2/+5
* Move hash introspection routines into Hash::Util/Util.xs and out of universal.cYves Orton2016-08-144-1/+4
* move Internals::hv_clear_placeholders() to Hash::Util::_clear_placeholders()Yves Orton2016-08-142-3/+1
* [perl #128919] limited exponent range in hex fp literal with long doubleJarkko Hietaniemi2016-08-131-1/+11
* Avoid test noise on non-longdouble.Jarkko Hietaniemi2016-08-121-1/+1
* [rt.perl.org #128909] printf %a mishandles exponent-crossing rounding with lo...Jarkko Hietaniemi2016-08-121-2/+7
* Bogus skip count.Jarkko Hietaniemi2016-08-121-1/+1
* Test new hexfp fixes also on (x86 80-bit) long doubles.Jarkko Hietaniemi2016-08-121-74/+95
* Fix on top of 75326c48.Jarkko Hietaniemi2016-08-111-1/+1
* The new tests are valid only for IEEE 754 64-bit doubles.Jarkko Hietaniemi2016-08-111-45/+45
* [rt.perl.org #128893]: printf %a botches 0 flag for negative valuesJarkko Hietaniemi2016-08-111-1/+10
* [rt.perl.org #128890]: printf %a rounds incorrectlyJarkko Hietaniemi2016-08-111-2/+29
* [rt.perl.org #128889]: printf %a mishandles negative pseudo-precisionJarkko Hietaniemi2016-08-111-1/+4