pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/perl5
Module Name: pkgsrc
Committed By: adam
Date: Thu May 29 07:57:07 UTC 2014
Modified Files:
pkgsrc/lang/perl5: Makefile Makefile.common buildlink3.mk distinfo
hacks.mk
pkgsrc/lang/perl5/patches: patch-aa patch-ab patch-ac patch-ah patch-ca
patch-ze
Removed Files:
pkgsrc/lang/perl5/patches: patch-hv.c patch-locale.c
Log Message:
Changes 5.20.0:
Experimental Subroutine signatures
subs now take a prototype attribute
More consistent prototype parsing
rand now uses a consistent random number generator
New slice syntax
Experimental Postfix Dereferencing
Unicode 6.3 now supported
New \p{Unicode} regular expression pattern property
Better 64-bit support
use locale now works on UTF-8 locales
use locale now compiles on systems without locale ability
More locale initialization fallback options
-DL runtime option now added for tracing locale setting
-F now implies -a and -a implies -n
$a and $b warnings exemption
To generate a diff of this commit:
cvs rdiff -u -r1.220 -r1.221 pkgsrc/lang/perl5/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/perl5/Makefile.common
cvs rdiff -u -r1.53 -r1.54 pkgsrc/lang/perl5/buildlink3.mk
cvs rdiff -u -r1.116 -r1.117 pkgsrc/lang/perl5/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/perl5/hacks.mk
cvs rdiff -u -r1.35 -r1.36 pkgsrc/lang/perl5/patches/patch-aa
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/perl5/patches/patch-ab \
pkgsrc/lang/perl5/patches/patch-ca
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/perl5/patches/patch-ac
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/perl5/patches/patch-ah
cvs rdiff -u -r1.2 -r0 pkgsrc/lang/perl5/patches/patch-hv.c
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/perl5/patches/patch-locale.c
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/perl5/patches/patch-ze
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index