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
Branch
Commit message
Author
Age
1.8
Prepare for 1.8.1 release.
Calvin Rose
6 years
appveyor-experiments
Actually run the installer in build_win.bat.
Calvin Rose
6 years
appveyor-testing
Add refreshenv.
Calvin Rose
6 years
armtest
Distinguish between subprocess when testing.
Calvin Rose
3 years
atomic-load-relaxed
Inter
Calvin Rose
10 months
bindport
Fix meson build.
bakpakin
5 years
bsd-feature-flag
Change feature flags for BSD.
Calvin Rose
6 years
bundle-tools
Merge branch 'master' into bundle-tools
Calvin Rose
21 months
bytecode_opt
Merge branch 'master' into bytecode_opt
Calvin Rose
3 years
circleci-project-setup
Add .circleci/config.yml
Calvin Rose
5 years
clean-string-api
Begin cleaning up string API.
Calvin Rose
7 years
compile-opt
Merge branch 'master' into compile-opt
Calvin Rose
6 months
configcheck
Add api for checking build compatibilty.
Andrew Chambers
7 years
connect-ex-work
Update exceptions for os/execute with empty env test.
Calvin Rose
7 days
consolidate-io
Broken Pipe error on windows should just be end of stream.
Calvin Rose
5 years
core-image
Try to update windows build for core image.
Calvin Rose
7 years
cosmo-fixup
Cosmo libc builds were not working.
Calvin Rose
3 weeks
cuddled-symbols
Add support for cuddled symbol shorthand.
Calvin Rose
6 years
debug-hooks
Add first iteration of call hooks.
Calvin Rose
15 months
default-amalg
Fix warnings.
Calvin Rose
6 years
dup-fix
Try io.h on windows
Calvin Rose
9 days
envblock
Change os/execute implementation for windows.
Calvin Rose
5 years
ev
Fix typo.
Calvin Rose
5 years
ev-epoll-fewer-syscalls
Improve assert-no-error test helper.
Calvin Rose
2 years
ev-reduce-polls
Add regression test for chat server issues.
Calvin Rose
18 months
ev_execute
Begin implementing async subproccesses for windows.
Calvin Rose
5 years
executable-gen
Remove bsd check in cook.janet.
Calvin Rose
7 years
ffi
Add suite0012 stub with delay test.
Calvin Rose
4 years
ffi-win32
Fix docstring.
Calvin Rose
4 years
filewatch
Better handle extra filewatch events on wine.
Calvin Rose
19 months
fsync
Fsync changes.
Calvin Rose
3 days
hexfloats
Add some more test cases for hex floats.
Calvin Rose
13 months
improved-execute
Allow IO redirection on windows.
Calvin Rose
6 years
inet_test
inet_test change.
Calvin Rose
3 years
installer-changes-windows
Add path separator.
Calvin Rose
15 months
issue-1692
Add test case.
Calvin Rose
9 weeks
jpm
Update NSIS installer.
Calvin Rose
7 years
keyword-oo
Add a test for making method calls
Calvin Rose
7 years
linspace-range
Work on making range take non-integer values.
Calvin Rose
20 months
linting
Use lint information in run-context.
Calvin Rose
5 years
localbindings
Update asm.c
Calvin Rose
3 years
locales
OpenBSD does not work with LC_*_MASK stuff.
Calvin Rose
22 months
longstring-autoindent
Fix some valgrind errors.
Calvin Rose
5 years
make-modules-easier
Update CHANGELOG.md
Calvin Rose
5 weeks
marshal_corrupt_fix
Add test for marshalling channels.
Calvin Rose
3 years
master
Fix #1723 - handle prompt longer than terminal is wide.
Calvin Rose
3 days
matchcap
Add `matchcap` combinator to pegs.
Calvin Rose
5 years
math-functions
Add several math functions to the math module.
Calvin Rose
6 years
meson-only
Verify working meson build on windows.
Calvin Rose
7 years
mingw-variants
Include atomics unconditionally.
Calvin Rose
17 months
negative-indexing-redo
Make negative indexing work like python.
Calvin Rose
3 years
net
POLLER -> POLLERR
Calvin Rose
6 years
net-reworkings
Fix meson install test.
Calvin Rose
2 years
newjpm
More work on bringing jpm port to functional levels.
Calvin Rose
5 years
no-critical-section
Test replacing CRITICAL_SECTION with SRWLOCK.
Calvin Rose
6 months
no-int
Update documentation to remove references of integers and real numbers.
Calvin Rose
7 years
op_subtract_imm
Add test case for issue #1217
Calvin Rose
3 years
pointer
Added a getter to the new pointer type.
rncar
7 years
posix-spawn-chdir
Add some systems that support addchdir.
Calvin Rose
11 months
posix_spawn
Update changelog
Calvin Rose
7 years
release-fix
More changes.
Calvin Rose
21 months
repl-complete
Add special forms and sort completions.
Calvin Rose
6 years
s390x-ci-fix
try older ubuntu version
Calvin Rose
16 months
s390x-workflow
Change directory before running make ...
Calvin Rose
18 months
shell-win-feature-check
Add header file.
Calvin Rose
3 years
sigaction
Try to use atomics inside signal handler for ref count.
Calvin Rose
3 years
size_t_everything
Long way to go.
Calvin Rose
23 months
socket-extra-ipv6
Disable ipv6 for now in main test.
Calvin Rose
8 weeks
sockopt-bsd
Update header file.
Calvin Rose
3 years
sortkeys
Update CHANGELOG.md
Calvin Rose
5 years
struct-proto
fix call to table/proto-flatten
Calvin Rose
4 years
sync-primitives
Add rwlocks.
Calvin Rose
4 years
threads-3
Add root-env
Calvin Rose
6 years
undo-deep-eq-fix
Revert some changes.
Calvin Rose
15 months
use-size_t
Update src/core/string.c
Calvin Rose
22 months
weak-tables
Add weak references in the form of weak tables.
Calvin Rose
2 years
win-scratch
Remove windows MSVC warnings about _stat.
Calvin Rose
6 years
windows-ev
More work on windows event loop code.
Calvin Rose
5 years