This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove unused perldelta sections
[perl5.git] / t /
2019-06-19 Manuel MauszAdd test for perl #134169
2019-06-18 Steve HayThe Windows CE Chainsaw Massacre
2019-06-17 Tony Cook(perl #133989) scalar() the argument to readline, if any
2019-06-12 Tony Cook(perl #134072) allow \&foo = \&bar to work in main::
2019-06-12 Tony Cook(perl #130585) prevent a spurious ) in a subparse confu...
2019-06-11 Tony Cook(perl #134125) accept only complete hex and binary...
2019-06-11 Tony Cook(perl #133850) allow attributes in sub-parses
2019-06-11 Tony Cook(perl #133850) allow @x{...} with space in sub-parse
2019-06-11 Tony Cook(perl #133850) warn on ${time} even in sub-parse
2019-06-11 Tony Cook(perl #133850) fix parsing hints for print $fh "foo...
2019-06-11 Tony Cook(perl #122112) remove some interfering debug output
2019-06-03 Richard LeachAndroid can pass eintr_print.t
2019-06-03 Karl Williamsonpodcheck.t: Don't output warnings when extracting pod
2019-06-03 Tony Cook(perl #133913) limit numeric format results to INT_MAX
2019-06-03 Tony Cook(perl #134048) prevent an erroneous assertion on OP_SCALAR
2019-06-03 Tony Cook(perl #134008) an alternative test
2019-06-03 Hugo van der Sanden[#134008] More carefully ignore negative precision...
2019-05-31 James E KeenanUse of code points over 0xFF in string bitwise operators
2019-05-31 Nicolas RAdd unit test for compiled once RegExp
2019-05-31 Karl WilliamsonSplit ANYOFH regnode into two types
2019-05-31 Karl Williamsonembed.fnc: Change s flag to S
2019-05-30 James E KeenanUse of strings with code points over 0xFF as arguments...
2019-05-30 Karl Williamsonpodcheck.t: Stop using Pod::Parser
2019-05-30 Karl Williamsonpodcheck.t: Sort some output for consistency
2019-05-30 Karl Williamsonpodcheck.t: Typos, white-space, comment
2019-05-29 Tony Cook(perl #122112) a simpler fix for pclose() aborted by...
2019-05-29 Tony Cook(perl #122112) test for signal handler death in pclose
2019-05-28 Dagfinn Ilmari Man... Remove remaining assignments to SvCUR and SvLEN in...
2019-05-26 Karl WilliamsonTime::HiRes: Add L<> to pod links
2019-05-24 Richard LeachPATCH: [perl #134117] Close DATA in loc_tools.pl
2019-05-24 Karl WilliamsonPATCH: [perl #134059] panic outputting a warning
2019-05-17 Karl WilliamsonPATCH: [perl #133860] 5.30 regression
2019-05-03 Karl WilliamsonPATCH: [perl #134067] heap buffer overflow in lexing
2019-05-03 Tony Cook(perl #134061) move the test to t/uni/parser.t
2019-05-02 Aaron CraneRT#134061: don't call pad_findmy_pvn() with invalid...
2019-05-02 Karl WilliamsonPATCH: [perl #134064] Assertion failure in toke.c
2019-04-27 David Mitchellfix t/porting/bench.t
2019-04-26 Tomasz Konojackiremove leftovers from [perl #127663]
2019-04-23 David Mitchell-DPERL_GLOBAL_STRUCT and -fno-common smoke fail
2019-04-19 Steve Hayt/op/sprintf2.t - Mark failing tests as TODO with VC...
2019-04-19 Steve Hayt/op/taint.t - Skip failing test on Windows
2019-04-19 Richard Leacht/io/perlio.t: skips tests if no /tmp
2019-04-19 David MitchellDeparse: mark "$a[0]\[1]" TODO
2019-04-16 Tony Cookhandle an ASAN specific section name parsing nm output... origin/tonyc/libperl-asan
2019-04-15 Karl WilliamsonPATCH: [perl #134034] Assert fail in pattern match
2019-04-15 Karl WilliamsonPATCH: [perl #134029] Fail assert in pattern wildcard
2019-04-14 Tony Cook(perl #133951) add Internals::getcwd
2019-04-14 Karl WilliamsonPATCH: [perl #133997] Assert fail with script runs
2019-04-13 Karl Williamsont/op/lc.t: Fix bareword warning
2019-04-13 Karl Williamsont/loc_tools.pl: No setlocale when no locales
2019-04-13 Karl Williamsont/loc_tools.pl: miniperl can't use locale handling
2019-04-13 Karl Williamsont/op/magic.t: Fix skip count
2019-04-12 David Mitchellwarnings.t: skip some leaky tests
2019-04-12 David MitchellAvoid leak/crash calling CORE::foo()
2019-04-10 Karl WilliamsonPATCH: [perl #133992] Assertion failure in scan_const
2019-04-10 Karl Williamsont/re/pat.t: Silence 'wide char' warning
2019-04-10 Karl WilliamsonPATCH: [perl #133999] Assertion failure in regex match
2019-04-10 Karl WilliamsonPATCH: [perl #133995], Assertion failure in regmatch
2019-04-09 Karl WilliamsonPATCH: [perl #133998] regcomp assertion failure
2019-04-05 Karl WilliamsonPATCH: [perl #133988], Assertion failure
2019-04-05 Karl WilliamsonPATCH: [perl #133896] Assertion failure
2019-04-05 Karl Williamsonporting/diag.t: Allow nested =item's
2019-04-04 Karl Williamsont/charset_tools.pl: Add comments
2019-04-03 Karl WilliamsonPATCH: [perl #133978] BBC breaks Jcode
2019-04-03 David MitchellFix recent double free in S_parse_gv_stash_name()
2019-03-29 Karl WilliamsonRemove zero length valgrind files at end.
2019-03-28 Karl WilliamsonPATCH: [perl #133942] BBC: BKB/Lingua-JA-Moji
2019-03-27 Hugo van der Sanden[perl #133892] coredump in Perl_re_intuit_start
2019-03-26 David Mitchellavoid leak with local $h{foo}, $a[n]
2019-03-25 Karl WilliamsonIt's an error if any component of \p{user-defined}...
2019-03-25 David Mitchellavoid leak assigning regexp to non-COW string
2019-03-23 Karl Williamsonreg_mesg.t: Add missing '#' comment indicator
2019-03-23 Karl WilliamsonPATCH: [perl #132851] Empty /(?)/
2019-03-22 Karl WilliamsonPATCH: [perl #133984] Failure in lookbehind
2019-03-22 Karl WilliamsonPATCH: [perl #133889] Assertion failure
2019-03-21 Karl WilliamsonPATCH: [perl #133880] assertion failure
2019-03-20 Zak B. ElepPorting/Maintainers.pl: vutil.c is CUSTOMIZED once...
2019-03-20 Karl WilliamsonAdd common UTF-8 first byte to ANYOFH regnodes
2019-03-19 Karl WilliamsonPATCH: [perl #133937] Assertion failure
2019-03-19 Karl WilliamsonChange error wording for empty \x{}
2019-03-19 Karl WilliamsonChange error wording for \o{}
2019-03-19 David Mitchellhandle scope error in qr/\(?{/
2019-03-18 Karl WilliamsonImplement variable length lookbehind in regex patterns
2019-03-18 Karl WilliamsonPATCH: [perl #131551] Too deep regex compilation recursion
2019-03-14 Karl Williamsont/re/pat.t: Add test for [perl #133933]
2019-03-14 Karl WilliamsonAdd more checking for regnode offset overflowing
2019-03-14 Karl WilliamsonAny Common digit set can match in any script
2019-03-14 Karl WilliamsonPATCH: [perl #133921] Segfaults in regcomp.c
2019-03-14 Karl Williamsont/re/pat.t: Rmv stray semi-colon
2019-03-14 Karl WilliamsonPATCH: [perl #133871] heap-buffer-overflow in S_reginsert
2019-03-14 Karl Williamsont/re/pat.t: Outdent 2 lines
2019-03-14 Karl WilliamsonAllow qr'\N{...}'
2019-03-13 Karl Williamsont/re/pat_advanced.t: Change some ok's to like's
2019-03-12 Karl Williamsont/re/pat_advanced.t: Add some comments
2019-03-12 Karl Williamsont/re/reg_mesg.t: Add test
2019-03-11 David Mitchellfix leak when compiling typed hash deref
2019-03-08 Karl WilliamsonPATCH: [perl #131642] pack returning malformed UTF-8
2019-03-08 Karl WilliamsonPATCH: [perl #133876] Write out of bounds
2019-03-07 Karl WilliamsonPATCH: [perl #133882] Assertion failure
2019-03-07 Karl Williamsont/re/subst.t: Fix typo in comment
next