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
2 days
Fix #1723 - handle prompt longer than terminal is wide.
HEAD
master
Calvin Rose
-8
/
+28
2 days
fix janet_make_threaded to return threaded channel (#1724)
PinieP
-1
/
+1
4 days
Align items in multiline pretty format (%m and %p) (#1721)
McSinyx
-43
/
+127
7 days
Update CHANGELOG.md
Calvin Rose
-0
/
+2
7 days
Use ConnectEx for non-blocking connect on windows when available.
Calvin Rose
-40
/
+152
9 days
Cast for warning on mingw DWORD printing.
Calvin Rose
-1
/
+1
9 days
Try io.h on windows
dup-fix
Calvin Rose
-0
/
+1
9 days
Fix regression where private main was not run.
Calvin Rose
-1
/
+1
9 days
Dup io file descriptors when marshalling closable files.
Calvin Rose
-10
/
+45
10 days
Move some files around code more defensively for mitigation.
Calvin Rose
-1
/
+1
10 days
Fix GC collecting active fiber during nested janet_continue (#1720)
Brett
-0
/
+155
12 days
Tweak a docstring and a comment (#1718)
sogaiu
-3
/
+3
2026-02-21
Check stderr for redirection before turning on/off color.
Calvin Rose
-2
/
+2
2026-02-20
Add sanitizer test to github actions and sr.ht builds.
Calvin Rose
-0
/
+20
2026-02-20
Avoid memory leak when canceling fibers with threaded channels.
Calvin Rose
-8
/
+18
2026-02-20
Remove older extra channel unlocks.
Calvin Rose
-18
/
+0
2026-02-20
Add builders for issue #1716
Calvin Rose
-2
/
+2
2026-02-20
Suspicious locking behavior with select.
Calvin Rose
-0
/
+2
2026-02-20
fix multicast on illumos (#1717)
R Fisher
-1
/
+1
2026-02-18
Prepare for next patch release.
Calvin Rose
-4
/
+7
2026-02-18
Fix vestigial doc string.
Calvin Rose
-3
/
+1
2026-02-18
Prepare for v1.41.2 and indicate vm changes for stack correction.
v1.41.2
Calvin Rose
-0
/
+1
2026-02-18
1.42.2 patch.
Calvin Rose
-1
/
+1
2026-02-18
Update for 1.41.2 patch.
Calvin Rose
-5
/
+5
2026-02-17
Update CHANGELOG.md
Calvin Rose
-0
/
+1
2026-02-17
Generate JOP_PUT_INDEX in the compiler when possible.
Calvin Rose
-9
/
+26
2026-02-17
Add regression test for issue #1714
Calvin Rose
-0
/
+8
2026-02-17
Initialize memory allocated by put (#1715)
Evan Shaw
-0
/
+8
2026-02-16
Use snprintf instead of sprintf - sequel (#1713)
sogaiu
-5
/
+6
2026-02-16
Code defensively with regard to stack resizes from custom get and put
Calvin Rose
-18
/
+59
2026-02-15
Expose module/add-syspath and update CHANGELOG.md
Calvin Rose
-1
/
+6
2026-02-15
Don't reference argv after fiber may have been resized.
Calvin Rose
-2
/
+4
2026-02-15
Improve ability to load modules by full path.
Calvin Rose
-1
/
+20
2026-02-15
Allow garbage collection to be called inside the module entry.
Calvin Rose
-0
/
+3
2026-02-15
Remove macos-13
Calvin Rose
-1
/
+1
2026-02-15
Patch release to 1.41.1
v1.41.1
Calvin Rose
-5
/
+5
2026-02-15
Add explicit include of inttypes.h
Calvin Rose
-0
/
+1
2026-02-15
Use correct format specifier on windows if missing message.
Calvin Rose
-1
/
+1
2026-02-15
Cosmo libc builds were not working.
cosmo-fixup
Calvin Rose
-4
/
+23
2026-02-15
Sort keys when compiling struct and table literals.
Calvin Rose
-4
/
+18
2026-02-15
Prepare for 1.41.0 release
v1.41.0
Calvin Rose
-1
/
+2
2026-02-14
Work on windows for WSAConnect not working.
Calvin Rose
-5
/
+11
2026-02-14
Update for msvc build.
Calvin Rose
-1
/
+1
2026-02-14
Use snprintf instead of sprintf (#1711)
sogaiu
-3
/
+3
2026-02-14
When pretty printing, don't sort keys for huge tables.
Calvin Rose
-38
/
+61
2026-02-13
Don't use preload on absolute paths.
Calvin Rose
-3
/
+8
2026-02-06
Merge branch 'make-modules-easier'
Calvin Rose
-8
/
+17
2026-02-06
Remove extra output from peg test.
Calvin Rose
-3
/
+5
2026-02-06
VERBOSE=1 caused tests to fail as we did more asserts inside the assert.
Calvin Rose
-9
/
+5
2026-02-06
More tweaks to peg suite for arm32 failures.
Calvin Rose
-3
/
+5
[next]