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
2026-01-12
Disable ipv6 for now in main test.
socket-extra-ipv6
Calvin Rose
-2
/
+2
2026-01-12
Turn strict linting back on.
Calvin Rose
-1
/
+1
2026-01-12
Some more work on socket testing and allow setting ipv4 vs. ipv6 on raw
Calvin Rose
-10
/
+76
2026-01-12
use u_char for IP_MULTICAST_TTL sockopt on BSD
Peter Rippe
-0
/
+14
2026-01-10
Version bump for wip 1.41.x
Calvin Rose
-7
/
+7
2026-01-10
Make varfn correctly handle verbose metadata.
Calvin Rose
-8
/
+12
2026-01-10
Simplify dynamic binding setup in cli-main.
Calvin Rose
-32
/
+17
2026-01-10
Revert "Reworking coloring logic for repl and CLI interface."
Calvin Rose
-13
/
+8
2026-01-10
Reworking coloring logic for repl and CLI interface.
Calvin Rose
-8
/
+13
2026-01-10
Fix -w flag with repl.
Calvin Rose
-1
/
+1
2026-01-10
Turn on strict linting in test suite.
Calvin Rose
-5
/
+10
2026-01-10
Warn on unused bindings (strict lint).
Calvin Rose
-26
/
+81
2026-01-09
Add test case.
issue-1692
Calvin Rose
-0
/
+4
2026-01-09
Make os/realpath error on windows if path does not exist.
Calvin Rose
-0
/
+8
2026-01-04
Add linting to address #1688
Calvin Rose
-0
/
+13
2026-01-03
Merge pull request #1690 from pyrmont/bugfix.copyright-2026
Calvin Rose
-95
/
+95
2026-01-02
Update year in copyright disclaimer to 2026
Michael Camilleri
-95
/
+95
2025-12-22
Add fix for issue #1687 - destrucutre + splice
Calvin Rose
-3
/
+25
2025-12-14
Merge pull request #1686 from pyrmont/bugfix.windows-empty-env
Calvin Rose
-0
/
+11
2025-12-15
Exclude MinGW on WINE from special case
Michael Camilleri
-1
/
+4
2025-12-15
Add special case for expected error on MinGW
Michael Camilleri
-2
/
+4
2025-12-15
Use double-NULL byte for empty process environments on Windows
Michael Camilleri
-0
/
+6
2025-12-14
Merge pull request #1683 from llmII/fix-unix-sockets
Calvin Rose
-1
/
+9
2025-12-14
Merge pull request #1685 from sogaiu/tweak-int-max-min-docstrings
Calvin Rose
-2
/
+2
2025-12-14
Add missing uinteger janet_opt* funcitons.
Calvin Rose
-0
/
+15
2025-12-14
Fix math/int-{max,min} docstrings
sogaiu
-2
/
+2
2025-12-13
Fix unix sockets issue on FreeBSD
llmII
-1
/
+9
2025-12-13
Add os/cpu-count get defaults.
Calvin Rose
-3
/
+4
2025-12-13
Formatting
Calvin Rose
-26
/
+28
2025-12-13
Merge pull request #1679 from pixelherodev/master
Calvin Rose
-45
/
+185
2025-12-12
plan9: support %r format to read errstr
Noam Preil
-2
/
+9
2025-12-12
plan9: use _Exit
Noam Preil
-4
/
+0
2025-12-12
clean up headers
Noam Preil
-5
/
+0
2025-12-12
clean test
Noam Preil
-3
/
+3
2025-12-12
plan9: restore CLOCK_PROCESS_CPUTIME_ID support
Noam Preil
-2
/
+0
2025-12-12
plan9: restore sys/wait usage (patched in NPE)
Noam Preil
-3
/
+1
2025-12-12
plan9: working process support
Noam Preil
-12
/
+18
2025-12-11
Merge pull request #1681 from tw4452852/push-somyznopprwr
Calvin Rose
-2
/
+11
2025-12-11
Merge pull request #1682 from sogaiu/update-macos-runner
Calvin Rose
-1
/
+1
2025-12-11
9front: expanded OS support
Noam Preil
-26
/
+45
2025-12-11
9front: support (os/cpu-count)
Noam Preil
-0
/
+2
2025-12-12
add plan9 support to changelog
Noam Preil
-0
/
+1
2025-12-12
plan9: 32-bit support
Noam Preil
-5
/
+3
2025-12-12
9front: allow file/open of directories
Noam Preil
-1
/
+1
2025-12-12
9front: detect compiler as kencc
Noam Preil
-0
/
+3
2025-12-12
fix mkfile, rename port to plan9
Noam Preil
-1
/
+1
2025-12-12
9front: clean up mkfile
Noam Preil
-1
/
+4
2025-12-12
mkfile: standalone build in place, fix clean target
Noam Preil
-20
/
+11
2025-12-12
drop fixme, can worry about it later
Noam Preil
-4
/
+0
2025-12-12
plan9: silence first mk, redisable EV for now
Noam Preil
-2
/
+2
[next]