From f1ce30ddc1fbe180de4b4272048a372e2c34d829 Mon Sep 17 00:00:00 2001 From: sezero Date: Fri, 15 Apr 2016 16:12:29 +0300 Subject: [PATCH] update patches to files from external git repos --- patches/sfdc/Dump.pl.diff | 14 +++++++------- patches/sfdc/SFDCompile.pod.diff | 4 ++-- patches/sfdc/main.pl.diff | 16 ++++++++-------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/patches/sfdc/Dump.pl.diff b/patches/sfdc/Dump.pl.diff index dcaa9a8..d992c91 100644 --- a/patches/sfdc/Dump.pl.diff +++ b/patches/sfdc/Dump.pl.diff @@ -1,11 +1,11 @@ --- sfdc/Dump.pl 2005-09-24 16:49:49.000000000 +0200 +++ sfdc/Dump.pl 2013-08-30 15:46:41.000000000 +0200 @@ -19,7 +19,7 @@ - my $sfd = $self->{SFD}; + my $sfd = $self->{SFD}; - print "SFD information\n"; -- print "ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ\n"; -+ print "---------------\n"; - print "Copyright: $$sfd{'copyright'}\n"; - print "RCS ID: $$sfd{'id'}\n"; - print "Module name: $$sfd{'libname'}\n"; + print "SFD information\n"; +- print "ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ\n"; ++ print "---------------\n"; + print "Copyright: $$sfd{'copyright'}\n"; + print "RCS ID: $$sfd{'id'}\n"; + print "Module name: $$sfd{'libname'}\n"; diff --git a/patches/sfdc/SFDCompile.pod.diff b/patches/sfdc/SFDCompile.pod.diff index 59ea62b..179e57d 100644 --- a/patches/sfdc/SFDCompile.pod.diff +++ b/patches/sfdc/SFDCompile.pod.diff @@ -1,6 +1,6 @@ --- sfdc/SFDCompile.pod 2005-09-24 16:49:49.000000000 +0200 +++ sfdc/SFDCompile.pod 2014-05-25 22:50:56.894529535 +0200 -@@ -326,7 +326,7 @@ +@@ -334,7 +334,7 @@ =head1 NOTES Had I seen F before I started writing this program, I @@ -9,7 +9,7 @@ =head1 AUTHOR -@@ -334,98 +334,114 @@ +@@ -342,98 +342,114 @@ =head1 HISTORY diff --git a/patches/sfdc/main.pl.diff b/patches/sfdc/main.pl.diff index 706d1f6..5d238fb 100644 --- a/patches/sfdc/main.pl.diff +++ b/patches/sfdc/main.pl.diff @@ -1,15 +1,15 @@ --- sfdc/main.pl 2005-09-24 16:49:49.000000000 +0200 +++ sfdc/main.pl 2013-08-30 15:13:28.000000000 +0200 -@@ -418,7 +418,7 @@ +@@ -420,7 +420,7 @@ my $comment = ''; my $result = { -- copyright => 'Copyright İ 2001 Amiga, Inc.', -+ copyright => 'Copyright (c) 2001 Amiga, Inc.', - id => '', - libname => '', - base => '', -@@ -849,8 +849,8 @@ +- copyright => 'Copyright İ 2001 Amiga, Inc.', ++ copyright => 'Copyright (c) 2001 Amiga, Inc.', + id => '', + libname => '', + base => '', +@@ -866,8 +866,8 @@ # Make sure we have the same number of arguments as registers, or, @@ -19,4 +19,4 @@ + # Tagcalls always have one extra, a la "Tag, ...". if (($prototype->{type} eq 'varargs' && - $prototype->{subtype} eq 'tagcall' && + $prototype->{subtype} eq 'tagcall' &&