In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/bc99e8a8104d2d845ca71e76ebfcbe585e9a2a0b?hp=f24f12f75a0e0f77b783730344f1d23d45cc0072>
- Log ----------------------------------------------------------------- commit bc99e8a8104d2d845ca71e76ebfcbe585e9a2a0b Author: Father Chrysostomos <spr...@cpan.org> Date: Wed Jan 19 14:11:59 2011 -0800 perldelta: 949cf498 (allowing all non-chars) is already done M pod/perldelta.pod commit 9fb1ba13bd2c1f82c3b5a13d087970dd5c1b97ef Author: Father Chrysostomos <spr...@cpan.org> Date: Wed Jan 19 14:10:32 2011 -0800 perldelta: CPANPLUS*, Term::UI and Params::Check are already done M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 33 --------------------------------- 1 files changed, 0 insertions(+), 33 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1811d0e..5ea435d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -993,7 +993,6 @@ Date: Thu Jan 13 16:24:52 2011 +0000 calls which might cause reallocation. Update to Win32-0.44 from CPAN - Update Term-UI to CPAN version 0.24 Update IO-Compress to CPAN version 2.033 Update Compress-Raw-Zlib to CPAN version 2.033 Update Compress-Raw-Bzip2 to CPAN version 2.033 @@ -1021,29 +1020,6 @@ Date: Sun Jan 9 15:33:28 2011 -0700 This patch also includes the changes to test the warnings added by recent commits for handling the surrogates and above-Unicode code points -commit 949cf4983af707fbd15e422845f4f3df20505f97 -Author: Karl Williamson <pub...@khwilliamson.com> -Date: Sun Jan 9 13:50:18 2011 -0700 - - utf8.c(): Default to allow problematic code points - - Surrogates, non-character code points, and code points that aren't in Unicode - are now allowed by default, instead of having to specify a flag to allow them. - (Most code did specify those flags anyway.) - - This affects uvuni_to_utf8_flags(), utf8n_to_uvuni() and various routines that - are specialized interfaces to them. - - Now there is a new set of flags to disallow those code points. Further, all 66 - of the non-character code points are known about and handled consistently, - instead of just U+FFFF. - - Code that requires these code points to be forbidden will have to change to use - the new flags. I have looked at all the (few) instances in CPAN where these - routines are used, and the only one I found that appears to have need to do - this, Encode, has already been patched to accommodate this change. Of course, - I may have overlooked some subtleties. - commit 7627e6d0fe772ac90fce9e03fea273109521e261 Author: Nicholas Clark <n...@ccl4.org> @@ -1079,15 +1055,6 @@ Date: Sun Jan 9 10:54:58 2011 +0000 is now responsible for prototypes for pp_* functions. (embed.pl remains responsible for ck_* functions, reading from regen/opcodes) -commit f1aaabf80b19a3cc6dc435510732b561ab46361e -Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk> -Date: Sun Jan 9 00:16:46 2011 +0000 - - Update CPANPLUS to CPAN version 0.9011 - Update CPANPLUS-Dist-Build to CPAN version 0.52 - Update Term-UI to CPAN version 0.22 - Update Params-Check to CPAN version 0.28 - commit a4a4c9e2c086dd5f7b7b05789161614dbbe8385b Author: Karl Williamson <pub...@khwilliamson.com> Date: Sat Jan 8 14:44:05 2011 -0700 -- Perl5 Master Repository