summaryrefslogtreecommitdiff
path: root/misc/ruby-windows_error
AgeCommit message (Collapse)AuthorFilesLines
2022-08-28misc/ruby-windows_error: update to 0.1.4taca2-6/+6
0.1.4 (2022-03-30) * Sort constants so the order is deterministic.
2022-02-13misc/ruby-windows_error: update to 0.1.3taca2-6/+6
0.1.3 (2022-01-11) * Allow comparing error codes to nil
2021-10-26misc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (possibly fetched conditionally?): ./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
2021-10-07misc: Remove SHA1 hashes for distfilesnia1-2/+1
2017-10-03misc/ruby-windows_error: Import version 0.1.2minskim4-0/+47
The WindowsError gem provides an easily accessible reference for standard Windows API Error Codes. It allows you to do comparisons as well as direct lookups of error codes to translate the numerical value returned by the API, into a meaningful and human readable message.