This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.003_01: sv.c
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Thu, 25 Jul 1996 02:26:20 +0000 (02:26 +0000)
committerCharles Bailey <bailey@genetics.upenn.edu>
Thu, 25 Jul 1996 02:26:20 +0000 (02:26 +0000)
commit1edc1566d55df87b21cf04e543228c5f1b61f4d4
treeeeb160a191ff41a127fd5f0d69a8ceb34b542a68
parent877c3cb57b3cfd1fab42d38930d7791bb022a60e
perl 5.003_01: sv.c

Don't try stdio tricks under QNX
Mark deleted SV with "impossible" type
Use Safemalloc to allocate memory for SVs, since we'll use Safefree
  to deallocate it later
Use casts to reflect new GV type
Allow redirection of debug messages
Add shared hash key support
Tolerate dangling references in debugger during object destruction
Don't warn about unreferenced scalars spotted during sv_clean_all()
If we're not trying stdio tricks, at least give system calls some
  breathing room when we use the same line terminator they do (\n)
Add information to sv_dump() output
sv.c