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
/
include
/
janet.h
(
follow
)
Age
Commit message (
Expand
)
Author
Lines
2022-03-21
Auto update copyright date.
Calvin Rose
-1
/
+1
2022-03-17
Refactor __MACH__ to JANET_APPLE
Jason Pepas
-2
/
+2
2022-01-06
Tweaks on redef feature branch.
Calvin Rose
-4
/
+3
2021-12-29
Support :dynamic-defs dynamic binding
Michael Camilleri
-3
/
+4
2021-12-18
Support redefinable bindings
Michael Camilleri
-1
/
+3
2021-12-04
Add extra "prefix" parameter to debug/stacktrace.
Calvin Rose
-0
/
+1
2021-10-29
Merge branch 'master' into struct-proto
Calvin Rose
-14
/
+204
2021-10-22
Use named union in JanetGCObject
Michael Camilleri
-1
/
+1
2021-10-04
Merge pull request #824 from GrayJack/rnd-double-capi
Calvin Rose
-0
/
+1
2021-10-03
Expose `janet_rng_double` to the C API
GrayJack
-0
/
+1
2021-09-21
Add custom base option to number peg combinator.
Calvin Rose
-0
/
+1
2021-09-19
Remove thread module.
Calvin Rose
-5
/
+0
2021-09-19
Add (number combinator to peg).
Calvin Rose
-1
/
+2
2021-09-17
Add semi-colon.
Calvin Rose
-1
/
+1
2021-09-17
Avoid including windows.h in janet.h for JanetOSMutex.
Calvin Rose
-5
/
+10
2021-09-06
Enable kqueue on MacOS
llmII
-0
/
+6
2021-09-05
Remove comments regarding NetBSD breakage
llmII
-1
/
+0
2021-09-03
Add kqueue support to Janet
llmII
-0
/
+5
2021-08-22
Readd the janet_register function.
bakpakin
-0
/
+3
2021-08-20
Fix typo in header.
Calvin Rose
-1
/
+1
2021-08-20
Windows header issues.
Calvin Rose
-1
/
+4
2021-08-20
Expose JanetOSMutex to make abstract types easier to write.
Calvin Rose
-0
/
+17
2021-08-19
Initial threaded abstract types.
Calvin Rose
-1
/
+11
2021-08-16
Fix threaded supervisor channels - Fix #766
Calvin Rose
-0
/
+1
2021-08-15
Fix some issues and improve channel closing.
Calvin Rose
-0
/
+1
2021-08-15
Initial working draft of threaded channels.
Calvin Rose
-1
/
+3
2021-07-29
Put source mapping info in stack traces.
Calvin Rose
-1
/
+0
2021-07-27
Merge branch 'master' into new-style-math-bindings
Andrew Owen
-4
/
+5
2021-07-27
Add JANET_DEF and co, use in math.c
Andrew Owen
-0
/
+12
2021-07-27
Remove static function from the JANET_FN family of macros
Andrew Owen
-4
/
+4
2021-07-25
Add macro mechanism for defining C source information for functions.
bakpakin
-0
/
+57
2021-07-25
Add utitities for interrupting the event loop.
bakpakin
-1
/
+34
2021-07-24
Add janet_interpreter_interrupt for custom scheduling.
bakpakin
-0
/
+2
2021-07-21
Make epoll the default on Linux for event loop implementations.
Calvin Rose
-0
/
+5
2021-07-18
Add janet_loop_fiber C function to run a fiber to completion from C.
Calvin Rose
-0
/
+4
2021-07-17
Add option to build janet without thread library.
Calvin Rose
-2
/
+8
2021-07-16
Add janet_vm_save and janet_vm_load.
Calvin Rose
-0
/
+7
2021-05-31
Update copyright dates.
Calvin Rose
-1
/
+1
2021-05-31
Remove externeous typedarray defines in janet.h
Calvin Rose
-5
/
+0
2021-05-29
Initial struct prototype code.
Calvin Rose
-0
/
+4
2021-05-28
Work on system for adding compiler warnings.
Calvin Rose
-1
/
+20
2021-04-29
Merge commit 'f4c9064b79d5b32fd74e5ddf25266356c22dd53b'
Calvin Rose
-0
/
+18
2021-04-29
Remove typed arrays from the core.
Calvin Rose
-53
/
+5
2021-03-23
Add config support for custom allocators.
Andrew Chambers
-1
/
+18
2021-03-13
Sort keys initial.
Calvin Rose
-0
/
+1
2021-02-26
Address #641 - add undef combinator.
Calvin Rose
-1
/
+2
2021-01-30
Change output format for line+col.
Calvin Rose
-0
/
+1
2021-01-23
Begin work on allowing small binaries.
Calvin Rose
-0
/
+1
2021-01-18
Update os/shell to be non-blocking as well.
v1.14.1
Calvin Rose
-1
/
+2
2021-01-16
Add os/proc-close to close all pipes associated with a subprocess.
Calvin Rose
-0
/
+1
[next]