This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update parts/ppport.fnc
[perl5.git] / t /
2019-09-27 Karl WilliamsonSilence verbatim line pod warning in perldebguts
2019-09-25 Karl Williamsont/lib/charnames/alias: Fix typo in comment
2019-09-25 Karl Williamsont/harness: Clarify error message wording
2019-09-23 David Mitchellsub foo($_) {...} - change error message
2019-09-23 David Mitchellsignatures: add tests for multiline sig
2019-09-23 David Mitchellsignatures: add taint tests
2019-09-23 David Mitchellsi_cxsubix not restored on goto &XS_sub
2019-09-23 David MitchellUn-revert "[MERGE] add+use si_cxsubix field"
2019-09-20 Max MaischeinRevert "[MERGE] add+use PL_curstackinfo->si_cxsubix... v5.31.4
2019-09-19 David Mitchelladd Perl_gimme_V() static inline fn for GIMME_V
2019-09-16 Tony Cook(perl #125557) correctly handle overload for bin/oct...
2019-09-15 Karl Williamsonregen/embed.pl: Generally generate an ARGS_ASSERT
2019-09-15 Karl Williamsont/re/anyof.t: Fix test names
2019-09-14 David MitchellAvoid panic when last s///g is tainted and utf8
2019-09-03 Karl WilliamsonDocument my_exit()
2019-09-03 Karl WilliamsonDocument rsignal()
2019-09-03 Karl WilliamsonDocument my_setenv()
2019-09-03 Karl WilliamsonDocument instr()
2019-09-03 Karl Williamsont/re/pat.t: Use ASCII ' in comment, not Unicode char
2019-09-02 Tony Cooktest for desired magic fetches/stores for vec()
2019-08-30 Craig A. BerryFix parent directory in pod2usage auxiliary script.
2019-08-30 Karl WilliamsonPATCH: [perl #134329] Use after free in regcomp.c
2019-08-27 Karl WilliamsonPATCH: [perl #134325] Heap buffer overflow
2019-08-25 Tony Cook(perl #134230) don't interpret 0x, 0b when numifying...
2019-08-19 Tony Cook(perl #124256) disallow \K in lookahead and lookbehind
2019-08-12 James E KeenanRun tests in ext/File-Find/t in series
2019-08-08 Tony Cook(perl #134266) make sure $@ is writable when we write...
2019-08-08 Hauke D(perl #133695) "0".."-1" should act like 0..-1
2019-08-07 Tony CookRevert "Revert "postpone perl_parse() exit(0) bugfix""
2019-08-06 David Mitchellavoid use-after free in /(?{...})/
2019-07-31 Tony Cook(perl #134310) don't confuse S_no_op()
2019-07-23 Tony Cookavoid synthesizing locale names with newlines in them
2019-07-23 Tony CookWin32: set FOO lists values for all variables starting...
2019-07-22 Tony Cook(perl #134291) propagate non-PVs in $@ in bare die()
2019-07-20 Steve HayNo need to list CUSTOMIZED files for anything but upstr...
2019-07-19 Steve HayConfig::Perl::V is ahead of CPAN
2019-07-16 Tony Cook(perl #134221) support append mode for open .. undef
2019-07-10 David Mitchellavoid SEGV with uninit warning with multideref
2019-07-09 Tony CookRevert "postpone perl_parse() exit(0) bugfix"
2019-06-27 Karl WilliamsonPATCH: [perl #133996] reword diagnostic
2019-06-26 Tony Cook(perl #134125) make no digits after 0x/0b fatal
2019-06-26 Karl Williamsonregex: Add lower bound to ANYOFH nodes UTF-8 byte
2019-06-26 Tony Cook(perl #122112) make sure SIGPIPE is delivered if we...
2019-06-24 David MitchellPerl_scalar() tail-call optimise
2019-06-24 David Mitchellmake Perl_scalar() mostly non-recursive
2019-06-24 David Mitchellmake Perl_list() mostly non-recursive
2019-06-21 James E KeenanAdd two entries to pod issues database
2019-06-20 Karen Etheridgefix podcheck errors for broken links
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
next