projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b2661f
)
updated CHANGELOG
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Tue, 18 Jul 2023 18:40:18 +0000
(13:40 -0500)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Tue, 18 Jul 2023 18:40:18 +0000
(13:40 -0500)
CHANGELOG
patch
|
blob
|
history
diff --git
a/CHANGELOG
b/CHANGELOG
index 03643ece2c6f4c4836eca88be91020861f5747ec..abb236da6263989aa43fd8ab81ac917be566e875 100644
(file)
--- a/
CHANGELOG
+++ b/
CHANGELOG
@@
-15,8
+15,11
@@
Additions:
- `tty_get` and `tty_set` functions in `core.os`
- Allows for controlling raw and echoed input
- Currently only for `onyx` runtime and on Linux only.
+- `-Dno_entrypoint` for programs that do not have a `main` function.
Removals:
+- `Wait_Notify_Available` global in `runtime` package.
+ - This is no longer needed as futexes are preferred instead of wait/notify.
Changes: