| Filesys-SamFS documentation | view source | Contained in the Filesys-SamFS distribution. |
Changed the licensing to the Artistic License 2.0. Added Artistic-2.0, const-c.inc, and const-xs.inc to MANIFEST.
Changed Makefile.PL so that it can run non-interactively.
Regenerated code for constants with recent h2xs to make it more efficient. All new constants in supports include files added. Added new macros as well. sam_stat now returns the number of blocks and a constant blocksize of 512.
New versions of stat and lstat: stat_sclars and lstat_scalars. They return an array ref pointing to the copy arrays rather than the arrays themselves, plus the new members of the structure. Code wrapping sam_vsn_stat, sam_segment_vsn_stat, sam_segment_stat, sam_segment_lstat, sam_restore_file, sam_restore_copy Much of the new code can be switched off by defining OLD_SAMFS.
NOTE: The behaviour of sam_vsn_stat has been changed. Unless compiled with OLD_SAMFS, it returns a reference to one array that contains the attributes of the requested copy rather than a list of arrays, where the first array contains the attributes. I.e. the other arrays have been dropped.
Moved website to www.lupe-christoph.de (Yay!)
Added missing functions to export lists: sam_archive sam_cancelstage sam_release sam_ssum sam_stage sam_setfa sam_advise
Removed license statement ("same as Perl") from Copyright section in README.pod. Added License section to README.pod. Added file Artistic to the distribution.
Corrected minor mistake in examples/sls. Corrected documentation for vsn_stat - it requires two arguments.
Changed name of the SamFS version sub from VERSION (clashes with the module VERSION) to SAM_VERSION. Added opencat, closecat, and getcatalog to the documentation, which was also a little beautified.
Support for SamFS release 3.3.1. Added SS_ARCHIVE_C, SS_DIRECTIO, SS_PARTIAL, SS_ISARCHIVE_C, SS_ISDIRECTIO, SS_ISPARTIAL (only defined when Filesys::SamFS is installed with a SamFS version that has them). Changed implementation of sam_vsn_stat().
Converted README and Changes to POD format. Changed Makefile.PL to generate text and HTML versions from them.
Reworked tests, Makefile.PL, added examples/sls
original version; created by h2xs 1.19
| Filesys-SamFS documentation | view source | Contained in the Filesys-SamFS distribution. |