summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* t/re/pat.t: Use ASCII ' in comment, not Unicode charKarl Williamson2019-09-021-1/+1
* test for desired magic fetches/stores for vec()Tony Cook2019-09-021-1/+30
* Fix parent directory in pod2usage auxiliary script.Craig A. Berry2019-08-301-0/+1
* PATCH: [perl #134329] Use after free in regcomp.cKarl Williamson2019-08-301-0/+0
* PATCH: [perl #134325] Heap buffer overflowKarl Williamson2019-08-261-2/+12
* (perl #134230) don't interpret 0x, 0b when numifying stringsTony Cook2019-08-261-1/+4
* (perl #124256) disallow \K in lookahead and lookbehindTony Cook2019-08-191-0/+9
* Run tests in ext/File-Find/t in seriesJames E Keenan2019-08-121-1/+1
* (perl #134266) make sure $@ is writable when we write to itTony Cook2019-08-081-0/+8
* (perl #133695) "0".."-1" should act like 0..-1Hauke D2019-08-081-1/+22
* Revert "Revert "postpone perl_parse() exit(0) bugfix""Tony Cook2019-08-071-6/+6
* avoid use-after free in /(?{...})/David Mitchell2019-08-061-1/+15
* (perl #134310) don't confuse S_no_op()Tony Cook2019-07-311-0/+12
* avoid synthesizing locale names with newlines in themTony Cook2019-07-231-0/+1
* Win32: set FOO lists values for all variables starting with FOOTony Cook2019-07-231-1/+1
* (perl #134291) propagate non-PVs in $@ in bare die()Tony Cook2019-07-221-1/+5
* No need to list CUSTOMIZED files for anything but upstream=>CPAN modulesSteve Hay2019-07-201-4/+0
* Config::Perl::V is ahead of CPANSteve Hay2019-07-191-0/+1
* (perl #134221) support append mode for open .. undefTony Cook2019-07-161-2/+12
* avoid SEGV with uninit warning with multiderefDavid Mitchell2019-07-101-0/+10
* Revert "postpone perl_parse() exit(0) bugfix"Tony Cook2019-07-091-6/+6
* PATCH: [perl #133996] reword diagnosticKarl Williamson2019-06-271-5/+5
* (perl #134125) make no digits after 0x/0b fatalTony Cook2019-06-272-11/+7
* regex: Add lower bound to ANYOFH nodes UTF-8 byteKarl Williamson2019-06-261-1/+1
* (perl #122112) make sure SIGPIPE is delivered if we test itTony Cook2019-06-261-0/+12
* Perl_scalar() tail-call optimiseDavid Mitchell2019-06-241-0/+42
* make Perl_scalar() mostly non-recursiveDavid Mitchell2019-06-241-0/+15
* make Perl_list() mostly non-recursiveDavid Mitchell2019-06-241-1/+8
* Add two entries to pod issues databaseJames E Keenan2019-06-211-1/+1
* fix podcheck errors for broken linksKaren Etheridge2019-06-201-0/+2
* Add test for perl #134169Manuel Mausz2019-06-191-1/+21
* The Windows CE Chainsaw MassacreSteve Hay2019-06-181-1/+0
* (perl #133989) scalar() the argument to readline, if anyTony Cook2019-06-171-0/+6
* (perl #134072) allow \&foo = \&bar to work in main::Tony Cook2019-06-121-1/+14
* (perl #130585) prevent a spurious ) in a subparse confusing the parserTony Cook2019-06-121-0/+14
* (perl #134125) accept only complete hex and binary literalsTony Cook2019-06-123-5/+18
* (perl #133850) allow attributes in sub-parsesTony Cook2019-06-111-0/+3
* (perl #133850) allow @x{...} with space in sub-parseTony Cook2019-06-111-0/+8
* (perl #133850) warn on ${time} even in sub-parseTony Cook2019-06-111-0/+8
* (perl #133850) fix parsing hints for print $fh "foo" in s///eTony Cook2019-06-111-0/+14
* (perl #122112) remove some interfering debug outputTony Cook2019-06-111-1/+0
* Android can pass eintr_print.tRichard Leach2019-06-031-1/+1
* podcheck.t: Don't output warnings when extracting podKarl Williamson2019-06-031-0/+1
* (perl #133913) limit numeric format results to INT_MAXTony Cook2019-06-031-0/+7
* (perl #134048) prevent an erroneous assertion on OP_SCALARTony Cook2019-06-031-1/+3
* (perl #134008) an alternative testTony Cook2019-06-031-0/+1
* [#134008] More carefully ignore negative precision in sprintfHugo van der Sanden2019-06-031-0/+3
* Use of code points over 0xFF in string bitwise operatorsJames E Keenan2019-05-311-69/+26
* Add unit test for compiled once RegExpNicolas R2019-05-311-0/+28
* Split ANYOFH regnode into two typesKarl Williamson2019-05-311-76/+76