Johannes Findeisen hanez · he/him
hanez pushed to main at fun/fun 2025-12-29 20:39:50 +01:00
e6b9bd7488 Added more Fun to htdocs/info.fun. (0.37.33)
hanez pushed to main at hanez/fun 2025-12-29 20:26:37 +01:00
83281bf2de Added GET and POST support to HTTPServer class. (0.37.32)
c8393251e5 Small HTML fix and optimizations in htdocs/info.fun. (0.37.31)
a27ff12b08 Added fun_version and env_all as opcodes and some fixes in httpserver. (0.37.30)
17c2b44c1a Added basic script execution to the HTTP server class in stdlib. (0.37.29)
10b75596cd Added HTTP server class to stdlib and an example server written in 100% pure Fun. (0.37.28)
Compare 13 commits »
hanez pushed to main at fun/fun 2025-12-29 17:24:13 +01:00
83281bf2de Added GET and POST support to HTTPServer class. (0.37.32)
hanez pushed to main at fun/fun 2025-12-29 13:07:25 +01:00
c8393251e5 Small HTML fix and optimizations in htdocs/info.fun. (0.37.31)
hanez pushed to main at fun/fun 2025-12-28 23:36:41 +01:00
a27ff12b08 Added fun_version and env_all as opcodes and some fixes in httpserver. (0.37.30)
hanez pushed to main at fun/fun 2025-12-28 22:11:23 +01:00
17c2b44c1a Added basic script execution to the HTTP server class in stdlib. (0.37.29)
hanez pushed to main at fun/fun 2025-12-28 21:21:39 +01:00
10b75596cd Added HTTP server class to stdlib and an example server written in 100% pure Fun. (0.37.28)
hanez pushed to main at fun/fun 2025-12-28 20:37:54 +01:00
aa8701a5a1 Added more baud rates as constants to serial_open.c. (0.37.27)
hanez pushed to main at fun/fun 2025-12-28 19:27:01 +01:00
41cb23614e Small fix to remove a warning at compile time on FreeBSD. (0.37.26)
hanez pushed to main at fun/fun 2025-12-28 19:24:04 +01:00
e1890a5b89 Small fix to compile on FreeBSD. (0.37.25)
hanez pushed to main at fun/fun 2025-12-28 19:16:39 +01:00
06e4054e92 Small make script fix. (0.37.24)
hanez pushed to main at fun/fun 2025-12-28 19:09:29 +01:00
9ce6e8d08f README update. No Code changes. (0.37.24)
hanez pushed to main at fun/fun 2025-12-28 19:08:18 +01:00
c20486a239 README update. No Code changes. (0.37.24)
hanez pushed to main at fun/fun 2025-12-28 03:01:02 +01:00
384a7e4502 Some more serial stuff. (0.37.24)
hanez pushed to main at fun/fun 2025-12-28 02:23:50 +01:00
a1c545c6a2 Added serial device support. (0.37.23)
hanez pushed to main at hanez/fun 2025-12-28 01:16:21 +01:00
21f437ebaf Added RIPEMD-160 support to stdlib in lib/crypt/ripemd160.fun (BROKEN) and some more test scripts to examples/. (0.37.22)
033bf53889 Some refactoring. (0.37.21)
3e64bfb8f9 Some fixed fail on last commit. (0.37.20)
bfe1926fe6 Some more error debugging for indentation fun. (0.37.19)
689a716499 Some more Tk fun. (0.37.18)
Compare 5 commits »
hanez pushed to main at fun/fun 2025-12-28 00:55:00 +01:00
21f437ebaf Added RIPEMD-160 support to stdlib in lib/crypt/ripemd160.fun (BROKEN) and some more test scripts to examples/. (0.37.22)
hanez commented on issue fun/fun#4 2025-12-27 12:26:02 +01:00
Add SQLite support

Done... should work mostly....

hanez closed issue fun/fun#4 2025-12-27 12:26:02 +01:00
Add SQLite support
hanez pushed to main at fun/fun 2025-12-27 12:20:26 +01:00
033bf53889 Some refactoring. (0.37.21)