Revision history for Perl extension Filesys::Statfs Filesys::Statvfs Filesys::Df
0.01 Thur Mar 11 23:26:11 2004
- I created this package that includes all three modules.
I made a bunch of changes to Filesys::Statfs. Right now it only
works with Darwin and BSD. These are the only two Unix OSes without statvfs()
that I could find.
0.70 Fri Sep 3 20:26:11 2004
- Updated the Makefile.PL to check and see if the statvfs header and statfs
header exist. If I cant find them in the include path I default to the
previous behavior.
0.71 Fri Sep 24 18:19:42 2004
- Changed Makefile.PL to define a new value for Darwin and BSD systems if
no statfs or statvfs headers are found. In the future if either of these
systems use those headers instead of mount.h and param.h no changes should
be required.
- Removed HP-UX specific values that are returned from statvfs().
- Changed some of the text in the documentation and Makefile.PL.
- Added DISTNAME and now cleanup config.h in Makefile.PL.
0.72 Tues Feb 8 23:19:42 2005
- Fixed bug where large filesystems(1+ terabyte), that would use
all 32bits in the blocks field, would report incorrect values.
The xs files now check whether the values should be pushed on the
stack as signed or unsigned.
0.73 Tues Feb 18 14:10:42 2005
- Added some extra error checking.
0.74 Tues Mar 6 11:43:42 2005
- Changed the signed test.