index
:
janet
1.8
appveyor-experiments
appveyor-testing
armtest
atomic-load-relaxed
bindport
bsd-feature-flag
bundle-tools
bytecode_opt
circleci-project-setup
clean-string-api
compile-opt
configcheck
connect-ex-work
consolidate-io
core-image
cosmo-fixup
cuddled-symbols
debug-hooks
default-amalg
dup-fix
envblock
ev
ev-epoll-fewer-syscalls
ev-reduce-polls
ev_execute
executable-gen
ffi
ffi-win32
filewatch
fsync
hexfloats
improved-execute
inet_test
installer-changes-windows
issue-1692
jpm
keyword-oo
linspace-range
linting
localbindings
locales
longstring-autoindent
make-modules-easier
marshal_corrupt_fix
master
matchcap
math-functions
meson-only
mingw-variants
negative-indexing-redo
net
net-reworkings
newjpm
no-critical-section
no-int
op_subtract_imm
pointer
posix-spawn-chdir
posix_spawn
release-fix
repl-complete
s390x-ci-fix
s390x-workflow
shell-win-feature-check
sigaction
size_t_everything
socket-extra-ipv6
sockopt-bsd
sortkeys
struct-proto
sync-primitives
threads-3
undo-deep-eq-fix
use-size_t
weak-tables
win-scratch
windows-ev
A dynamic language and bytecode vm
Calvin Rose <calsrose@gmail.com>
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2025-09-21
Merge branch 'master' into compile-opt
compile-opt
Calvin Rose
-200
/
+516
2025-09-21
Update CHANGELOG
Calvin Rose
-0
/
+1
2025-09-21
Merge pull request #1647 from sogaiu/tweak-flycheck-related-docstrings
Calvin Rose
-6
/
+10
2025-09-21
Tweak some flycheck-related docstrings
sogaiu
-6
/
+10
2025-09-20
Update CHANGELOG.md
Calvin Rose
-1
/
+4
2025-09-20
Refactor flycheck to allow customization. Address #1638
Calvin Rose
-62
/
+78
2025-09-19
Manually declare chroot on macos.
Calvin Rose
-0
/
+1
2025-09-19
Add os/posix-chroot
Calvin Rose
-0
/
+25
2025-09-19
Merge pull request #1645 from pyrmont/bugfix.avoid-apc-use
Calvin Rose
-13
/
+36
2025-09-17
Remove unused function on Windows
Michael Camilleri
-6
/
+1
2025-09-17
Add workaround to timer resolution issue on Windows
Michael Camilleri
-1
/
+8
2025-09-16
Start worker thread in suspended state on Windows
Michael Camilleri
-1
/
+2
2025-09-16
Use SetEvent rather than QueueUserAPC on Windows
Michael Camilleri
-6
/
+26
2025-09-15
Fix #1643, but add features.h
Calvin Rose
-0
/
+3
2025-09-15
Merge pull request #1640 from sogaiu/add-some-windows-commentary
Calvin Rose
-3
/
+9
2025-09-11
Improve windows-related docs and notes
sogaiu
-3
/
+9
2025-09-06
Don't try for backwards compat with compiled modules - Address #1639
Calvin Rose
-1
/
+1
2025-09-02
Minor version bump for linking.
Calvin Rose
-6
/
+6
2025-09-01
Update CHANGELOG.md
Calvin Rose
-0
/
+4
2025-09-01
Add test case for string/format %s of buffer
Calvin Rose
-0
/
+3
2025-09-01
Remove strnlen and correctly address #1600
Calvin Rose
-11
/
+3
2025-09-01
Revert reordering 2.
Calvin Rose
-3
/
+3
2025-09-01
Revert reordering of janet_deinit
Calvin Rose
-6
/
+6
2025-09-01
Add per-thread finalizer calls in missing places.
Calvin Rose
-10
/
+15
2025-09-01
Address #1629 - janet_deinit called before threaded channel message sent
Calvin Rose
-9
/
+117
2025-09-01
Fix #1604 - Add JANET_DO_ERROR_* defines for failure flags from janet_dobytes.
Calvin Rose
-5
/
+9
2025-08-31
Merge pull request #1637 from jsks/spelling-fixes
Calvin Rose
-2
/
+2
2025-08-31
Small spelling fixes
Joshua Krusell
-2
/
+2
2025-08-30
Update janet for 1.39.1
v1.39.1
Calvin Rose
-3
/
+7
2025-08-30
Update meson.build version.
Calvin Rose
-1
/
+1
2025-08-30
Merge pull request #1632 from jsks/jsks-channel
Calvin Rose
-4
/
+4
2025-08-30
Merge pull request #1633 from aeiouaeiouaeiouaeiouaeiouaeiou/janet-legacy-macos1
Calvin Rose
-1
/
+8
2025-08-29
os.c: use JANET_SPAWN_NO_CHDIR macros for macOS <10.15
aeiouaeiouaeiouaeiouaeiouaeiou
-1
/
+8
2025-08-29
Export channel utilities
Joshua Krusell
-4
/
+4
2025-08-24
Prepare for 1.39.0 release
v1.39.0
Calvin Rose
-5
/
+8
2025-08-24
Merge pull request #1628 from snltd/illumos-support
Calvin Rose
-3
/
+28
2025-08-21
Use janet_gettime instead of clock_gettime in ev.c
Calvin Rose
-3
/
+3
2025-08-18
illumos support
snltd
-3
/
+28
2025-08-18
Merge pull request #1627 from nlordell/fix/system-monotonic-clock
Calvin Rose
-15
/
+12
2025-08-18
Read System Clock for Monotonic Time
Nicholas Rodrigues Lordello
-15
/
+12
2025-08-18
Merge pull request #1626 from nlordell/fix/clocks-per-sec
Calvin Rose
-2
/
+2
2025-08-18
Use `CLOCKS_PER_SEC`
Nicholas Rodrigues Lordello
-2
/
+2
2025-08-17
Merge pull request #1624 from nlordell/fix/libjanet-ldflags
Calvin Rose
-1
/
+1
2025-08-17
Add test patch for #1625
Calvin Rose
-3
/
+3
2025-08-18
Fix `LDFLAGS` Usage in Makefile
Nicholas Rodrigues Lordello
-1
/
+1
2025-08-16
Merge pull request #1623 from tttuuu888/work-issue-1622
Calvin Rose
-0
/
+51
2025-08-14
Add `net/socket` for unbound socket creation #1622
Seungki Kim
-0
/
+51
2025-08-12
Merge pull request #1621 from tttuuu888/work-issue-1620
Calvin Rose
-1
/
+3
2025-08-11
Fix: Correctly flag UDP streams in net/connect #1620
Seungki Kim
-1
/
+3
2025-08-02
Windows quirk fix
Calvin Rose
-0
/
+5
[next]