mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-12 06:15:29 +01:00
Add perl 5.17.4
This commit is contained in:
parent
98af97b255
commit
77392fa5ab
13 changed files with 1720 additions and 0 deletions
17
steps/perl-5.17.4/reenable-regcharclass.patch
Normal file
17
steps/perl-5.17.4/reenable-regcharclass.patch
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
diff --git perl-5.18.4/regen/regcharclass.pl perl-5.18.4/regen/regcharclass.pl
|
||||
index f5cf315a54..81dcdc578d 100755
|
||||
--- perl-5.18.4/regen/regcharclass.pl
|
||||
+++ perl-5.18.4/regen/regcharclass.pl
|
||||
@@ -1468,9 +1468,9 @@ GCB_V: Grapheme_Cluster_Break=V
|
||||
# million code points. The results would not change unless utf8.h decides it
|
||||
# wants a maximum other than 4 bytes, or this program creates better
|
||||
# optimizations
|
||||
-#UTF8_CHAR: Matches utf8 from 1 to 4 bytes
|
||||
-#=> UTF8 :safe only_ascii_platform
|
||||
-#0x0 - 0x1FFFFF
|
||||
+UTF8_CHAR: Matches utf8 from 1 to 4 bytes
|
||||
+=> UTF8 :safe only_ascii_platform
|
||||
+0x0 - 0x1FFFFF
|
||||
|
||||
# This hasn't been commented out, because we haven't an EBCDIC platform to run
|
||||
# it on, and the 3 types of EBCDIC allegedly supported by Perl would have
|
||||
Loading…
Add table
Add a link
Reference in a new issue