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
2024-12-05
Prepare for 1.37.0 release.
v1.37.0
Calvin Rose
-2
/
+2
2024-12-02
Additional tweak to address #1523
sogaiu
-1
/
+1
2024-12-01
Correct documentation for issue #1523
Calvin Rose
-5
/
+18
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-11-17
Add an extra has mix round to string hashes.
Calvin Rose
-6
/
+7
2024-11-16
fix janet_string_equalconst
Ian Henry
-2
/
+2
2024-10-30
Add assertf and use in boot.janet. Address #1516
sogaiu
-8
/
+11
2024-10-20
Cast arguments to `int32_t` before passing to `janet_formatb` with `%d` forma...
ArtSin
-1
/
+1
2024-10-18
Fix Issue #1512
Calvin Rose
-2
/
+3
2024-10-18
Don't error on empty struct.
Calvin Rose
-0
/
+1
2024-10-11
Formatting.
Calvin Rose
-200
/
+199
2024-10-11
Use _Exit since it is standard in c99
Calvin Rose
-2
/
+3
2024-10-11
Use msvc compiler intrinsics for atomics.
Calvin Rose
-6
/
+6
2024-10-10
Include windows.h for atomics always in capi.c
Calvin Rose
-2
/
+4
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-29
Update copyright date.
Calvin Rose
-57
/
+57
2024-09-21
Add *repl-prompt*.
Calvin Rose
-4
/
+7
2024-09-20
Add support for multiple directories in JANET_PATH.
Calvin Rose
-4
/
+27
2024-09-17
Add some detail to signal docstring
sogaiu
-1
/
+11
2024-09-12
Add overflow check.
Calvin Rose
-0
/
+1
2024-09-12
Add rules for nth and only-tags. Address #1503
Calvin Rose
-1
/
+58
2024-09-07
Prepare for 1.36.0 release.
v1.36.0
Calvin Rose
-2
/
+2
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-09-06
Fix endianess issues on s390x architecture.
Calvin Rose
-37
/
+33
2024-09-06
Add regression test for chat server issues. Address #1496
Calvin Rose
-2
/
+2
2024-09-06
Undo workaround for unsetting reference from streams -> fibers after
Calvin Rose
-10
/
+0
2024-09-06
Fix memory leak with weak table frees.
Calvin Rose
-0
/
+10
2024-09-06
Update ev.c with workaround for failing chat server.
Calvin Rose
-0
/
+11
2024-08-31
Don't check for docstrings when explicitly disabled.
Calvin Rose
-3
/
+4
2024-08-31
Begin standardizing of event properties for filewatch.
Calvin Rose
-5
/
+70
2024-08-29
Save :source-form in environment when debugging is enabled.
Calvin Rose
-0
/
+4
2024-08-22
Add fixes for marshalling weak containers - Fix #1488
Calvin Rose
-7
/
+43
2024-08-20
Fix mingw build warnings.
Calvin Rose
-1
/
+1
2024-08-18
Add testing for Linux.
Calvin Rose
-20
/
+20
2024-08-18
Add suite for testing filewatch.
Calvin Rose
-28
/
+20
2024-08-18
More changes how we use WideCharToMutliByte
Calvin Rose
-10
/
+18
2024-08-18
Add unlisten for linux.
Calvin Rose
-0
/
+6
2024-08-18
Go back to ReadDirectoryChangesExW since it is better.
Calvin Rose
-27
/
+124
2024-08-17
filewatch/make -> filewatch/new
Calvin Rose
-4
/
+7
2024-08-17
ReadDirectoryChangesExW is only supported in recent windows.
Calvin Rose
-6
/
+5
2024-08-17
First working version of filewatch on windows.
Calvin Rose
-52
/
+112
2024-08-17
More changes for filewatch windows.
Calvin Rose
-5
/
+4
2024-08-17
More updates to windows build.
Calvin Rose
-3
/
+8
2024-08-17
Add failure to initialize protections for filewatch module.
Calvin Rose
-2
/
+2
2024-08-17
Merge branch 'filewatch'
Calvin Rose
-25
/
+258
2024-08-17
Add aliases for bundle/module - issue #1486
Calvin Rose
-1
/
+6
2024-08-16
Work on the filewatch module.
Calvin Rose
-3
/
+315
[next]