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
path:
root
/
src
(
follow
)
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
-42
/
+63
7 days
Use ConnectEx for non-blocking connect on windows when available.
Calvin Rose
-34
/
+116
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
/
+28
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
/
+12
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
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
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
-3
/
+3
2026-02-18
Fix vestigial doc string.
Calvin Rose
-3
/
+1
2026-02-18
Update for 1.41.2 patch.
Calvin Rose
-3
/
+3
2026-02-17
Generate JOP_PUT_INDEX in the compiler when possible.
Calvin Rose
-7
/
+22
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
/
+1
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
Patch release to 1.41.1
v1.41.1
Calvin Rose
-3
/
+3
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
Sort keys when compiling struct and table literals.
Calvin Rose
-4
/
+18
2026-02-14
Work on windows for WSAConnect not working.
Calvin Rose
-4
/
+6
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
/
+7
2026-02-06
Merge branch 'make-modules-easier'
Calvin Rose
-8
/
+14
2026-02-06
Remove extra output from peg test.
Calvin Rose
-1
/
+1
2026-02-06
VERBOSE=1 caused tests to fail as we did more asserts inside the assert.
Calvin Rose
-1
/
+1
2026-02-06
More tweaks to peg suite for arm32 failures.
Calvin Rose
-1
/
+1
2026-02-05
Print "actual" output on verbose mode for suite-peg
Calvin Rose
-2
/
+2
2026-02-05
Update CHANGELOG.md
make-modules-easier
Calvin Rose
-4
/
+4
2026-02-05
Allow simpler loading of modules.
Calvin Rose
-4
/
+10
2026-02-04
Show accumulation buffer and tagged capture in peg debug rule.
Calvin Rose
-7
/
+26
2026-02-04
Move peg debug output to stderr in line with other internal debug tools.
Calvin Rose
-3
/
+9
2026-02-04
Add ??/debug PEG rule (#1710)
0xbec163
-0
/
+26
2026-02-02
Speed up symbol resolution.
Calvin Rose
-18
/
+105
2026-02-02
Add unmarshal sandbox.
Calvin Rose
-1
/
+5
2026-02-02
Add :compile, :asm, and :threads to sandbox flags.
Calvin Rose
-1
/
+14
2026-02-01
Revert changes to peg grammar.
Calvin Rose
-2
/
+0
[next]