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
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
+++ /dev/null
-# 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