From ecbdf7e8362e155a2c993b64b6fd51c3740160ea Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 21 Jul 1998 03:49:55 +0000 Subject: [PATCH] remove compat3.sym and rename perld4.pod p4raw-id: //depot/perl@1592 --- MANIFEST | 3 +-- compat3.sym | 46 ----------------------------------- pod/{perld4.pod => perl5004delta.pod} | 0 3 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 compat3.sym rename pod/{perld4.pod => perl5004delta.pod} (100%) diff --git a/MANIFEST b/MANIFEST index 2bb044a..6c82f65 100644 --- 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 index db53dd6..0000000 --- a/compat3.sym +++ /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 diff --git a/pod/perld4.pod b/pod/perl5004delta.pod similarity index 100% rename from pod/perld4.pod rename to pod/perl5004delta.pod -- 2.7.4