aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-05-18sysexits.asd: Add author metadataHEADmasterTeddy Wing
2021-02-14Add READMEv1.0.0Teddy Wing
2021-02-14Increase version to 1.0.0Teddy Wing
Seems finished.
2021-02-14Add license (BSD 3-Clause)Teddy Wing
License the project under the BSD 3-Clause because we've copied the documentation from `sysexits.h`.
2021-02-14Add documentation to constantsTeddy Wing
Copy the documentation from `sysexits.h` for each constant. Use the `sysexits.h` license in order to reuse the documentation. Copied the text from: https://sourceware.org/git/?p=glibc.git;a=blob;f=misc/sysexits.h;h=37246b6e752fad0122d842bd479b59d127975bb8;hb=HEAD
2021-02-13Add system documentationTeddy Wing
2021-02-13Define constants for exit codes based on sysexits.hTeddy Wing