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
/
boot
/
boot.janet
(
follow
)
Age
Commit message (
Expand
)
Author
Lines
2025-09-21
Tweak some flycheck-related docstrings
sogaiu
-6
/
+10
2025-09-20
Update CHANGELOG.md
Calvin Rose
-1
/
+1
2025-09-20
Refactor flycheck to allow customization. Address #1638
Calvin Rose
-62
/
+78
2025-08-31
Small spelling fixes
Joshua Krusell
-1
/
+1
2025-07-18
net/server: improve error for truthy handler and type :datagram
Isaac Freund
-1
/
+7
2025-07-13
Validate optional args to import
sarna
-1
/
+6
2025-07-12
Clarify :fresh usage in import
sarna
-3
/
+3
2025-07-06
Allow :dependencies value in info.jdn to contain dictionaries for complex dep...
Michael Camilleri
-12
/
+16
2025-07-02
Use :dependencies argument in bundle/install for dependency checking
Michael Camilleri
-31
/
+25
2025-06-24
Patch try to accept (try body ([] catch-body))
iacore
-16
/
+17
2025-05-21
Remove some underline bits from doc-format
sogaiu
-4
/
+2
2025-05-20
Address #1591 - remove _ behavior of docstring format
Calvin Rose
-2
/
+1
2025-05-02
Tweak docstrings for better handling
sogaiu
-4
/
+6
2025-04-06
Fix mapcat and keep docstrings
sogaiu
-4
/
+5
2025-04-05
Add os/getpid
Calvin Rose
-1
/
+1
2025-04-05
Tweak doc for mapcat, count, keep, all, some
sogaiu
-13
/
+46
2025-04-03
Adopt docstring from #1574
Calvin Rose
-2
/
+8
2025-04-01
Notify user when script is installed during a bundle installation.
Calvin Rose
-0
/
+4
2025-03-17
Add bundle/replace
Calvin Rose
-6
/
+15
2025-03-16
Make installed manifests nicer to work with.
Calvin Rose
-4
/
+9
2025-03-08
Fix defdyn in flychecking.
Calvin Rose
-3
/
+2
2025-03-03
Expose bundle operations in the CLI.
Calvin Rose
-4
/
+40
2025-02-16
Work on bug #1556
Calvin Rose
-2
/
+2
2025-02-07
Address issue #1558
Calvin Rose
-1
/
+1
2025-02-06
Tweak apply and short-fn docstrings
sogaiu
-11
/
+5
2025-02-01
Update reduce2 documentation to fix issue #1545
Calvin Rose
-1
/
+1
2024-12-27
Tweak *exit-value* doc - address #1537
sogaiu
-1
/
+1
2024-12-21
Revert behavior of deep= on mutable keys.
Calvin Rose
-14
/
+2
2024-12-19
Allow table/to-struct to take a prototype.
Calvin Rose
-2
/
+10
2024-12-19
freeze with mutable keys should be determinsic help address #1535
Calvin Rose
-8
/
+12
2024-12-19
Allow for mutable keys correctly in deep=
Calvin Rose
-40
/
+50
2024-11-25
Remove unused var pstatus
sogaiu
-1
/
+0
2024-11-24
Assertf with no arguments does not make sense.
Calvin Rose
-5
/
+10
2024-10-30
Add assertf and use in boot.janet. Address #1516
sogaiu
-8
/
+11
2024-10-05
Fix bundle/install with :check true installation failure.
Calvin Rose
-3
/
+3
2024-10-05
Setting a profile will mess with imports.
Calvin Rose
-1
/
+2
2024-09-21
Add *repl-prompt*.
Calvin Rose
-4
/
+7
2024-09-20
Add support for multiple directories in JANET_PATH.
Calvin Rose
-1
/
+24
2024-09-07
Improve error messages even more for `copyfile`.
Calvin Rose
-10
/
+12
2024-09-07
Improve error messages in bundle/add if files are missing.
Calvin Rose
-2
/
+6
2024-08-31
Don't check for docstrings when explicitly disabled.
Calvin Rose
-3
/
+4
2024-08-29
Save :source-form in environment when debugging is enabled.
Calvin Rose
-0
/
+4
2024-08-17
Add aliases for bundle/module - issue #1486
Calvin Rose
-1
/
+6
2024-08-16
Work on the filewatch module.
Calvin Rose
-0
/
+1
2024-08-15
Prefix bin+sep to add-bin dest argument
sogaiu
-2
/
+2
2024-08-05
Add options to os/pipe for custom blocking behavior.
Calvin Rose
-0
/
+13
2024-07-31
Use gensym in do-compare macro.
Calvin Rose
-9
/
+13
2024-07-31
Add geomean function.
Calvin Rose
-0
/
+13
2024-07-29
Fix polymorphic support in compare
Michael Camilleri
-5
/
+11
2024-07-18
Do not warn when loop body is empty
sogaiu
-1
/
+0
[next]