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

Use home-grown name for chsize() to avoid possible collision with
  function which exists in system libraries but isn't used
Support home-grown analogue to binmode()
Give debugger access to function call executing "tie" and "dbmopen"
Implement strict untie
Add casts to reflect new GV type
Allow redirection of debug messages
Fix handling of file truncation
Handle missing rdev field in struct stat
Handle 64-bit time values
pp_sys.c