aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-26 21:40:35 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-26 21:40:35 -0600
commit64790d036be21d9fc76bcec2102d2e1865ccd84f (patch)
tree8211e06d29d1db73f2abd4e4605ab7f6eb07a708 /README.md
parent65e4eb4c1aea40b98595ea5ad88b6e8cde8fe473 (diff)
downloadmakers-64790d036be21d9fc76bcec2102d2e1865ccd84f.tar.gz
makers-64790d036be21d9fc76bcec2102d2e1865ccd84f.zip
prep for actual release0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index a1daa2b..9ac974e 100644
--- a/README.md
+++ b/README.md
@@ -7,3 +7,23 @@ A (mostly) [POSIX-compatible](https://pubs.opengroup.org/onlinepubs/9699919799/u
- internationalization (`LANG`/`LC_ALL`/`LC_CTYPE`/`LC_MESSAGES`) not implemented
- XSI conformance (SCCS integration) not implemented
- signal handling not implemented
+- library handling not implemented
+- some POSIX-specified features are pending (search `TODO` for a list)
+- builtin macro `MAKE` is defined as `makers`
+
+## status
+
+automated tests only cover a small fraction of this software, so as it stands it's not profoundly reliable.
+that said, I test manually on complicated projects, and the current record for most complex project which builds successfully with yapymake is Tcl.
+
+## changelog
+
+### v0.1.0 - 2021-03-25
+
+- initial release
+
+## license
+
+Released under the [Indie Code Catalog Standard Deal](https://indiecc.com/deal/3.0.0), version 3.0.0 or later.
+
+Commercial licenses are available for purchase [through Indie Code Catalog](https://indiecc.com/~boringcactus/makers).