Justine Tunney
c1cfca8ae1
Make fixes and improvements
...
- Polyfill UTIME_OMIT on XNU
- Refactor Lua build code so it's better
- Add unix module to lua.com (Discord request)
- Add unix.utimensat() and unix.futimens() to redbean
- Avoid creating double slash path in linenoise (#428 )
- Remove double slashes in NT paths automatically (#428 )
- Make strerror() smarter about showing NT errors (#428 )
Fixes #428
2022-06-18 01:46:12 -07:00
Justine Tunney
c06ffd458c
Write some lock contention tests
2022-06-16 09:06:09 -07:00
Justine Tunney
1c387727fe
Add long double printf formatting support
...
You can now easily print numbers that have 80 bits of precision. This
change also imports many of the test vectors from the gdtoa codebase.
2022-06-14 02:18:03 -07:00
Justine Tunney
a3865ecc3c
Make more fixes and improvements
...
- Fix Makefile flaking due to ZIPOBJ_FLAGS generation
- Make printf() floating point and gdtoa thread safe
- Polish up the runit / runitd programs some more
- Prune some more makefile dependencies
2022-06-13 11:02:13 -07:00