aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorLines
2025-09-21Merge branch 'master' into compile-optcompile-optCalvin Rose-200/+516
2025-09-21Update CHANGELOGCalvin Rose-0/+1
2025-09-21Merge pull request #1647 from sogaiu/tweak-flycheck-related-docstringsCalvin Rose-6/+10
2025-09-21Tweak some flycheck-related docstringssogaiu-6/+10
2025-09-20Update CHANGELOG.mdCalvin Rose-1/+4
2025-09-20Refactor flycheck to allow customization. Address #1638Calvin Rose-62/+78
2025-09-19Manually declare chroot on macos.Calvin Rose-0/+1
2025-09-19Add os/posix-chrootCalvin Rose-0/+25
2025-09-19Merge pull request #1645 from pyrmont/bugfix.avoid-apc-useCalvin Rose-13/+36
2025-09-17Remove unused function on WindowsMichael Camilleri-6/+1
2025-09-17Add workaround to timer resolution issue on WindowsMichael Camilleri-1/+8
2025-09-16Start worker thread in suspended state on WindowsMichael Camilleri-1/+2
2025-09-16Use SetEvent rather than QueueUserAPC on WindowsMichael Camilleri-6/+26
2025-09-15Fix #1643, but add features.hCalvin Rose-0/+3
2025-09-15Merge pull request #1640 from sogaiu/add-some-windows-commentaryCalvin Rose-3/+9
2025-09-11Improve windows-related docs and notessogaiu-3/+9
2025-09-06Don't try for backwards compat with compiled modules - Address #1639Calvin Rose-1/+1
2025-09-02Minor version bump for linking.Calvin Rose-6/+6
2025-09-01Update CHANGELOG.mdCalvin Rose-0/+4
2025-09-01Add test case for string/format %s of bufferCalvin Rose-0/+3
2025-09-01Remove strnlen and correctly address #1600Calvin Rose-11/+3
2025-09-01Revert reordering 2.Calvin Rose-3/+3
2025-09-01Revert reordering of janet_deinitCalvin Rose-6/+6
2025-09-01Add per-thread finalizer calls in missing places.Calvin Rose-10/+15
2025-09-01Address #1629 - janet_deinit called before threaded channel message sentCalvin Rose-9/+117
2025-09-01Fix #1604 - Add JANET_DO_ERROR_* defines for failure flags from janet_dobytes.Calvin Rose-5/+9
2025-08-31Merge pull request #1637 from jsks/spelling-fixesCalvin Rose-2/+2
2025-08-31Small spelling fixesJoshua Krusell-2/+2
2025-08-30Update janet for 1.39.1v1.39.1Calvin Rose-3/+7
2025-08-30Update meson.build version.Calvin Rose-1/+1
2025-08-30Merge pull request #1632 from jsks/jsks-channelCalvin Rose-4/+4
2025-08-30Merge pull request #1633 from aeiouaeiouaeiouaeiouaeiouaeiou/janet-legacy-macos1Calvin Rose-1/+8
2025-08-29os.c: use JANET_SPAWN_NO_CHDIR macros for macOS <10.15aeiouaeiouaeiouaeiouaeiouaeiou-1/+8
2025-08-29Export channel utilitiesJoshua Krusell-4/+4
2025-08-24Prepare for 1.39.0 releasev1.39.0Calvin Rose-5/+8
2025-08-24Merge pull request #1628 from snltd/illumos-supportCalvin Rose-3/+28
2025-08-21Use janet_gettime instead of clock_gettime in ev.cCalvin Rose-3/+3
2025-08-18illumos supportsnltd-3/+28
2025-08-18Merge pull request #1627 from nlordell/fix/system-monotonic-clockCalvin Rose-15/+12
2025-08-18Read System Clock for Monotonic TimeNicholas Rodrigues Lordello-15/+12
2025-08-18Merge pull request #1626 from nlordell/fix/clocks-per-secCalvin Rose-2/+2
2025-08-18Use `CLOCKS_PER_SEC`Nicholas Rodrigues Lordello-2/+2
2025-08-17Merge pull request #1624 from nlordell/fix/libjanet-ldflagsCalvin Rose-1/+1
2025-08-17Add test patch for #1625Calvin Rose-3/+3
2025-08-18Fix `LDFLAGS` Usage in MakefileNicholas Rodrigues Lordello-1/+1
2025-08-16Merge pull request #1623 from tttuuu888/work-issue-1622Calvin Rose-0/+51
2025-08-14Add `net/socket` for unbound socket creation #1622Seungki Kim-0/+51
2025-08-12Merge pull request #1621 from tttuuu888/work-issue-1620Calvin Rose-1/+3
2025-08-11Fix: Correctly flag UDP streams in net/connect #1620Seungki Kim-1/+3
2025-08-02Windows quirk fixCalvin Rose-0/+5