Revision history for Perl extension Filesys::Statvfs Filesys::Df 0.01 Mon Jul 14 11:26:11 1998 - original version; created by h2xs 1.18 0.31 Mon Jul 27 1998 - Created a more functional test.pl - Updated documentation 0.43 Thu Jul 30 1998 - Added inode values to df(). - Updated documentation 0.44 Tue Aug 04 1998 - Changed keys to lowercase for df(). - Removed user_used key from documentation although it is still acessable. - Updated documnetation. 0.46 Fri Aug 07 1998 - Changed module layout. No more Filesys dir. This fixed a bug with installs. - Changed documentation. 0.48 Sat Aug 08 1998 - README Changes 0.49 Sat Sep 15 1998 - README Changes 0.50 Sat Sep 28 1998 - Changed Makefile.PL so that it will create a config.h - Changed Statvfs.xs to return extra values if defined by the OS. 0.52 Wed Nov 04 1998 - Shortened the code in Df.pm 0.53 Thu Dec 31 1998 - Fixed df() bug where percents over 100 would not have the proper value. - Fixed df() bug where a bavail value would have a bad value if percent was over 100. - Used int() to lose any decimals. 0.54 Mon Mar 1 1999 - README Changes - test.pl changes 0.55 Sun Nov 28 1999 - Added support for Linux 0.61 Fri Jan 7 2000 - I added support for AIX. - Fixed a bug where the statvfs data would be out of order when I started ifdefing stuff out of Statvfs.xs. This would only occur to less used members of the statvfs struct like fsid. The actual block and inode counts where unaffected so you would still get an accurate picture of the space on the filesystem. I fixed this by returning 0 for integers and NULL for strings that are not used by the statvfs structure.