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.