Opened 12 years ago
Closed 12 years ago
#956 closed defect (fixed)
sha1sum: "sha1sum" should do something sensible on Windows
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | someday |
Component: | extensions | Version: | 4.8.x |
Keywords: | sha1sum | Cc: | |
Estimated difficulty: |
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.
Note: See
TracTickets for help on using
tickets.