spl/spl
2024-10-13 23:10:16 +02:00
..
httpserver fix memory leaks, add bufsize option for httpserver/static.spl 2024-10-13 23:10:16 +02: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
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
linkedlist.spl add linked list 2024-10-05 15:16:56 +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 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
server.spl allow stdlib files to use local paths for eachother 2024-09-19 21:30:46 +02:00
std.spl fix memory leaks, add bufsize option for httpserver/static.spl 2024-10-13 23:10:16 +02:00
stream.spl add bytearray type for faster access to bytes (API identical to array type) 2024-10-13 21:52:06 +02: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