cosmopolitan/test/libc/str
Justine Tunney b420ed8248 Undiamond Python headers
This change gets the Python codebase into a state where it conforms to
the conventions of this codebase. It's now possible to include headers
from Python, without worrying about ordering. Python has traditionally
solved that problem by "diamonding" everything in Python.h, but that's
problematic since it means any change to any Python header invalidates
all the build artifacts. Lastly it makes tooling not work. Since it is
hard to explain to Emacs when I press C-c C-h to add an import line it
shouldn't add the header that actually defines the symbol, and instead
do follow the nonstandard Python convention.

Progress has been made on letting Python load source code from the zip
executable structure via the standard C library APIs. System calss now
recognizes zip!FILENAME alternative URIs as equivalent to zip:FILENAME
since Python uses colon as its delimiter.

Some progress has been made on embedding the notice license terms into
the Python object code. This is easier said than done since Python has
an extremely complicated ownership story.

- Some termios APIs have been added
- Implement rewinddir() dirstream API
- GetCpuCount() API added to Cosmopolitan Libc
- More bugs in Cosmopolitan Libc have been fixed
- zipobj.com now has flags for mangling the path
- Fixed bug a priori with sendfile() on certain BSDs
- Polyfill F_DUPFD and F_DUPFD_CLOEXEC across platforms
- FIOCLEX / FIONCLEX now polyfilled for fast O_CLOEXEC changes
- APE now supports a hybrid solution to no-self-modify for builds
- Many BSD-only magnums added, e.g. O_SEARCH, O_SHLOCK, SF_NODISKIO
2021-08-12 14:07:40 -07:00
..
a64l_test.c Implement better hypot function 2021-02-21 11:06:18 -08:00
bsr_test.c Change license 2020-12-27 17:18:44 -08:00
bzero_test.c Undiamond Python headers 2021-08-12 14:07:40 -07:00
crc32c_test.c Improve performance of printf functions 2021-04-24 13:58:50 -07:00
getutf16_test.c Change license 2020-12-27 17:18:44 -08:00
highwayhash64_test.c Hunt down some small bugs 2020-12-24 16:01:48 -08:00
memcasecmp_test.c Add SNI support to redbean and improve SSL perf 2021-07-23 13:56:13 -07:00
memccpy_test.c Fix Clang support 2021-02-06 00:29:09 -08:00
memcpy_test.c Reduce build latency and fix old cpu bugs 2021-08-05 14:43:53 -07:00
memfrob_test.c Change license 2020-12-27 17:18:44 -08:00
memmem_test.c Mold the redbean binary to minimize page faults 2021-05-03 12:14:13 -07:00
pututf16_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
regex_test.c Make redbean StoreAsset() work better 2021-05-14 05:44:37 -07:00
sigset_test.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
str_test.c Change license 2020-12-27 17:18:44 -08:00
strcasecmp_test.c Implement getcwd() for XNU 2021-01-30 08:54:12 -08:00
strchr_test.c Fix Clang support 2021-02-06 00:29:09 -08:00
strcmp_test.c Add SNI support to redbean and improve SSL perf 2021-07-23 13:56:13 -07:00
strcpy_test.c Change license 2020-12-27 17:18:44 -08:00
strlcpy_test.c Fix strtol 2020-12-29 22:40:52 -08:00
strlen_test.c Make trivial code size enhancements 2021-05-16 18:22:39 -07:00
strrchr_test.c Improve backwards compatibility with GNU Make 2021-05-02 07:48:59 -07:00
strstr_test.c Mold the redbean binary to minimize page faults 2021-05-03 12:14:13 -07:00
strtok_r_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
strtolower_test.c Change license 2020-12-27 17:18:44 -08:00
test.mk Add SSL to redbean 2021-06-24 13:20:50 -07:00
towupper_test.c Improve some unicode functions 2021-05-05 07:25:39 -07:00
tpenc_test.c Implement more security stuff 2021-02-02 20:21:06 -08:00
tprecode8to16_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
tprecode16to8_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
undeflate_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00