shithub: sl

RSS feed

d857c974 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/13 20:39
remove old unused #if/#endif

2a9bc2ca – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/13 15:01
torture test: gc and makunbound

8eed9261 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/13 14:56
vm: _applyn restore stack, no need for repetition elsewhere

c5c81ebe – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/12 20:50
use sigsetjmp/siglongjmp on posix

586508d8 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/12 20:42
fix cross builds

edc9ab0a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/12 20:19
vm: fast path for fixnum negation

3f4a4920 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/12 01:30
closure op: refactor for readability

7c4d7e09 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/11 23:01
vm: less lines and indentation

fdd1fd39 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/11 21:40
vm: rearrange ops logic from most frequent to least frequent hit

377087f5 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/11 15:22
remove unused stuff from .lsp files

a633177c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/11 05:21
get rid of "max stack" logic

e945ea00 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/11 01:06
defined FWD_BIT for forwarding during GC

327ed4da – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/10 14:29
setc: avoid double eval

68972712 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/10 14:29
alloc_words: at least two cells alloc no longer required on 64-bit platforms

f3ac39d0 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/10 13:51
forwarding: use top bit instead of next cell

108a9de6 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/10 13:43
relocate: use forwardloc/isforwarded with cons

6e6df4d8 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/10 12:40
fl_init: no need to set C builtin symbol, cbuiltin does it already

da693f9c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/10 12:39
call ops: simplify for better indentation

5666cf94 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/09 23:24
l(v)argc -> (v)argc.l for consistency

c6cf65a3 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/09 21:08
rename leftovers (define+define-macro)

70059e26 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/09 19:52
(l)argc: update ip only on error; add explicit arity_error func

775cc94d – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/09 18:07
don't recompute max stack for the functions in the boot image

6bfa81bb – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/09 02:10
instructions table: store bytes from the start

c1979c1c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/09 00:37
torture: go back to running faster

ea74e72b – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/08 23:44
apply_cl: function_t: access through a pointer once

6266f48f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/08 07:15
remove uncompressed boot image from git

9047c134 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/08 07:11
expand -> macroexpand

49b1e660 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/08 06:51
doc-for: mame it work on non-symbols

5ab7fa99 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/08 02:21
#t: replace with just t (or T)

4d79d1ed – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/07 22:26
remove #f (nil to be used instead)

bdb751c9 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/07 14:33
define → def, define-macro → defmacro

a4055b31 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/06 23:18
tests: clean up

52c2630d – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/06 22:55
tests: string->time is always defined

dbb92f94 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/06 22:49
symbols created on init: specialize to avoid useless operations

e228d9b2 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/06 22:29
number boundaries tests: make macros prettier

983277e1 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/06 22:22
meson: build-tests → test3rd, disabled by default

d7f9a3b3 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/06 22:12
make-system-image: don't print pretty

49b352fc – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/06 21:53
fl_gc: bool

d5fd9c48 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/06 19:50
less ptr(...) casts

fda389be – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/06 19:28
allocate less cells

df22ae34 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/06 18:51
plan 9: simpler and more precise(?) nanosec_monotonic

152e9ed8 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/06 00:03
make string types, procedure? and top-level-bound? constants

f54ecaea – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/05 23:07
define *_MAXINT in terms of *_MANT_DIG

da8010e3 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/05 22:56
document rand* functions

44eba053 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/05 22:17
more bool

8f521e6d – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/05 22:02
cvalue init funcs: expect a throw on error

0701c4db – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/05 21:39
remove (u)longtype - not used

6c1b82ea – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/05 20:12
remove isclosure (alias for isfunction)

51146831 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/05 18:28
a bit of cvalues move and rename

9ceaddc0 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/05 16:32
more bool

7de6b74a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/05 13:06
vm-stats: specify units for heap and stack sizes

fa99106e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/05 12:48
vm-stats: add gc handles count

2d1c7e25 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/05 12:38
clean up global symbols

165915b0 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/05 12:27
start with a buffer of 512 finalizers

7ff18f76 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/04 23:37
a fixup: gensyms are not self-evaluating

1532ee60 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/04 19:40
automatic gensyms

26a55773 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/04 17:27
types.c: less lines

7b792e1d – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/04 15:50
unit tests: cos: on 9front/arm64 it's *almost* 1.0 but not quite

ada97837 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/04 15:37
get rid of memhash32 - use 64-bit hashing for symbols

26bea7de – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/04 12:30
uni tests: get on non-table types

f83efa2a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/04 12:30
unit tests: math funcs

a376b639 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/04 12:29
unit tests: char-title-case?, char-titlecase, string-find

29827777 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/04 12:28
unit test: table: allocate more than inline size

f79c14eb – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/04 12:27
get_type: element with size 0 does not happen, replace with an assert

063bab70 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/04 12:25
table-foldl: allow table to be modified during folding

29d0d122 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/02 22:33
give up on trying to use libc-specific iswprint and wcwidth

371bbab0 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/02 22:20
string-width: return #f if wcwidth returns an error

568aff1f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/02 22:06
number boundaries: remove tests that won't work on all systems

2e844090 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/02 22:05
operators: less casting

53b8237c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/02 22:05
vtomp: fix wrong cast (mpdigit can be 32-bit)

a969b42b – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/02 21:15
more coverage

7173a2e6 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/02 20:23
more tests and a bit of cleanup

a805e16b – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/02 15:58
more tests and minor fixes; separate math funcs into math.c

4c0aa8a8 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/02 14:18
more operator tests, remove conv_from_double (unused)

160e6ca4 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/01 17:39
mp test: fix a warning (unused return value of asprintf)

309a7695 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/01 15:44
read builtin: fix for cases where GC is called while reading

dc951aa0 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/01 15:43
flmain: fix boot image loading with GC activity in the middle of it

cd230a1b – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/31 11:12
posix: fix os version truncation warning

a7ff734d – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/31 08:34
default to system's defined LC_CTYPE

ba74a118 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/30 22:38
relocate: copy gensym type

439510c7 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/30 21:59
add more numbers-related tests

2140c98e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/30 21:58
vtomp: fix another UB

b0d5eb7b – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/29 22:12
itomp: fix INT32_MIN case

d658e39b – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/29 20:34
iostream: a bit of style

12e6e405 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/28 22:13
add ismpint and tompint

c6aa9913 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/28 21:10
number->string: support bignums and floats/doubles

21733d5e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/28 20:46
tests: char-{up,down}case, char-{upper,lower}-case?

5209a886 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/28 20:19
string-char: throw bounds error instead of returning #\nul if went past the string

6efc3cb3 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/28 20:06
tests: string-split

31e59bb7 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/28 20:02
string-width: fix for strings containing \0

52d518b5 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/28 19:46
string-reverse: fix a crash on empty string

4b8271cd – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/28 19:43
string-encode: fix to work on string containing \0

7e5c8649 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/28 18:24
tests: string-length

bf67cf62 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/28 18:23
sort out wcwidth and iswprint, add license for the latter

7892ec82 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/28 16:17
lcov: set a better title

b3474069 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/28 14:03
readme: add badges

ed761354 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/28 13:12
attempt CI

fef346ae – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored and Sigrid Solveig Haflínudóttir <sigrid@pingthings.io> committed on 2025/01/28 10:32
rearrange files

30337092 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored and Sigrid Solveig Haflínudóttir <sigrid@pingthings.io> committed on 2025/01/28 00:55
add (exit 0) and (exit 1) tests

16b9ff5f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored and Sigrid Solveig Haflínudóttir <sigrid@pingthings.io> committed on 2025/01/28 00:13
keyword args: allow ":arg" as such only

Next