cosmopolitan/test/libc/fmt
Justine Tunney 868af3f950 Import C++ Standard Template Library
You can now use the hardest fastest and most dangerous language there is
with Cosmopolitan. So far about 75% of LLVM libcxx has been added. A few
breaking changes needed to be made to help this go smoothly.

- Rename nothrow to dontthrow
- Rename nodiscard to dontdiscard
- Add some libm functions, e.g. lgamma, nan, etc.
- Change intmax_t from int128 to int64 like everything else
- Introduce %jjd formatting directive for int128_t
- Introduce strtoi128(), strtou128(), etc.
- Rename bsrmax() to bsr128()

Some of the templates that should be working currently are std::vector,
std::string, std::map, std::set, std::deque, etc.
2022-03-22 06:41:54 -07:00
..
atoi_test.c Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
basename_test.c Change license 2020-12-27 17:18:44 -08:00
dirname_test.c Improve memory safety 2021-10-13 17:27:13 -07:00
fcvt_test.c Improve memory safety 2021-10-13 17:27:13 -07:00
fmt_test.c Improve memory safety 2021-10-13 17:27:13 -07:00
formatint64thousands_test.c Improve memory safety 2021-10-13 17:27:13 -07:00
itoa64radix10_test.c Improve performance of printf functions 2021-04-24 13:58:50 -07:00
itoa64radix16_test.c Change license 2020-12-27 17:18:44 -08:00
lengthuint64_test.c Improve memory safety 2021-10-13 17:27:13 -07:00
palandprintf_test.c Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
sizetol_test.c Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -07:00
sleb128_test.c Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
sprintf_s.inc Further refine printf long double change (#66) 2021-02-27 13:30:17 -08:00
sprintf_s_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
sscanf_test.c Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
strerror_r_test.c Add maxmind demo to redbean-demo.com 2022-03-18 15:31:54 -07:00
stripexts_test.c Experiment with making Python go faster 2021-08-18 21:57:11 -07:00
test.mk Improve memory safety 2021-10-13 17:27:13 -07:00
timevaltofiletime_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
uleb128_test.c Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
zleb64_test.c Productionize new APE loader and more 2021-10-02 08:27:03 -07:00