cosmopolitan/test/libc/nexgen32e
Justine Tunney 6f7d0cb1c3
Pay off more technical debt
This makes breaking changes to add underscores to many non-standard
function names provided by the c library. MODE=tiny is now tinier and
we now use smaller locks that are better for tiny apps in this mode.
Some headers have been renamed to be in the same folder as the build
package, so it'll be easier to know which build dependency is needed.
Certain old misguided interfaces have been removed. Intel intrinsics
headers are now listed in libc/isystem (but not in the amalgamation)
to help further improve open source compatibility. Header complexity
has also been reduced. Lastly, more shell scripts are now available.
2022-09-12 23:36:56 -07:00
..
cescapec_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
crc32_test.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
ffs_test.c Change license 2020-12-27 17:18:44 -08:00
gclongjmp_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
kbase36_test.c Unbloat the build 2022-08-11 00:15:29 -07:00
kcp437_test.c Fold LIBC_UNICODE into LIBC_STR 2022-08-13 08:42:32 -07:00
lz4decode_test.c Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
memmove_test.c Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00
memrchr_test.c Unbloat the build 2022-08-11 00:15:29 -07:00
memset_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
pcmpstr_test.c Add malloc logging tool 2022-05-26 23:19:22 -07:00
stackrw_test.c Use *NSYNC for POSIX threads locking APIs 2022-09-11 11:04:50 -07:00
stackrwx_test.c Fix MODE=tiny build 2022-07-14 05:42:24 -07:00
strcaseconv_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
strcspn_test.c Replace .pushsection directives (#30) 2021-01-10 13:36:31 -08:00
strsak32_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
test.mk Make garbage collection thread safe 2022-09-08 02:33:01 -07:00