What's Changed
- Expand scope of code that works with
ev/deadline
again by @pyrmont in #1575 - Remove unix domain socket after test by @sogaiu in #1577
- Tweak doc for mapcat, count, keep, all, some by @sogaiu in #1578
- Fix mapcat and keep docstrings by @sogaiu in #1581
- Fix absence of pthread_cancel in Android by @pyrmont in #1582
- Try to fix cfun registry size check for cross-thread messages by @agent-kilo in #1593
- Tweak docstrings for better handling by @sogaiu in #1594
- Remove some underline bits from doc-format by @sogaiu in #1597
- Use strnlen when checking for null byte by @edsrzf in #1601
- Patch try to accept (try body ([] catch-body)) by @iacore in #1605
- Support complex dependency coordinates in
bundle/install
by @pyrmont in #1606 - Clarify :fresh usage in import by @sarna in #1607
- net/server: improve error for truthy handler and type :datagram by @ifreund in #1615
- Fix: Correctly flag UDP streams in net/connect #1620 by @tttuuu888 in #1621
- Add
net/socket
for unbound socket creation for #1622 by @tttuuu888 in #1623 - Fix
LDFLAGS
Usage in Makefile by @nlordell in #1624 - Use
CLOCKS_PER_SEC
instead ofCLOCKS_PER_SECOND
by @nlordell in #1626 - Read System Clock for Monotonic Time by @nlordell in #1627
- illumos support by @snltd in #1628
New Contributors
- @agent-kilo made their first contribution in #1593
- @edsrzf made their first contribution in #1601
- @sarna made their first contribution in #1607
- @ifreund made their first contribution in #1615
- @tttuuu888 made their first contribution in #1621
- @nlordell made their first contribution in #1624
- @snltd made their first contribution in #1628
Full Changelog: v1.38.0...v1.39.0