spl/spl
2024-11-15 17:13:38 +01:00
..
httpserver fix an http bug 2024-11-15 17:13:38 +01:00
assemble.spl fix string ops, add string find, fix server.spl not being embedded, move stdlib to spl/, fix a null identity loss 2024-09-09 19:58:59 +02:00
fast.spl fast.spl improvements 2024-10-29 21:12:10 +01:00
http.spl add urlencoding 2024-09-29 20:53:01 +02:00
isbpl.spl [http/server] add query handling, [std] make or operator smarter 2024-09-20 12:43:25 +02:00
iter.spl add linked list 2024-10-05 15:16:56 +02:00
json.spl fix json arrays 2024-11-15 15:19:59 +01:00
linkedlist.spl make linked lists fully mutable 2024-10-14 05:15:09 +02:00
messaging.spl fix string ops, add string find, fix server.spl not being embedded, move stdlib to spl/, fix a null identity loss 2024-09-09 19:58:59 +02:00
net.spl fix and improve some stdlib functions, add readf 2024-09-12 15:17:32 +02:00
pure.spl allow stdlib files to use local paths for eachother 2024-09-19 21:30:46 +02:00
repl.spl fast.spl improvements 2024-10-29 21:12:10 +01:00
server.spl allow stdlib files to use local paths for eachother 2024-09-19 21:30:46 +02:00
std.spl fix match causing stack garbage when array lengths mismatch 2024-11-15 15:31:31 +01:00
stream.spl allow shutting down parts of streams 2024-11-05 14:31:42 +01:00
time.spl fix string ops, add string find, fix server.spl not being embedded, move stdlib to spl/, fix a null identity loss 2024-09-09 19:58:59 +02:00