summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes27
-rw-r--r--MANIFEST3
-rw-r--r--Porting/makerel4
3 files changed, 31 insertions, 3 deletions
diff --git a/Changes b/Changes
index 40c0eca71c..9d142bcfd0 100644
--- a/Changes
+++ b/Changes
@@ -79,6 +79,33 @@ Version 5.005_62 Development release working toward 5.006
----------------
____________________________________________________________________________
+[ 4390] By: gsar on 1999/10/15 09:45:51
+ Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
+ avoid tickling it in Pod::Man for now; other nits in
+ Pod::*
+ Branch: perl
+ ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
+ ! pod/perlopentut.pod
+____________________________________________________________________________
+[ 4389] By: gsar on 1999/10/15 08:55:01
+ Log: disable internal globbing for miniperl (or build breaks out
+ in a rash of failed dependencies)
+ Branch: perl
+ ! Makefile.SH op.c win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 4388] By: jhi on 1999/10/15 08:07:49
+ Log: Integrate with Sarathy.
+ Branch: cfgperl
+ !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
+ !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
+____________________________________________________________________________
+[ 4387] By: gsar on 1999/10/15 07:46:24
+ Log: integrate cfgperl contents into mainline
+ Branch: perl
+ ! Changes
+ !> pod/perldelta.pod pod/perldiag.pod regcomp.c
+ !> t/pragma/warn/regcomp
+____________________________________________________________________________
[ 4386] By: gsar on 1999/10/15 05:45:36
Log: various little goofs in change#4385
Branch: perl
diff --git a/MANIFEST b/MANIFEST
index aebd662964..00052dfab2 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -504,7 +504,7 @@ iperlsys.h Perl's interface to the system
jpl/JNI/Changes Java Native Interface changes
jpl/JNI/Closer.java Java Native Interface example
jpl/JNI/JNI.pm Java Native Interface module
-jpl/JNI/JNI.pm Java Native Interface module
+jpl/JNI/JNI.xs Java Native Interface module
jpl/JNI/JNIConfig Java Native Interface config
jpl/JNI/JNIConfig.Win32 Java Native Interface config
jpl/JNI/JNIConfig.kaffe Java Native Interface config
@@ -623,6 +623,7 @@ lib/Pod/Checker.pm Pod-Parser - check POD documents for syntax errors
lib/Pod/Functions.pm used by pod/splitpod
lib/Pod/Html.pm Convert POD data to HTML
lib/Pod/InputObjects.pm Pod-Parser - define objects for input streams
+lib/Pod/Man.pm Convert POD data to *roff
lib/Pod/Parser.pm Pod-Parser - define base class for parsing POD
lib/Pod/Select.pm Pod-Parser - select portions of POD docs
lib/Pod/Text.pm Pod-Parser - convert POD data to formatted ASCII text
diff --git a/Porting/makerel b/Porting/makerel
index 8db209aea0..f51b4a5478 100644
--- a/Porting/makerel
+++ b/Porting/makerel
@@ -114,13 +114,13 @@ my @writables = qw(
ext/ByteLoader/byterun.h
global.sym
keywords.h
- lib/warning.pm
+ lib/warnings.pm
objXSUB.h
opcode.h
pp.sym
pp_proto.h
regnodes.h
- warning.h
+ warnings.h
win32/config_H.bc
win32/config_H.gc
win32/config_H.vc