summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* perlhist: add v5.36.0 RC1 to perlhistv5.36.0-RC1Ricardo Signes2022-05-201-0/+2
|
* bump version to v5.36.0 (RC1)Ricardo Signes2022-05-201-1/+1
|
* perldelta: Note documentation effort in perlapiKarl Williamson2022-05-201-0/+14
|
* perlhist: add release size informationRicardo Signes2022-05-201-17/+31
|
* perldelta: fix broken linksRicardo Signes2022-05-201-5/+5
|
* release prep for v5.36.0: regenerate filesRicardo Signes2022-05-203-3/+3
|
* perldelta: remove the v5.35.z deltasRicardo Signes2022-05-2020-3657/+14
|
* perldelta: populate "new/updated modules"Ricardo Signes2022-05-201-2/+372
| | | | | | | by running: ./perl -Ilib Porting/corelist-perldelta.pl 5.034000 5.036000 \ --mode=update pod/perldelta.pod
* Module::CoreList: update v5.36.0 contentsRicardo Signes2022-05-201-2/+7
|
* Module-CoreList: bump versions for v5.36.0Ricardo Signes2022-05-202-4/+4
|
* bump version to v5.36.0 (RC0)Ricardo Signes2022-05-2022-178/+179
|
* perl5360delta: undocument removal of bareword_filehandlesRicardo Signes2022-05-201-3/+2
| | | | ...because we unremoved it.
* perl5360delta: typo corrections from code reviewRicardo Signes2022-05-201-4/+4
|
* perl5360delta: integrate "switch left bundle" into "use v5.36" docsRicardo Signes2022-05-201-7/+5
|
* perl5360delta: isbool is now builtin::is_boolRicardo Signes2022-05-201-1/+1
|
* perl5360delta: update notes on generating AcknowledgementsRicardo Signes2022-05-201-1/+1
|
* perl5360delta: avoid talking about exact wallclock timeRicardo Signes2022-05-201-4/+2
|
* perl5360delta: reorganize changes to diagnosticsRicardo Signes2022-05-201-36/+37
|
* perl5360delta: add -g docs to perlrun section, alsoRicardo Signes2022-05-201-0/+4
|
* perl5360delta: move a perldiag update to DiagnosticsRicardo Signes2022-05-201-22/+12
|
* perl5360delta: rewrite the "use vX" and strict sectionRicardo Signes2022-05-201-43/+17
|
* perl5360delta: sort () is as erroneous as sortRicardo Signes2022-05-201-0/+1
|
* perl5360delta: restructure the Core Enhancements sectionRicardo Signes2022-05-201-71/+110
|
* perl5360delta: combine notes on "use v5.36" behaviorRicardo Signes2022-05-201-34/+31
|
* perl5360delta: clean up the top headerRicardo Signes2022-05-201-4/+1
| | | | | This part of the document will be regenerated before it is really merged, but it was pretty ugly just while I read this.
* perl5360delta: incorporate perl53510deltaRicardo Signes2022-05-201-0/+121
|
* perl5360delta: incorporate perl5359deltaRicardo Signes2022-05-201-1/+250
|
* perl5360delta: incorporate perl5358deltaRicardo Signes2022-05-201-5/+50
|
* perl5360delta: incorporate perl5357deltaRicardo Signes2022-05-201-2/+38
|
* perl5360delta: incorporate perl5356deltaRicardo Signes2022-05-201-2/+34
|
* perl5360delta: incorporate perl5355deltaRicardo Signes2022-05-201-3/+122
|
* perl5360delta: incorporate perl5354deltaRicardo Signes2022-05-201-4/+146
|
* perl5360delta: incorporate perl5353deltaRicardo Signes2022-05-201-11/+79
|
* perl5360delta: incorporate perl5352deltaRicardo Signes2022-05-201-3/+32
|
* perl5360delta: a work in progressRicardo Signes2022-05-201-12/+23
| | | | | | | | This will not be merged as such, but is a place for me to save my work while I build the perl5360delta. This is just the new perldelta template plus content imported from perl5351delta.pod.
* perlre: Clarify /xx podKarl Williamson2022-05-191-7/+18
| | | | This is a result of GH #19726
* perl.c, pp_hot.c: Fix typos in commentsKarl Williamson2022-05-192-2/+2
|
* perlapi: Turn ptr_table comments into podKarl Williamson2022-05-192-11/+46
|
* Merge remote-tracking branch 'leonerd/revert-PR19541' into bleadRicardo Signes2022-05-1917-87/+6
|\
| * Remove documentation references to recent Configure taint changesPaul "LeoNerd" Evans2022-05-195-33/+4
| |
| * Revert "Add Configure question for taint support"Paul "LeoNerd" Evans2022-05-1912-54/+2
|/ | | | | | | | | This reverts commit 39f8eb4a21670e6b973dcfc86d0b1339064f5642. This is because of a variety of issues discussed #19657 and at the PSC meeting 064 2022-04-22 https://www.nntp.perl.org/group/perl.perl5.porters/2022/04/msg263670.html
* perlapi: safemalloc doesn't take a pointerTomasz Konojacki2022-05-191-1/+1
|
* perlapi: Document re_compileKarl Williamson2022-05-192-2/+23
|
* perlapi: Mark new(FORM|PROG), newMYSUB as internalKarl Williamson2022-05-191-3/+3
| | | | | | | | | Dave Mitchell says all the undocumented OP newFOO forms are considered somewhat experimental. Unfortunately, all but these three are in current CPAN use. Mark these three as experimental to avoid their getting used; and leave the rest as undocumented until we decide what to do.
* Sync Compress-Raw-Zlib-2.105 into bleadTodd Rinaldo2022-05-196-9/+105
| | | | | This commit synchs into blead versions 2.105 for CPAN distribution Compress-Raw-Zlib
* Fix typos for generating perlapiKarl Williamson2022-05-193-3/+3
|
* perlapi: Document amagic(_deref)?_callKarl Williamson2022-05-192-2/+45
|
* perlapi: Document SvAMAGICKarl Williamson2022-05-191-0/+9
|
* perlapi: Document SvAMAGIC_(on|off)Karl Williamson2022-05-192-2/+19
|
* perlapi: Document Gv_AMupdateKarl Williamson2022-05-192-7/+21
|