summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add new release to perlhistv5.31.11Sawyer X2020-04-281-0/+1
* Update perldeltaSawyer X2020-04-281-331/+44
* Update Module::CoreList for 5.31.11Sawyer X2020-04-283-14/+81
* Clarifying the note about "list form" and Windows.Jason McIntosh2020-04-281-7/+6
* Further PR fixes and whitespace/fill tweaksJason McIntosh2020-04-281-29/+37
* More fixes from PR review.Jason McIntosh2020-04-281-16/+16
* Clarifying that it's OK to work with bareword filehandle names if they're bui...Jason McIntosh2020-04-281-1/+1
* Typo and whitespaces fixes and suchJason McIntosh2020-04-281-10/+10
* Clarifying that the PerlIO technical node applies only to older Perl.Jason McIntosh2020-04-281-4/+5
* Updating the cross-references to perlfunc/open so that it aims at the new fir...Jason McIntosh2020-04-282-32/+32
* Making several revisions to the `open` section of perlfunc.pod, primarily (bu...Jason McIntosh2020-04-281-160/+265
* Sync Test-Simple with CPAN version 1.302175Chad Granum2020-04-2868-82/+98
* [MERGE] Revert BEGIN { caller() } fixupsDavid Mitchell2020-04-278-100/+6
|\
| * Revert "avoid identical stack traces"David Mitchell2020-04-276-63/+2
| * Revert "docs: clarify effect of $^H, %^H, ${^WARNING_BITS}"David Mitchell2020-04-271-12/+0
| * Revert "fixup to "avoid identical stack traces" - try 2"David Mitchell2020-04-274-30/+9
|/
* Two fatalizations completed on scheduleJames E Keenan2020-04-271-3/+2
* No deprecations in 5.34James E Keenan2020-04-271-0/+4
* Add github issue template config, removing blank issue option and adding CPAN...Dan Book2020-04-261-0/+5
* Use dNOOP for otherwise empty declarationsKarl Williamson2020-04-263-5/+5
* study_chunk: temporary underflow guard for scan_commitHugo van der Sanden2020-04-231-0/+2
* regcomp: avoid overflow setting last_start_maxHugo van der Sanden2020-04-232-3/+12
* gh16947: avoid mutating regexp program only within GOSUBHugo van der Sanden2020-04-232-10/+20
* Adding a missing word and removing two supernumerary ones.Jason McIntosh2020-04-221-3/+3
* perlopentut: Add mainainers statementKarl Williamson2020-04-201-1/+1
* Expand opentutJason McIntosh2020-04-201-4/+121
* Add Jason Mcintosh to AUTHORSKarl Williamson2020-04-201-0/+1
* Bump version for open.pm for documentation changeLeon Timmermans2020-04-191-1/+1
* Rework open.pm documentationDan Book2020-04-191-72/+70
* perlvar - expand and link to ${^OPEN} documentationDan Book2020-04-193-4/+26
* study_chunk: avoid transforming ops while enframedHugo van der Sanden2020-04-151-9/+17
* Remove spurious double spaces before open braces in core C codeDagfinn Ilmari Mannsåker2020-04-137-10/+10
* op:h remove double space in struct op_argcheck_aux declarationDagfinn Ilmari Mannsåker2020-04-131-1/+1
* regcomp.c: Rmv C undefined behaviorKarl Williamson2020-04-124-9/+8
* study_chunk: do not rewrite for trie while enframedHugo van der Sanden2020-04-112-4/+12
* Fix edge case test failure in ext/POSIX/t/mb.tDominic Hargreaves2020-04-111-7/+8
* perldata - More specific about assignment restriction of key/value slicesDan Book2020-04-111-2/+2
* Time-Piece: synch with CPAN version 1.3401Samuel Smith2020-04-097-17/+73
* perlbug - Change default behavior to save to fileDan Book2020-04-092-92/+74
* Bump back to 5.31.11, if we need to release itSawyer X2020-04-0937-229/+230
* Add Atsushi Sugawara to AUTHORSKarl Williamson2020-04-061-0/+1
* Fix typo in perlretut.pod. C<'$'> to C<$'>.Atsushi SUGAWARA2020-04-061-3/+3
* don't disable __attribute__((always_inline)) on clangTomasz Konojacki2020-04-061-1/+6
* disable __attribute__((always_inline)) for gcc <= 4.6Tomasz Konojacki2020-04-051-2/+6
* regcomp.c: Die on relative group number overflowKarl Williamson2020-04-052-2/+18
* regcomp.c: Avoid a segfaultKarl Williamson2020-04-053-8/+34
* regcomp.c: Rmv unnecessary codeKarl Williamson2020-04-052-9/+8
* regcomp.c: Rmv wrong commentKarl Williamson2020-04-051-1/+2
* regcomp.c: Don't duplicate text for an error msgKarl Williamson2020-04-051-2/+5
* regcomp.c: Look before leaping; check before allocKarl Williamson2020-04-051-9/+10