integrate cfgperl contents into mainline
Gurusamy Sarathy [Sun, 1 Aug 1999 21:23:18 +0000 (21:23 +0000)]
p4raw-id: //depot/perl@3860

1  2 
Configure
Makefile.SH
embed.pl
perl.h
pod/perldelta.pod
pod/perldiag.pod
proto.h
regexec.c
util.c

diff --cc Configure
Simple merge
diff --cc Makefile.SH
Simple merge
diff --cc embed.pl
Simple merge
diff --cc perl.h
Simple merge
Simple merge
@@@ -1982,10 -1975,12 +1979,10 @@@ try using scientific notation (e.g. "1e
  
  =item Octal number > 037777777777 non-portable
  
- (W) The octal number you specified is larger than 2**32-1 and
- therefore non-portable between systems.  See L<perlport> for more on
- portability concerns.
+ (W) The octal number you specified is larger than 2**32-1 (4294967295)
+ and therefore non-portable between systems.  See L<perlport> for more
+ on portability concerns.
  
 -See also L<perlport> for writing portable code.
 -
  =item Odd number of elements in hash assignment
  
  (S) You specified an odd number of elements to initialize a hash, which
diff --cc proto.h
Simple merge
diff --cc regexec.c
Simple merge
diff --cc util.c
Simple merge