Skip to content

Commit 8c2d9d3

Browse files
Various deltas
1 parent 2ac0488 commit 8c2d9d3

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

pod/perldelta.pod

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,19 @@ L</Modules and Pragmata> section.
372372

373373
=over 4
374374

375-
=item XXX-some-platform
375+
=item arm64 DARWIN
376376

377-
XXX
377+
Fix arm64 darwin hints when using use64bitall with Configure [GH #22672]
378+
379+
=item Android
380+
381+
Changes to perl_langinfo.h for Android [GH #22650] related to [GH #22627]
382+
383+
=item Cygwin
384+
385+
cygwin.c: fix several silly/terrible C errors [GH #22724]
386+
387+
workaround DLL load address conflict [GH #22696]
378388

379389
=back
380390

@@ -390,7 +400,16 @@ well.
390400

391401
=item *
392402

393-
XXX
403+
Enable removing most of mathoms.c and stub functions [GH #22691] and [GH #22714]
404+
405+
=item *
406+
407+
reinstate apostrophe as package separator behind a default enabled feature,
408+
which is disabled from feature bundle 5.41.
409+
410+
=item *
411+
412+
pp_reverse: don't COW buffer just to then un-COW it [GH #22729]
394413

395414
=back
396415

0 commit comments

Comments
 (0)