This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.003_01: mg.c
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Fri, 5 Jul 1996 05:20:30 +0000 (05:20 +0000)
committerCharles Bailey <bailey@genetics.upenn.edu>
Fri, 5 Jul 1996 05:20:30 +0000 (05:20 +0000)
commit88e89b8ad0f6ca931077409131185dccc62a9998
tree270daaaaef725fae8d5ac5e82f2f2dd84b46000c
parentcf5c4ad8e0f17d2bc4a19ce99d04c7c3a3b626e0
perl 5.003_01: mg.c

Use safefree() instead of Safefree to free memory allocated by safemalloc()
Add support for shared hash keys
Add $^E support for OS/2
Add support for 64-bit time values
Add cast for new GV type
Don't allow errors in setting string $! to change $!
Restart system calls on all signals where possible
Add support for imporved %SIG management
Don't reset global $. unless we're reading a file
mg.c