Skip to content

Commit 0af7c06

Browse files
committed
Merge pull request #36 from sezero/patches-fix
sfdc: update patches after changes to original git repo
2 parents fc3c2d2 + f1ce30d commit 0af7c06

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

patches/sfdc/Dump.pl.diff

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
--- sfdc/Dump.pl 2005-09-24 16:49:49.000000000 +0200
22
+++ sfdc/Dump.pl 2013-08-30 15:46:41.000000000 +0200
33
@@ -19,7 +19,7 @@
4-
my $sfd = $self->{SFD};
4+
my $sfd = $self->{SFD};
55

6-
print "SFD information\n";
7-
- print "¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\n";
8-
+ print "---------------\n";
9-
print "Copyright: $$sfd{'copyright'}\n";
10-
print "RCS ID: $$sfd{'id'}\n";
11-
print "Module name: $$sfd{'libname'}\n";
6+
print "SFD information\n";
7+
- print "¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\n";
8+
+ print "---------------\n";
9+
print "Copyright: $$sfd{'copyright'}\n";
10+
print "RCS ID: $$sfd{'id'}\n";
11+
print "Module name: $$sfd{'libname'}\n";

patches/sfdc/SFDCompile.pod.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- sfdc/SFDCompile.pod 2005-09-24 16:49:49.000000000 +0200
22
+++ sfdc/SFDCompile.pod 2014-05-25 22:50:56.894529535 +0200
3-
@@ -326,7 +326,7 @@
3+
@@ -334,7 +334,7 @@
44
=head1 NOTES
55

66
Had I seen F<cvinclude.pl> before I started writing this program, I
@@ -9,7 +9,7 @@
99

1010
=head1 AUTHOR
1111

12-
@@ -334,98 +334,114 @@
12+
@@ -342,98 +342,114 @@
1313

1414
=head1 HISTORY
1515

patches/sfdc/main.pl.diff

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
--- sfdc/main.pl 2005-09-24 16:49:49.000000000 +0200
22
+++ sfdc/main.pl 2013-08-30 15:13:28.000000000 +0200
3-
@@ -418,7 +418,7 @@
3+
@@ -420,7 +420,7 @@
44
my $comment = '';
55

66
my $result = {
7-
- copyright => 'Copyright © 2001 Amiga, Inc.',
8-
+ copyright => 'Copyright (c) 2001 Amiga, Inc.',
9-
id => '',
10-
libname => '',
11-
base => '',
12-
@@ -849,8 +849,8 @@
7+
- copyright => 'Copyright © 2001 Amiga, Inc.',
8+
+ copyright => 'Copyright (c) 2001 Amiga, Inc.',
9+
id => '',
10+
libname => '',
11+
base => '',
12+
@@ -866,8 +866,8 @@
1313

1414

1515
# Make sure we have the same number of arguments as registers, or,
@@ -19,4 +19,4 @@
1919
+ # Tagcalls always have one extra, a la "Tag, ...".
2020

2121
if (($prototype->{type} eq 'varargs' &&
22-
$prototype->{subtype} eq 'tagcall' &&
22+
$prototype->{subtype} eq 'tagcall' &&

0 commit comments

Comments
 (0)