The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Proc::ProcessTable.

0.01  Mon Jun  8 11:37:47 1998
	- original version; created by h2xs 1.18

0.03  Sun Jul 26 09:07:50 1998
	- added argument to va_end to make linux-ppc work

0.04  Fri Aug 14 22:51:31 1998
        - preliminary pre-alpha solaris support

0.05  Wed Dec  9 18:47:39 1998
	- fixed minor compilation problems for solaris. Changed rss to
	bytes on linux for consistency with solaris; also added "time"
	and "ctime" fields to linux for consistency. Updated
	documentation in Process.pm. Folded in AIX port by David Paquet.

0.06  Wed Dec  9 23:42:05 1998
	- added HPUX port by Mike Romberg.

0.07  Wed Jan  6 14:57:04 1999
	- added FreeBSD port by Slaven Rezic. 

0.08  Thu Feb  4 00:35:53 1999 
	- Fixed bug in solaris hints file that was looking for a
	version of solaris returned by "uname -r" as > 2.5, when
	"uname -r" returns the "SunOS" version of 5.5. Fixed bug in
	linux module in which only the first field of the command line 
	was getting passed in cmndline attribute.

0.09   Fri Feb 19 23:23:53 1999 
	- Fixed bug in Linux.c, fopen() called without corresponding 
	fclose. Added empty DESTROY subs to ProcessTable.pm and Process.pm
	to fix occasional problems with mod_perl. Changed all instances of
	sv_undef in ProcessTable.xs to PL_sv_undef to comply with new 
	standard.

0.10	Sat Feb 20 11:29:35 1999
	- Added code to ProcessTable.xs to check perl patchlevel version
	and use either PL_sv_undef or sv_undef since lots of people are
	still using older versions of perl.

0.11	Sat Mar  6 19:04:39 1999
	- Fixed code that checked perl patchlevel version to check directly 
	for definition of PL_sv_undef and define it as sv_undef if it's not 
	there, since it's not clear what patchlevel we need to check for. 
	Also fixed embarrassing and unnecessary call to close() a string in 
	Solaris.c