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-17
Allow redirecting :err to :out with os/execute, no just os/spawn.
Calvin Rose
-1
/
+1
2026-01-17
Don't use new flag on mingw test.
Calvin Rose
-1
/
+1
2026-01-17
Make sure to run test with old flags as well.
Calvin Rose
-1
/
+16
2026-01-17
Add option to explicity inherit handles rather than implicitly.
Calvin Rose
-2
/
+9
2026-01-17
Improve stacktraces for macros that use defer.
Calvin Rose
-8
/
+13
2026-01-17
On windows, streams created with os/open improved.
Calvin Rose
-3
/
+23
2026-01-17
On windows, make sure to use FILE_ATTRIBUTE_NORMAL by default.
Calvin Rose
-8
/
+12
2026-01-17
Add shorthand for os test.
Calvin Rose
-5
/
+12
2026-01-17
Fix reference.
Calvin Rose
-1
/
+1
2026-01-17
Add more information to process creation failure on windows.
Calvin Rose
-1
/
+21
2026-01-16
Merge pull request #1695 from nfgrusk/add-omitted-word-in-docstrings
Calvin Rose
-3
/
+3
2026-01-17
Add omitted word "is" in docstrings.
Nora Gruner
-3
/
+3
2026-01-15
Fix pathologically slow insertion pattern.
Calvin Rose
-2
/
+5
2026-01-14
Simplify `ev/gather` and add `ev/go-gather`.
Calvin Rose
-12
/
+21
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
[next]