Summary

sha1sum: "sha1sum" should do something sensible on Windows

Metadata

Description

`sha1sum` is not available on Windows (it signals an error). It should read the file into a static buffer and invoke `string->sha1sum` instead to work transparently on that platform, even if memory-mapped file access is not used.

Changes and comments

[2012-12-14 22:04:50 UTC] felix changed status from new to closed

[2012-12-14 22:04:50 UTC] felix set resolution to fixed