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
2021-04-25
Prepare for 1.15.5 release.
v1.15.5
Calvin Rose
-2
/
+2
2021-04-25
Add declare-headers to jpm.
Calvin Rose
-1
/
+1
2021-04-15
Fix #682 - Don't hardcode size of sun_path.
Calvin Rose
-2
/
+3
2021-03-30
Fix #673 - check typed array index bounds as well as buffer count.
Calvin Rose
-5
/
+12
2021-03-26
Merge branch 'master' of github.com:janet-lang/janet
Calvin Rose
-1
/
+4
2021-03-26
Add net/shutdown to allow better networking with streams.
Calvin Rose
-2
/
+54
2021-03-24
Support adding arbitrary metadata to bindings
Michael Camilleri
-0
/
+3
2021-03-19
Version bump (development version).
Calvin Rose
-3
/
+3
2021-03-19
Update printing when entering debugger.
Calvin Rose
-13
/
+8
2021-03-19
Change inheritance rule.
Calvin Rose
-5
/
+16
2021-03-16
(#667) Add constant inlining for tuples and structs.
Calvin Rose
-4
/
+34
2021-03-16
Prepare for 1.15.4 release.
Calvin Rose
-2
/
+2
2021-03-13
Sort keys initial.
Calvin Rose
-18
/
+84
2021-03-13
Update pretty printing default depth.
Calvin Rose
-2
/
+2
2021-03-09
Update os.c
John Gabriele
-2
/
+2
2021-03-04
Add group-by and partition-by to the core.
Calvin Rose
-0
/
+30
2021-02-28
Merge branch 'master' of github.com:janet-lang/janet
v1.15.3
Calvin Rose
-1
/
+1
2021-02-28
Release 1.15.3
Calvin Rose
-4
/
+2
2021-02-28
Fix call to match in run-context
Michael Camilleri
-1
/
+1
2021-02-26
Merge branch 'master' of github.com:janet-lang/janet
Calvin Rose
-9
/
+24
2021-02-26
Address #641 - add undef combinator.
Calvin Rose
-4
/
+34
2021-02-26
Merge pull request #642 from pyrmont/feature.run-context-location
Calvin Rose
-3
/
+12
2021-02-23
Update boot.janet
John Gabriele
-2
/
+2
2021-02-23
Update boot.janet
John Gabriele
-2
/
+2
2021-02-23
`sort` doc
John Gabriele
-4
/
+10
2021-02-22
Check that new source location is a string
Michael Camilleri
-1
/
+3
2021-02-22
Allow source location in run-context to be updated
Michael Camilleri
-3
/
+10
2021-02-20
Fix #638 - update fiber status in certain cases.
Calvin Rose
-5
/
+6
2021-02-19
Address #640.
Calvin Rose
-2
/
+2
2021-02-16
Update definition of `or`.
Calvin Rose
-2
/
+1
2021-02-16
Fix or with zero arguments.
Leah Neukirchen
-1
/
+2
2021-02-15
Fix build error for 1.15.2
v1.15.2
Calvin Rose
-4
/
+4
2021-02-15
Prepare for 1.15.1 release.
Calvin Rose
-2
/
+2
2021-02-14
Fix #636
Calvin Rose
-1
/
+0
2021-02-14
Change behavior of empty env table passed to os/execute on windows.
Calvin Rose
-1
/
+0
2021-02-14
Change os/execute implementation for windows.
envblock
Calvin Rose
-37
/
+60
2021-02-09
Version bump.
Calvin Rose
-4
/
+4
2021-02-10
Tweak spec_readint
sogaiu
-1
/
+1
2021-02-08
Get ready for 1.15.0 release.
Calvin Rose
-3
/
+3
2021-02-08
Immediate instuctions will now call :compare method.
Calvin Rose
-4
/
+16
2021-02-08
Define immediate comparison instructions for non-integers.
Calvin Rose
-4
/
+4
2021-02-05
Merge pull request #628 from yumaikas/master
Calvin Rose
-9
/
+9
2021-02-05
Improve error message from janet_call.
Calvin Rose
-1
/
+8
2021-02-04
x86 32 bit on windows.
Calvin Rose
-3
/
+7
2021-02-04
Switch out `by` to `before?` in sort functions.
Andrew Owen
-9
/
+9
2021-02-04
Update sort documentation.
Calvin Rose
-4
/
+4
2021-02-04
Fix #625 - no fancy mixing in number hasing
Calvin Rose
-12
/
+4
2021-02-03
Tweak module/add-paths docstring
sogaiu
-4
/
+4
2021-02-02
Merge pull request #620 from sogaiu/marshal-doc
Calvin Rose
-2
/
+2
2021-02-02
Fix parser/insert.
Calvin Rose
-3
/
+8
[next]