summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Show sub name in signature arity-check error messagesAaron Crane2017-02-181-168/+193
* pp_multideref: tweak an assertionDavid Mitchell2017-02-181-1/+7
* pp_formline(): avoid buffer overrunDavid Mitchell2017-02-181-1/+14
* S_regmatch: eliminate WHILEM_A_min paren savingDavid Mitchell2017-02-141-0/+11
* clear savestack on (?{...}) failure and backtrackDavid Mitchell2017-02-141-1/+21
* fix pad/scope issue in re_evalsDavid Mitchell2017-02-141-1/+19
* Don't try to compile a pattern known to be in errorKarl Williamson2017-02-131-5/+2
* Add test for [perl #130675]Karl Williamson2017-02-131-0/+6
* t/lib/croak/toke_l1: Cut down testKarl Williamson2017-02-131-0/+0
* toke.c: Fix bugs where UTF-8 is turned on in mid chunkKarl Williamson2017-02-133-3/+17
* Revert "Deprecating the use of C<< \cI<X> >> to specify a printable character."Sawyer X2017-02-123-14/+14
* Revert "Avoid triggering a deprecation warnings."Sawyer X2017-02-121-7/+1
* Net::Ping: Todo a test on EBCDICKarl Williamson2017-02-101-1/+1
* Add TODO test for [perl #125493]Karl Williamson2017-02-071-0/+6
* (perl #130705) don't convert match with argument to qrTony Cook2017-02-081-1/+20
* Add test for [perl #129157]Karl Williamson2017-02-071-0/+0
* (perl #130722) don't call SvPVX() on a globTony Cook2017-02-081-1/+4
* Add .t for malformed-UTF-8 toke.c testingKarl Williamson2017-02-072-0/+13
* multideref: handle both OPpLVAL_INTRO,OPpDEREFDavid Mitchell2017-02-071-1/+13
* [perl #129061] CURLYX nodes can be studied more than onceHugo van der Sanden2017-02-061-1/+0
* (perl #129281) test for buffer overflow issueTony Cook2017-02-061-1/+6
* vi hints for pat.tHugo van der Sanden2017-02-061-0/+4
* buffer overrun with format and 'use bytes'David Mitchell2017-02-041-1/+17
* t/lib/warnings/toke: Fix comment typosKarl Williamson2017-02-011-3/+3
* avoid double-freeing regex code blocksDavid Mitchell2017-02-011-1/+10
* (perl #130684) allocate enough space for the extra 'x'Tony Cook2017-02-011-1/+7
* PATCH: [perl #130655] Unrecognized UTF-8 charKarl Williamson2017-01-311-3/+5
* PATCH: [perl #130656] tr// failue with UTF-8 across linesKarl Williamson2017-01-311-1/+11
* signature sub (\x80 triggered an assertionDavid Mitchell2017-01-301-0/+6