Commit graph

15 commits

Author SHA1 Message Date
2123109e64 callisto: add Callisto's copyright to CALLISTO_COPYRIGHT 2024-04-09 14:25:53 +12:00
57faad7a39 callisto: update CALLISTO_COPYRIGHT to 2023
Lua 5.4.6 is Copyright (C) 1994-2023 Lua.org, PUC-Rio
2024-04-09 14:23:55 +12:00
8fc9002195 clang-format: init 2024-03-12 10:35:33 +13:00
83f9f8690c callisto: reformat 2024-03-12 09:52:48 +13:00
a89b8aee0a callisto: move luaopen_ prototypes outside of the header
Previously they would have been public to any program that wanted to
use them.
2024-03-12 09:44:00 +13:00
e63e7a77a2 tree: specify the lua/ directory for includes 2024-03-11 12:37:50 +13:00
bbf9b88c66 tree: clean up whitespace and includes 2024-03-11 12:28:50 +13:00
8c5777fb98 tree: add standard copyright phrasing
Callisto - standalone scripting platform for Lua 5.4
Copyright (c) 2023-2024 Jeremy Baxter.
2024-02-19 10:16:45 +13:00
71b288efde callisto.h: remove LUA_USE_POSIX definition
It does almost nothing being in this header and is specified in
config.mk anyway.
2024-02-19 10:04:18 +13:00
11f6a34ebf merge fs and path libraries 2023-12-24 14:24:55 +13:00
dfe3e57d1c minor cleanups and fixes
notably: remove the broken socket module and remove CALLISTO_OSLIBNAME
and CALLISTO_MATHLIBNAME
2023-12-23 13:20:32 +13:00
290289cbf5 Refactor and fix up a lot of code
Don't tell the boss I forgot a couple of free()s...
2023-11-26 17:13:41 +13:00
7ff02fbbb1 Move fs.basename and fs.dirname into the path library, create errors.h 2023-08-10 08:14:05 +12:00
659bbb9e90 Rename file -> fs 2023-08-01 13:34:32 +12:00
02fae90b69 Rename lcallisto.h -> callisto.h 2023-07-24 12:31:21 +12:00
Renamed from lcallisto.h (Browse further)