remove compat3.sym and rename perld4.pod
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 21 Jul 1998 03:49:55 +0000 (03:49 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 21 Jul 1998 03:49:55 +0000 (03:49 +0000)
p4raw-id: //depot/perl@1592

MANIFEST
compat3.sym [deleted file]
pod/perl5004delta.pod [moved from pod/perld4.pod with 100% similarity]

index 2bb044a..6c82f65 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -49,7 +49,6 @@ byterun.c             Runtime support for compiler-generated bytecode
 byterun.h              Header for byterun.c
 cc_runtime.h           Macros need by runtime of compiler-generated code
 cflags.SH              A script that emits C compilation flags per file
-compat3.sym            List of symbols for binary-compatibility with 5.003
 config_h.SH            Produces config.h
 configpm               Produces lib/Config.pm
 configure.com          Configure-equivalent for VMS
@@ -695,7 +694,7 @@ pod/perlcall.pod    Callback info
 pod/perldata.pod       Data structure info
 pod/perldebug.pod      Debugger info
 pod/perldelta.pod      Changes since last version
-pod/perld4.pod         Changes from 5.003 to 5.004
+pod/perl5004delta.pod  Changes from 5.003 to 5.004
 pod/perldiag.pod       Diagnostic info
 pod/perldsc.pod                Data Structures Cookbook
 pod/perlembed.pod      Embedding info
diff --git a/compat3.sym b/compat3.sym
deleted file mode 100644 (file)
index db53dd6..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Global symbols that should handled differently when Perl 5.004 is
-# compiled for binary compatibility with version 5.003.
-
-# Variables from "interp.sym" that _should_ be hidden.
-
-curcop
-curcopdb
-envgv
-siggv
-tainting
-
-# Variables from "global.sym" that should _not_ be hidden.
-
-Error
-block_type
-comppad_name_floor
-debug
-nice_chunk
-nice_chunk_size
-no_myglob
-no_symref
-no_wrongref
-pad_reset_pending
-padix_floor
-regflags
-warn_uninit
-
-# Functions from "global.sym" that should _not_ be hidden.
-
-SvIV
-SvNV
-SvTRUE
-SvUV
-boot_core_UNIVERSAL
-do_undump
-safecalloc
-safefree
-safemalloc
-saferealloc
-safexcalloc
-safexfree
-safexmalloc
-safexrealloc
-save_iv
-sv_pvn
-yydestruct
similarity index 100%
rename from pod/perld4.pod
rename to pod/perl5004delta.pod