This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.003_01: perl.c
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Wed, 10 Jul 1996 23:25:43 +0000 (23:25 +0000)
committerCharles Bailey <bailey@genetics.upenn.edu>
Wed, 10 Jul 1996 23:25:43 +0000 (23:25 +0000)
commit6e72f9df74a7117adbff8ee835e7583bfdf747ab
tree8255504640243e7184117731c5cd91bdeb5fe4a8
parentb33f1439069220297f71a66e6e295d6acb4a3e19
perl 5.003_01: perl.c

Clean up interpreter initialization to eliminate leaks when
  multiple interpreters are started within a single application
Add shared hash key support
Initialize NeXT dynamic loading
Move information from -v to -V to keep the former concise
Rename global variables to eliminate collisions with system headers
Initialize new UNIVERSAL routines
Allow redirection of debug messages
Get debugger set up to debug BEGIN blocks
Assume G_EVAL in perl_eval_sv(), and propagate G_KEEPERR correctly
Remove help info for obsolete OS/2 command line switch
Uncouple $/ setup from $\
Update VMS -S handling
Recognize perl binaries on #! line when name contains version
Insure open script is rewound by suidperl before handing off to normal perl
perl.c