* [gentoo-commits] gentoo commit in src/patchsets/gcc/5.4.0/gentoo: 91_all_compatibility_fix_with_perl_5.26.patch README.history
@ 2017-08-06 14:51 Matthias Maier (tamiko)
0 siblings, 0 replies; only message in thread
From: Matthias Maier (tamiko) @ 2017-08-06 14:51 UTC (permalink / raw
To: gentoo-commits
tamiko 17/08/06 14:51:39
Modified: README.history
Added: 91_all_compatibility_fix_with_perl_5.26.patch
Log:
5.4.0 gentoo patchset 1.4
Revision Changes Path
1.5 src/patchsets/gcc/5.4.0/gentoo/README.history
file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.4.0/gentoo/README.history?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.4.0/gentoo/README.history?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.4.0/gentoo/README.history?r1=1.4&r2=1.5
Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/5.4.0/gentoo/README.history,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- README.history 1 Feb 2017 22:59:49 -0000 1.4
+++ README.history 6 Aug 2017 14:51:39 -0000 1.5
@@ -1,3 +1,6 @@
+1.4 06 Aug 2017
+ + 91_all_compatibility_fix_with_perl_5.26.patch
+
1.3 01 Feb 2017
+ 71_all_gcc-5-march-native-pr67310.patch
+ 78_all_gcc-5-pr71442
1.1 src/patchsets/gcc/5.4.0/gentoo/91_all_compatibility_fix_with_perl_5.26.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.4.0/gentoo/91_all_compatibility_fix_with_perl_5.26.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.4.0/gentoo/91_all_compatibility_fix_with_perl_5.26.patch?rev=1.1&content-type=text/plain
Index: 91_all_compatibility_fix_with_perl_5.26.patch
===================================================================
https://bugs.gentoo.org/show_bug.cgi?id=620164
Unescaped left brace in regex is now a fatal error.
diff -ruN gcc-5.4.0.orig/contrib/texi2pod.pl gcc-5.4.0/contrib/texi2pod.pl
--- gcc-5.4.0.orig/contrib/texi2pod.pl 2014-08-11 09:29:41.000000000 +0200
+++ gcc-5.4.0/contrib/texi2pod.pl 2017-05-29 20:03:29.763162185 +0200
@@ -316,7 +316,7 @@
@columns = ();
for $column (split (/\s*\@tab\s*/, $1)) {
# @strong{...} is used a @headitem work-alike
- $column =~ s/^\@strong{(.*)}$/$1/;
+ $column =~ s/^\@strong\{(.*)}$/$1/;
push @columns, $column;
}
$_ = "\n=item ".join (" : ", @columns)."\n";
diff -ruN gcc-5.4.0.orig/libjava/classpath/doc/texi2pod.pl gcc-5.4.0/libjava/classpath/doc/texi2pod.pl
--- gcc-5.4.0.orig/libjava/classpath/doc/texi2pod.pl 2007-06-04 01:18:43.000000000 +0200
+++ gcc-5.4.0/libjava/classpath/doc/texi2pod.pl 2017-05-29 20:04:45.912165337 +0200
@@ -311,7 +311,7 @@
@columns = ();
for $column (split (/\s*\@tab\s*/, $1)) {
# @strong{...} is used a @headitem work-alike
- $column =~ s/^\@strong{(.*)}$/$1/;
+ $column =~ s/^\@strong\{(.*)}$/$1/;
push @columns, $column;
}
$_ = "\n=item ".join (" : ", @columns)."\n";
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-08-06 14:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-06 14:51 [gentoo-commits] gentoo commit in src/patchsets/gcc/5.4.0/gentoo: 91_all_compatibility_fix_with_perl_5.26.patch README.history Matthias Maier (tamiko)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox