summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-04 23:46:07 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-04 23:46:07 +0000
commit96a97dd256a41c7589e187e65450a6454a4bc923 (patch)
tree5e5efd9c1953d966102d1e7c09543446971a11f3
parent90887ba4cc47bcf6702b75c1a2572e2d9e56dd23 (diff)
downloadperl-96a97dd256a41c7589e187e65450a6454a4bc923.tar.gz
The perl589delta project's TODOs. Mostly resolved as "wah! This
perl589delta.pod is already very long. This doesn't feel important". When it comes to things like B's OptreeCheck, it definitely isn't. It's a test helper module, and not installed. Nicely written, well behaved, no-one need know that it even exists. p4raw-id: //depot/maint-5.8/perl@34731
-rw-r--r--pod/perl589delta.pod19
1 files changed, 18 insertions, 1 deletions
diff --git a/pod/perl589delta.pod b/pod/perl589delta.pod
index dd84efedfc..bb6183ca8d 100644
--- a/pod/perl589delta.pod
+++ b/pod/perl589delta.pod
@@ -113,6 +113,14 @@ Compile support added for:
=item *
+DragonFlyBSD
+
+=item *
+
+MidnightBSD
+
+=item *
+
MirOS BSD
=item *
@@ -465,7 +473,7 @@ C<File::Basename> upgraded to version 2.77
=item *
-C<File::Copy> upgraded to 2.11
+C<File::Copy> upgraded to 2.13
=over 4
@@ -1187,6 +1195,9 @@ if C<make test> is instructed to run in parallel.
=head2 FIXME
+Integrate mkppport. All ppport.h files in the core will now
+be autogenerated at build time (and removed during cleanup).
+
F<g++> support was tuned, especially for FreeBSD.
C<Configure> is now better at removing temporary files. Tom Callaway
@@ -1343,6 +1354,10 @@ PerlIO fd reference counting. 30269
Fixes inconsistencies. API now doesn't leak C<FILE *>
+pushing :crlf after :utf8
+
+[ http://groups.google.com/group/perl.perl5.porters/browse_thread/thread/24f9169bd222c4e6/47fb435abc165e16#47fb435abc165e16 ]
+
=item *
Calling CORE::require()
@@ -1364,6 +1379,8 @@ Dave's copy fixes.
[ 26735]
document svt_copy, svt_dup and svt_local vtable slots
+http://public.activestate.com/cgi-bin/perlbrowse/p/30232
+
=item *
Encoding neutral unpack on numeric types. 23966/27963