Noam Preil
0d7afc9419
clean up headers
2025-12-12 09:45:39 +00:00
Noam Preil
7e2a57687a
clean test
2025-12-12 09:42:55 +00:00
Noam Preil
2de6d26a46
plan9: restore CLOCK_PROCESS_CPUTIME_ID support
2025-12-12 09:35:37 +00:00
Noam Preil
4a9c9ebefc
plan9: restore sys/wait usage (patched in NPE)
2025-12-12 09:29:23 +00:00
Noam Preil
8887075a8c
plan9: working process support
2025-12-12 09:21:19 +00:00
Noam Preil
7d06faca66
9front: expanded OS support
2025-12-11 21:36:29 -06:00
Noam Preil
352935596a
9front: support (os/cpu-count)
2025-12-11 21:36:13 -06:00
Noam Preil
dc52242d36
add plan9 support to changelog
2025-12-12 07:44:25 +00:00
Noam Preil
dde1a67b77
plan9: 32-bit support
2025-12-12 07:41:05 +00:00
Noam Preil
7c31110195
9front: allow file/open of directories
2025-12-12 04:32:19 +00:00
Noam Preil
d41eeaf7fa
9front: detect compiler as kencc
2025-12-12 04:14:46 +00:00
Noam Preil
53fd2185fc
fix mkfile, rename port to plan9
2025-12-12 04:25:41 +00:00
Noam Preil
2937125633
9front: clean up mkfile
2025-12-12 04:08:00 +00:00
Noam Preil
8284b1f5f2
mkfile: standalone build in place, fix clean target
2025-12-12 03:00:44 +00:00
Noam Preil
04c96296b5
drop fixme, can worry about it later
2025-12-12 02:54:07 +00:00
Noam Preil
d888b1c530
plan9: silence first mk, redisable EV for now
2025-12-12 02:51:22 +00:00
Noam Preil
b723c00b98
mkfile: fix cleanfiles list, drop debugging target
2025-12-11 07:54:39 +00:00
Noam Preil
98bbe9f474
expose os/isatty, fix floating point math
2025-12-10 23:35:24 +00:00
Noam Preil
2f69678f2f
9front port
2025-12-10 12:18:17 +00:00
Calvin Rose
efe66f207f
Merge pull request #1678 from tw4452852/push-swmvxuxkrvsx
...
shell: Prevent buggy moving zero column behavior
2025-12-07 08:02:32 -06:00
Calvin Rose
d6803f7a17
Formatting.
2025-12-04 08:48:12 -06:00
Tw
6e883b8972
shell: Prevent buggy moving zero column behavior
...
According to https://unix.stackexchange.com/a/559331 ,
moving zero column is implemented inconsistently between
different terminal emulators.
In order to fix this inconsistency,
we avoid using this escape sequence entirely.
Signed-off-by: Tw <tw19881113@gmail.com >
Change-Id: I73d4252f8472c769f0cf98b6bbdf2b3d6a6a6964
2025-12-04 08:51:15 +08:00
Calvin Rose
c2cbfa4d5d
Merge pull request #1676 from tsujamin/msvc-runtime-stack-check-ffi-crash
...
Disable MSVC runtime stack checks in janet_ffi_win64
2025-12-02 09:10:50 -06:00
Benjamin Roberts
a85689312a
Disable MSVC runtime stack checks in janet_ffi_win64
...
The MSVC /RTCs argument instrument alloca() to prepend stack allocations
with metadata used to check for memory corruption during the function
prologue. This causes stack-based FFI arguments in janet_ffi_win64 to
become mis-aligned, and also for the alloca()-prepended header to be
corrupted leading to a fatal exception.
2025-12-01 15:37:09 -05:00
Calvin Rose
b9bc89a38c
Fix very old typo in janet.h
2025-11-30 14:22:17 -06:00
Calvin Rose
f79e4d6249
Address #1674 - Add cms combinator to peg.
...
It behaves like `cmt`, but flattens the result and can collect
multiple captures if an indexed data structure is returned.
2025-11-30 14:19:51 -06:00
Calvin Rose
238d6c2e13
Remove type constraint on doc for +.
...
This constraint is no longer true in all cases.
2025-11-30 14:19:51 -06:00
Calvin Rose
be2a1ddf96
Add test case for dollar suffix match.
2025-11-30 14:19:51 -06:00
Calvin Rose
d9105299f1
Allow matching tuples and arrays exactly via a dollar suffix.
2025-11-30 14:19:51 -06:00
Calvin Rose
8efeeaec95
Allow matching tuples and arrays exactly via a dollar suffix.
2025-11-30 14:19:51 -06:00
Calvin Rose
b92992c862
Make additions to core library
...
* Add `thaw-keep-keys` variant of `thaw`.
* Add `walk2` to traverse key-value pairs and fibers. Also add
corresponding `postwalk2` and `prewalk2`
* Built-in `repl` function now respects custom repl prompt.
2025-11-30 14:19:51 -06:00
Calvin Rose
996ad64d01
Merge pull request #1673 from sogaiu/remove-stale-item
...
Remove unused def
2025-11-30 10:17:30 -06:00
sogaiu
bd1641b936
Remove unused def
2025-11-29 23:38:07 +09:00
Calvin Rose
a9e6766958
Merge pull request #1672 from pyrmont/bugfix.bundle-script-loading
...
Improve messages on errors when loading the bundle script
2025-11-23 07:28:44 -06:00
Michael Camilleri
ee46315e1d
Improve messages on errors when loading the bundle script
2025-11-21 22:45:36 +09:00
Calvin Rose
7c1db67749
Merge pull request #1668 from sogaiu/tweak-file-write-docstring
...
Update file/write docstring
2025-11-17 05:27:57 -06:00
sogaiu
4fa1a6947c
Update file/write docstring
2025-11-17 18:51:55 +09:00
Calvin Rose
1449ad8b31
Update changelog.
v1.40.1
2025-11-16 17:39:19 -06:00
Calvin Rose
c44592c84d
Prepare for 1.40.1 patch release.
2025-11-16 16:55:28 -06:00
Calvin Rose
37e084969a
Merge pull request #1665 from sogaiu/fix-comment
...
Fix comment about syspath
2025-11-16 08:15:57 -06:00
Calvin Rose
b389f01005
Fix undefined behavior (integer overflow) in hash function.
...
If an intermediate hash value was 0xFFFFFFFF and we tried to add 1 as a
signed addition, this technically triggers undefined behavior.
2025-11-16 08:14:19 -06:00
sogaiu
a886a93d2f
Fix comment about syspath
2025-11-16 15:14:11 +09:00
Calvin Rose
f7d0d065c8
Add sr.ht build for meson reduced builds.
...
This should help better catch configs that break our website emscripten
build.
2025-11-15 09:46:35 -06:00
Calvin Rose
8c2a517cd7
Formatting and fix chroot build.
2025-11-15 09:43:15 -06:00
Calvin Rose
7e0c692d4e
Remove test-install target from sr.ht
v1.40.0
2025-11-15 08:39:47 -06:00
Calvin Rose
732fe0ad03
Try new openbsd.
2025-11-15 08:33:41 -06:00
Calvin Rose
0c8622c803
posix_chroot warning
2025-11-15 08:15:26 -06:00
Calvin Rose
94f2494f8d
MSVC warning
2025-11-15 08:14:28 -06:00
Calvin Rose
0f9ecc2da5
Prepare for 1.40.0 release
2025-11-15 07:31:23 -06:00
Calvin Rose
83f5da3b8f
Merge pull request #1662 from McSinyx/dobytes-err-ctx
...
Include context in dobytes' error string
2025-11-09 09:20:23 -06:00