Justine Tunney
fa20edc44d
Reduce header complexity
...
- Remove most __ASSEMBLER__ __LINKER__ ifdefs
- Rename libc/intrin/bits.h to libc/serialize.h
- Block pthread cancelation in fchmodat() polyfill
- Remove `clang-format off` statements in third_party
2023-11-28 14:39:42 -08:00
Justine Tunney
2046c0d2ae
Make improvements
...
- Expand redbean UNIX module
- Expand redbean documentation
- Ensure Lua copyright is embedded in binary
- Increase the PATH_MAX limit especially on NT
- Use column major sorting for linenoise completions
- Fix some suboptimalities in redbean's new UNIX API
- Figured out right flags for Multics newline in raw mode
2022-04-24 10:06:05 -07:00
Paul Kulchenko
2bc0901ce3
Revert adding lua array per discussion in #222 ( #229 )
...
This reverts commit 55a15c204e
.
2021-08-07 15:20:33 -07:00
Paul Kulchenko
55a15c204e
Add arrays to Lua ( #222 )
...
You can now have O(1) length and append.
2021-08-06 04:55:01 -07:00
Paul Kulchenko
a73e808b25
Upgrade Lua to 5.4.3 ( #217 )
...
Based on https://github.com/lua/lua/releases/tag/v5.4.3 (commit eadd8c7).
2021-07-28 09:26:35 -07:00
Justine Tunney
b16b332539
Get Lua to build with all tests passing
...
Fixes #61
2021-03-07 13:31:09 -08:00
Justine Tunney
4d3195f57a
Add Lua
2021-03-07 12:50:34 -08:00