mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Prepare for 1.14.1 release.
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| # Changelog | ||||
| 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 `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" | ||||
|   | ||||
| @@ -1008,7 +1008,7 @@ static void janet_unlisten(JanetListenerState *state) { | ||||
| void janet_loop1_impl(int has_timeout, JanetTimestamp to) { | ||||
|     ULONG_PTR completionKey = 0; | ||||
|     DWORD num_bytes_transfered = 0; | ||||
|     LPOVERLAPPED overlapped; | ||||
|     LPOVERLAPPED overlapped = NULL; | ||||
|  | ||||
|     /* Calculate how long to wait before timeout */ | ||||
|     uint64_t waittime; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose