- 5c6877b Introduce support for trapping math
- 403bc25 Make MXCSR editable by signal handlers on Windows
- 8f6bc9d Let signals interrupt fgets unless SA_RESTART set (#1152)
- deff138 recvfrom: don't convert address if addrsize is 0 (#1153)
- b6e40a3 Add /dev/(u)random on NT (#1163)
- 5488f0b Remove zlib namespacing (#1142)
- 181cd4c Add sysctlbyname() for MacOS
- 3bcd40b Fix regression in apeinstall.sh (#1161)
- fcfdd26 Fix wrong parameter type in redbean documentation (#1162)
- ff2b6fc Add munlock() and mlock2() to pledge
- 0eef971 Add much of C11 threads.h API
- 2bfd6b3 Various paginate improvements (#1148)
- 69db501 Fix fork locking on win32 (#1141)
- 6e6fc38 Apply clang-format update to repo (#1154)
- 342d0c8 vim spells the c++ filetype 'cpp'
- cec4c04 Remove .com logic from GetProgramExecutableName (#1134)
- f8c0186 Fix calling __dns_parse with potentially too large rlen
- 6992d8c Remove arbitrary limit from DNS result parsing
- 1a6b4ab Import mntent bug fixes from Musl Libc
- 223eb35 Import compiler warning fix from Musl
- ea3cc4e math: fix fma(x,y,0) when x*y rounds to -0
- 01267ea Update GetRemoteAddr documentation to clarify that it may return
nil
. (#1149) - bc6c183 Update .clang-format
- 06839ab Change loop bound on uuidv4 test (#1143)
- 39dde41 [Redbean] Add UuidV4 method (#1140)
- 3e16e59 Move store after __asan_unpoison in __zipos_alloc (#1135)
- b9d6e6e Standardize on -fsigned-char
- 49a3213 Upgrade the One True Awk