RSS feed
6d88fae1
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/30 15:43
arrays, vectors: catch index < 0 and produce an error
bacdb461
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/30 15:42
strings: skip backslash+newline
90e1fbe6
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/29 11:47
boot2h: slightly smaller boot file - remove most of indentation and newlines
92daaa07
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/29 00:40
remove remnants of BOEHM
90e244ec
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/29 00:31
use faster popcount and bit reversal if available
1d3598d4
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/29 00:11
more cleanup; replace all alloc/free with LLT_-prefixed macros
056a02f8
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/28 23:38
readme: build with tests
0612488d
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/28 23:35
run all tests on both posix and plan 9; enable non-broken parts of perf.lsp test
475d2ccb
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/28 22:56
meson: run some of the tests
06fbabcb
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/28 22:41
operators: shorten
c6e8becf
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/28 22:25
fix -nan.0 becoming +nan.0 on musl(?) systems
4a2d6de7
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/28 22:13
make → meson; fix a whole bunch of warnings; reorganize some of the platform-specific logic
abb96c23
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/27 21:00
fix string-trim cutting off too much at the end
f2a727ba
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/27 15:56
rename from [a-z]+.[a-z]+ to [a-z]+-[a-z]+ for consistency; do a few renames to be more in line with other implementations
2b8b58fa
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/27 15:17
get rid of string.dec and string.inc
e93703c0
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/25 21:49
string.char: same, operate on runes rather than bytes
c5d00029
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/25 21:42
string.sub: make indexes point to runes, doing so with bytes is kinda useless
34ed118a
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/25 21:41
split main function into plan9 and posix ones to avoid using ifdefs (mostly)
be2ad952
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/24 22:26
replace old plan 9 is*rune and to*rune with up to date logic from 9front
198fb0ed
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/24 22:20
char.titlecase, char-{lower,upper,title}-case?, char-{numeric,whitespace}? (note: not necessarily correct)
b599779c
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/23 11:11
print-stack-trace: fix when boot logic fails
24b4e0f6
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/23 12:08
u8_reverse: shorten
e015441a
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/23 11:36
whitespace fix
650032db
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/23 11:09
fix build on posix platforms
74a2d0c7
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/23 08:45
reduce custom unicode logic, reuse the one in Plan 9 instead
bf8afbbf
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/22 15:11
symchar: add } and {
c2998250
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/22 14:48
ios: remove unused functions
3f188b4b
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/22 14:42
utf8: remove unused functions
411b3ba6
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/22 07:31
remove banner
85b8f652
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/21 19:38
make the current function name "λ" as well, instead of "lambda"
089202b4
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/21 19:35
mention λ as well
7cb4484f
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/10/21 19:34
alias λ → lambda
266d793c
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/06/18 19:36
make {} synonyms to (), in addition to []
6ddff6aa
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/06/18 19:35
exit builtin: fix a warning when building on 9front
a3e6b8f7
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2024/06/18 19:35
ios_vprintf: don't use vasprintf
fd024021
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/07/12 15:20
symchar: move the string inside strchr call
8b662fbc
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/07/10 07:22
fix plan 9 arm build
33a18586
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/07/10 07:15
fix warnings on plan 9 builds
55650761
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/07/04 16:46
Merge remote-tracking branch 'mag/bignum' into merge
00c03f00
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/07/04 16:44
Merge remote-tracking branch 'mag/femtosplit' into merge
27dabb13
– mag <mag-one@autistici.org>
authored
on 2023/06/23 12:36
fl_add_any: initial overflow handling
d75f265a
– mag <mag-one@autistici.org>
authored
on 2023/06/23 12:26
new bignum? implementation
a502da10
– mag <mag-one@autistici.org>
authored
on 2023/06/23 12:20
homemade overflows detection ?!?
e119dfaf
– mag <mag-one@autistici.org>
authored
on 2023/06/07 19:29
testing number boundaries
cabb1a14
– mag <mag-one@autistici.org>
authored
on 2023/05/29 13:42
ash function and bignums
0a93ed24
– mag <mag-one@autistici.org>
authored
on 2023/05/26 19:44
bignum?
747d684c
– mag <mag-one@autistici.org>
authored
on 2023/05/26 18:18
mpint -> bignum
07365981
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/06/09 16:17
read: fix UVLONG_MAX values (a bug in 9fronts libc has been fixed)
999d97f6
– mag <mag-one@autistici.org>
authored
on 2023/05/21 15:08
llt stuff moved into the project root - lltinit.c renamed llt.c - int2str.c moved into llt.c.
d0e8ca7a
– mag <mag-one@autistici.org>
authored
on 2023/05/21 05:07
tidy up
dec4eac6
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/05/17 22:50
turn symchar into a define
931d8e8f
– mag <mag-one@autistici.org>
authored
on 2023/05/16 16:20
builds builtin_fns.h before flmain.c
0afabdb2
– mag <mag-one@autistici.org>
authored
on 2023/05/16 11:44
lazy mkfile for 9front - but there are some linkage issues
f0685bca
– mag <mag-one@autistici.org>
authored
on 2023/05/16 10:29
cleaning
0504f7c9
– mag <mag-one@autistici.org>
authored
on 2023/05/16 09:50
equal.h
cc79aecb
– mag <mag-one@autistici.org>
authored
on 2023/05/16 09:45
read.h
9d4e6ef4
– mag <mag-one@autistici.org>
authored
on 2023/05/16 09:40
type.h print.h
9551937e
– mag <mag-one@autistici.org>
authored
on 2023/05/16 09:22
cvalues.h
0659bf9f
– mag <mag-one@autistici.org>
authored
on 2023/05/16 08:17
operators.h
f2d204d6
– mag <mag-one@autistici.org>
authored
on 2023/05/15 18:03
worked
218d53be
– mag <mag-one@autistici.org>
authored
on 2023/05/15 15:42
first failing attempt
2fd69143
– grobe0ba <grobe0ba@tcp80.org>
authored
and Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
committed
on 2023/04/20 11:40
bootstrap on *nix using Makefile
fce13576
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/04/15 20:08
replace mt19937 with Cocoa with Love modified 64-bit version
2385333a
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/04/13 17:05
set *os-name* on DragonFlyBSD
cfc007bf
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/04/13 13:20
readme: another testing platform
c6db8cf3
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/04/13 13:11
fix mpint on big endian
78c41b01
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/04/13 12:53
use manual byte swapping on SPARC to avoid unaligned access
d3cbe328
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/04/07 09:09
nixos -> alpine
0101a31a
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/04/04 16:51
bootstrap
639b8db6
– mag <mag-one@autistici.org>
authored
and Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
committed
on 2023/04/04 15:56
startup script in interactive sessions
20bf8ab6
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/04/02 20:10
mkfile: clean up object files from subdirs too
d598a85a
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/04/02 20:10
use more stuff from math.h
2c327645
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/04/02 19:18
double the stack size right away instead of trying to play smart
f498a2c1
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/04/02 18:56
reformat some more
f17e3cb6
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/04/02 18:11
use argcount
bc4414f5
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/04/02 18:02
reformat and move around
32d88531
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/04/01 13:50
change the message argcount produces on error
20737d14
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/04/01 13:42
remove str2int
d53d368d
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/04/01 11:46
don't do recursive makefiling
a9131114
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/31 23:29
readme: update testing targets
33669682
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/31 23:15
remove -D_DEFAULT_SOURCE, not needed anymore
084f416f
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/31 19:47
satisfy the stupid compilers
82c8ad5f
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/31 19:35
div0 and bitwise logic for bigints
cbc28169
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/29 16:37
initial (unfinished) implementation of mpint number type
c8c35c64
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/29 08:41
fix "append", add a unit test for it
7ee3234f
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/29 08:13
put current fname into unbound errors
a929280d
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/29 08:00
keep current function/builtin name around to remove fname passing around everywhere
5342fcde
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/29 06:15
posix: fix builtin_fns.h sed expression
72aed37b
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/28 22:42
generate and use a full list of builtin functions
3cd2bcdf
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/27 17:07
remove unused stuff
ac7ae9aa
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/27 17:03
rewrite argcount as a macro
c60f221f
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/27 16:57
disallow invalid escape sequences (modified patch from Julia)
8fe16748
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/27 12:54
maxstack: don't run over the code
0be0b9dd
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/27 12:28
maxstack: make sure ip and end matches
e3574445
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/27 12:22
restyle apply_cl a bit
7f132368
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/27 12:17
maxstack: fix OP_SETCL
73338519
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/27 11:44
update readme
86d45e83
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/27 11:39
import "error on invalid UTF-8 in source files" patch by Jeff Bezanson from Julia
4950e610
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/27 11:18
import "stop over-allocating ios_t buffer by 1 byte" patch by Jeff Bezanson from Julia
72cac7cc
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/03/27 11:10
unit tests: add quasiquote tests from Julia
Next