mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 19:19:53 +00:00
Prepare for 1.14.1 release.
This commit is contained in:
parent
634219da2c
commit
5ee6dbcdf4
@ -1,7 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## Unreleased - ???
|
## 1.14.1 - 2021-01-18
|
||||||
- Add `doc-of` for reverse documentation lookup.
|
- Add `doc-of` for reverse documentation lookup.
|
||||||
- Add `ev/give-supervsior` to send a message to the supervising channel.
|
- Add `ev/give-supervsior` to send a message to the supervising channel.
|
||||||
- Add `ev/gather` and `chan` argument to `ev/go`. This new argument allows "supervisor channels"
|
- Add `ev/gather` and `chan` argument to `ev/go`. This new argument allows "supervisor channels"
|
||||||
|
@ -1008,7 +1008,7 @@ static void janet_unlisten(JanetListenerState *state) {
|
|||||||
void janet_loop1_impl(int has_timeout, JanetTimestamp to) {
|
void janet_loop1_impl(int has_timeout, JanetTimestamp to) {
|
||||||
ULONG_PTR completionKey = 0;
|
ULONG_PTR completionKey = 0;
|
||||||
DWORD num_bytes_transfered = 0;
|
DWORD num_bytes_transfered = 0;
|
||||||
LPOVERLAPPED overlapped;
|
LPOVERLAPPED overlapped = NULL;
|
||||||
|
|
||||||
/* Calculate how long to wait before timeout */
|
/* Calculate how long to wait before timeout */
|
||||||
uint64_t waittime;
|
uint64_t waittime;
|
||||||
|
Loading…
Reference in New Issue
Block a user