summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* (perl #131665) avoid a buffer overflow in a buffer we didn't needTony Cook2017-09-101-5/+16
* add test for [perl #131522] and fix test for (related) [perl #127581]Yves Orton2017-09-071-2/+2
* [perl #131645] Fix assert fail in pp_sselectFather Chrysostomos2017-08-291-1/+10
* set up catchable runloops early enoughZefram2017-08-291-0/+50
* (perl #131646) make the test less fragileTony Cook2017-08-291-1/+1
* PATCH: [perl #131646] Assertion fail UTF-8 error msgKarl Williamson2017-08-291-0/+13
* [perl #131627] extend stack in scalar-context pp_list when no argsAaron Crane2017-08-231-1/+9
* (perl #131597) ensure the GV slot is filled for our [%$@]foo: attrTony Cook2017-08-231-0/+18
* [perl #131627] Fix multideref for $x{qw/a/->$*}Dagfinn Ilmari Mannsåker2017-08-231-1/+11
* Fix previous cherry-pick, which Git was unable to work out correctly itselfSteve Hay2017-08-231-1/+1
* don't call Perl_fbm_instr() with negative lengthDavid Mitchell2017-08-231-0/+11
* S_require_tie_mod(): use a new stackDavid Mitchell2017-08-231-1/+19
* [perl #131085] Crash with sub-in-stashFather Chrysostomos2017-08-231-0/+4
* podcheck: Module::Signatures is known correct.Karl Williamson2017-05-221-0/+1
* Revert "Tweak our hash bucket splitting rules"Yves Orton2017-04-233-18/+7
* Revert "Add new hashing and "hash with state" infrastructure"Yves Orton2017-04-231-1/+1
* Add new hashing and "hash with state" infrastructureYves Orton2017-04-231-1/+1
* Tweak our hash bucket splitting rulesYves Orton2017-04-233-7/+18
* emit require module name err hint only when validDavid Mitchell2017-04-181-4/+98
* require die msg: only mention @INC if usedDavid Mitchell2017-04-181-1/+10
* Workaround for GNU Autoconf unescaped left braceKarl Williamson2017-04-171-0/+1
* fix cases where 'do file' should be 'do ./file'.James E Keenan2017-04-072-3/+3
* fixup tests under t/ that assumed '.' in @INCDavid Mitchell2017-04-076-16/+7
* stop passing '.' in @INC to testsDavid Mitchell2017-04-072-4/+19
* pods: Add L<> for links missing them; a couple nitsKarl Williamson2017-04-051-0/+4
* vec(): defer lvalue out-of-range croakingDavid Mitchell2017-03-311-1/+19
* tweak 'do "%s" failed' messageDavid Mitchell2017-03-311-1/+1
* Test PERL_USE_UNSAFE_INCDagfinn Ilmari Mannsåker2017-03-251-2/+11
* Delete PERL_USE_UNSAFE_INC from test environmentDagfinn Ilmari Mannsåker2017-03-253-0/+6
* bump base.pm $VERSION and un-CUSTOMISEDavid Mitchell2017-03-241-1/+0
* Skip %Config test under minitest.Jarkko Hietaniemi2017-03-221-0/+3
* skip an op/range.t test under -Dusemallocwrap=noDavid Mitchell2017-03-221-2/+4
* Regenerate t/porting/customized.dat.James E Keenan2017-03-181-27/+0
* Fix copyright test:Sawyer X2017-03-181-1/+3
* fix integer overflows in Perl_do_vecget()/setDavid Mitchell2017-03-171-1/+37
* Perl_do_vecget(): change offset arg to STRLEN typeDavid Mitchell2017-03-171-1/+53
* t/porting/libperl.t: add better dianosticsDavid Mitchell2017-03-171-2/+13
* add range.t test for RT #130841David Mitchell2017-03-151-2/+31
* warn if do "somefile" fails when . not default in @INC and somefile existsTony Cook2017-03-141-0/+13
* Make DEFAULT_INC_EXCLUDES_DOT the default on WindowsSteve Hay2017-03-121-1/+6
* RT#130624: heap-use-after-free in 4-arg substrAaron Crane2017-02-271-1/+13
* fix VMS test failHugo van der Sanden2017-02-261-6/+6
* update comment in test_bootstrap.plHugo van der Sanden2017-02-211-1/+1
* Add t/comp/parser_run.t to MANIFEST.James E Keenan2017-02-211-5/+7
* [perl #130814] Add testcase, and new testfile t/comp/parser_run.tHugo van der Sanden2017-02-211-0/+28
* (perl #130822) fix an AV leak in Perl_reg_named_buff_fetchTony Cook2017-02-211-1/+11
* re/fold_grind.t: Allow watchdog timeout to varyKarl Williamson2017-02-201-1/+4
* (perl #129340) copy the source when inside the dest in sv_insert_flags()Tony Cook2017-02-201-1/+4
* bump test count in t/comp/parser.tDavid Mitchell2017-02-191-1/+1
* [perl #130815] fix ck_return null-pointer deref on malformed codeAaron Crane2017-02-191-0/+6