Change 12324 by pudge@pudge-mobile on 2001/10/03 18:44:09

        Fix Matthias' address, and attributions.

Affected files ...

... //depot/maint-5.6/macperl/AUTHORS#2 edit
... //depot/maint-5.6/macperl/README.macos#7 edit
... //depot/maint-5.6/macperl/ext/DynaLoader/dl_mac.xs#2 edit
... //depot/maint-5.6/macperl/perl.c#6 edit
... //depot/maint-5.6/macperl/pod/perlport.pod#6 edit

Differences ...

==== //depot/maint-5.6/macperl/AUTHORS#2 (text) ====
Index: perl/AUTHORS
--- perl/AUTHORS.~1~    Wed Oct  3 13:00:05 2001
+++ perl/AUTHORS        Wed Oct  3 13:00:05 2001
@@ -360,7 +360,7 @@
 Matthew Black                  <[EMAIL PROTECTED]>
 Matthew Green                  <[EMAIL PROTECTED]>
 Matthew T Harden               <[EMAIL PROTECTED]>
-Matthias Ulrich Neeracher      <[EMAIL PROTECTED]>
+Matthias Ulrich Neeracher      <[EMAIL PROTECTED]>
 Matthias Urlichs               <[EMAIL PROTECTED]>
 Maurizio Loreti                <[EMAIL PROTECTED]>
 Michael Cook                   <[EMAIL PROTECTED]>
@@ -505,6 +505,7 @@
 Thomas Dorner                  <[EMAIL PROTECTED]>
 Thomas Kofler
 Thomas K–nig
+Thomas Wegner                  <[EMAIL PROTECTED]>
 Tim Adye                       <[EMAIL PROTECTED]>
 Tim Ayers                      <[EMAIL PROTECTED]>
 Tim Bunce                      <[EMAIL PROTECTED]>

==== //depot/maint-5.6/macperl/README.macos#7 (text) ====
Index: perl/README.macos
--- perl/README.macos.~1~       Wed Oct  3 13:00:05 2001
+++ perl/README.macos   Wed Oct  3 13:00:05 2001
@@ -23,8 +23,8 @@
 pieces. Support for Mac OS is now in the perl core, and MacPerl will be
 able to, in the future, keep in closer sync with regular perl releases.
 
-At this time, though, it is very buggy, and is under development.  An
-alpha release is available, with work progressing toward a beta.
+At this time, the code is beta quality.  Please feel free to use it,
+but be warned that there are still some significant bugs remaining.
 
 To build perl for Mac OS (as an MPW tool), you will need the addition
 of the "macos" subdirectory, distributed separately.  It includes extra
@@ -60,4 +60,4 @@
 
 =head1 DATE
 
-Last modified 2001.07.19.
+Last modified 2001.10.02.

==== //depot/maint-5.6/macperl/ext/DynaLoader/dl_mac.xs#2 (text) ====
Index: perl/ext/DynaLoader/dl_mac.xs
--- perl/ext/DynaLoader/dl_mac.xs.~1~   Wed Oct  3 13:00:05 2001
+++ perl/ext/DynaLoader/dl_mac.xs       Wed Oct  3 13:00:05 2001
@@ -1,7 +1,7 @@
 /* dl_mac.xs
  * 
  * Platform:   Macintosh CFM
- * Author:     Matthias Neeracher <[EMAIL PROTECTED]>
+ * Author:     Matthias Neeracher <[EMAIL PROTECTED]>
  *             Adapted from dl_dlopen.xs reference implementation by
  *              Paul Marquess ([EMAIL PROTECTED])
  * $Log: dl_mac.xs,v $

==== //depot/maint-5.6/macperl/perl.c#6 (text) ====
Index: perl/perl.c
--- perl/perl.c.~1~     Wed Oct  3 13:00:05 2001
+++ perl/perl.c Wed Oct  3 13:00:05 2001
@@ -2276,7 +2276,8 @@
                      "\n\nCopyright 1987-2001, Larry Wall\n");
 #ifdef MACOS_TRADITIONAL
        PerlIO_printf(PerlIO_stdout(),
-                     "\nMac OS port Copyright (c) 1991-2001, Matthias Neeracher\n");
+                     "\nMac OS port Copyright 1991-2001, Matthias Neeracher\n"
+                     "Maintained by Chris Nandor\n");
 #endif
 #ifdef MSDOS
        PerlIO_printf(PerlIO_stdout(),

==== //depot/maint-5.6/macperl/pod/perlport.pod#6 (text) ====
Index: perl/pod/perlport.pod
--- perl/pod/perlport.pod.~1~   Wed Oct  3 13:00:05 2001
+++ perl/pod/perlport.pod       Wed Oct  3 13:00:05 2001
@@ -2117,7 +2117,7 @@
 Larry Moore <[EMAIL PROTECTED]>,
 Paul Moore <[EMAIL PROTECTED]>,
 Chris Nandor <[EMAIL PROTECTED]>,
-Matthias Neeracher <[EMAIL PROTECTED]>,
+Matthias Neeracher <[EMAIL PROTECTED]>,
 Philip Newton <[EMAIL PROTECTED]>,
 Gary Ng <[EMAIL PROTECTED]>,
 Tom Phoenix <[EMAIL PROTECTED]>,
@@ -2129,7 +2129,3 @@
 Michael G Schwern <[EMAIL PROTECTED]>,
 Dan Sugalski <[EMAIL PROTECTED]>,
 Nathan Torkington <[EMAIL PROTECTED]>.
-
-=head1 VERSION
-
-Version 1.50, last modified 10 Jul 2001
End of Patch.

Reply via email to