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-02-05
Update CHANGELOG.md
make-modules-easier
Calvin Rose
-4
/
+7
2026-02-05
Allow simpler loading of modules.
Calvin Rose
-4
/
+10
2026-02-05
Auto-format janet.
Calvin Rose
-137
/
+138
2026-02-04
Show accumulation buffer and tagged capture in peg debug rule.
Calvin Rose
-16
/
+81
2026-02-04
Move peg debug output to stderr in line with other internal debug tools.
Calvin Rose
-17
/
+29
2026-02-04
Update changelog.
Calvin Rose
-0
/
+1
2026-02-04
Add ??/debug PEG rule (#1710)
0xbec163
-0
/
+73
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
More tweaks to changelog.
Calvin Rose
-0
/
+1
2026-02-01
Update CHANGELOG.md
Calvin Rose
-0
/
+4
2026-02-01
Revert changes to peg grammar.
Calvin Rose
-2
/
+0
2026-02-01
Merge pull request #1703 from amano-kenji/peg
Calvin Rose
-2
/
+4
2026-01-31
More tweaks for named arity linting.
Calvin Rose
-4
/
+21
2026-01-31
Make sure named argumnets are compiled before destructured params.
Calvin Rose
-10
/
+13
2026-01-31
Add another bounds check for updating labels. Related to #1700
Calvin Rose
-1
/
+1
2026-01-31
Partially address issue #1654 - better linting for named arguments.
Calvin Rose
-15
/
+121
2026-01-31
Update copyright.
Calvin Rose
-2
/
+2
2026-01-30
Update README with more clarification on versions to use for building.
Calvin Rose
-7
/
+49
2026-01-29
More documentation.
Calvin Rose
-19
/
+104
2026-01-29
Preserve tuple type to fix #1709
Calvin Rose
-1
/
+9
2026-01-28
Merge pull request #1704 from amano-kenji/os/date
Calvin Rose
-4
/
+6
2026-01-28
Merge pull request #1708 from sogaiu/fiber-docstring-tweaks
Calvin Rose
-14
/
+22
2026-01-29
Tweak some fiber-related docstrings
sogaiu
-14
/
+22
2026-01-28
Add some extra checks for marshalling code.
Calvin Rose
-6
/
+10
2026-01-28
Disallow scheduling already modified fibers.
Calvin Rose
-0
/
+9
2026-01-28
Address #1707 - do not schedule non-task fibers.
Calvin Rose
-0
/
+3
2026-01-28
MSVC and windows clib does not like fopen(NULL, ...)
Calvin Rose
-0
/
+1
2026-01-27
Add janet_decref_abstract_maybe_free
Calvin Rose
-19
/
+22
2026-01-24
Add test case to help address #1705
Calvin Rose
-0
/
+23
2026-01-24
Small tweaks to boot.janet to improve stack traces.
Calvin Rose
-4
/
+5
2026-01-24
Address #1705 - ev/close affecting ev/select.
Calvin Rose
-2
/
+4
2026-01-24
Document how to set local timezone for os/date and os/strftime
amano.kenji
-4
/
+6
2026-01-24
Make peg-grammar available in all threads for peg/compile
amano.kenji
-2
/
+4
2026-01-23
Fix test case.
Calvin Rose
-1
/
+4
2026-01-23
Address #170 - strchr was not properly checking for 0 byte.
Calvin Rose
-4
/
+7
2026-01-23
Address #1700 and move test cases to suite-compile.janet
Calvin Rose
-19
/
+31
2026-01-23
Address #1699 and improve test case for #1702
Calvin Rose
-7
/
+18
2026-01-23
Address #1702 with extra bounds check.
Calvin Rose
-4
/
+10
2026-01-22
Remove xprintf reference.
Calvin Rose
-1
/
+1
2026-01-22
Revert a number of minor, unneeded changes for persistent REPL history.
Calvin Rose
-29
/
+22
2026-01-22
Disable persistent REPL history without JANET_HISTFILE.
Calvin Rose
-15
/
+4
2026-01-22
Add persistent repl history.
Calvin Rose
-9
/
+105
2026-01-20
Merge pull request #1696 from amano-kenji/master
Calvin Rose
-1
/
+1
2026-01-20
Document empty? more clearly.
amano.kenji
-1
/
+1
2026-01-18
janet-format boot.janet
Calvin Rose
-8
/
+8
2026-01-18
Update changelog and spelling
Calvin Rose
-3
/
+4
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
[next]