File tree 1 file changed +22
-3
lines changed 1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -372,9 +372,19 @@ L</Modules and Pragmata> section.
372
372
373
373
=over 4
374
374
375
- =item XXX-some-platform
375
+ =item arm64 DARWIN
376
376
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]
378
388
379
389
=back
380
390
@@ -390,7 +400,16 @@ well.
390
400
391
401
=item *
392
402
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]
394
413
395
414
=back
396
415
You can’t perform that action at this time.
0 commit comments