cosmopolitan/tool/build/lib
Justine Tunney f531acc8f9
Make improvements
- Invent openatemp() API
- Invent O_UNLINK open flag
- Introduce getenv_secure() API
- Remove `git pull` from cosmocc
- Fix utimes() when path is NULL
- Fix mktemp() to never return NULL
- Fix utimensat() UTIME_OMIT on XNU
- Improve utimensat() code for RHEL5
- Turn `argv[0]` C:/ to /C/ on Windows
- Introduce tmpnam() and tmpnam_r() APIs
- Fix more const issues with internal APIs
- Permit utimes() on WIN32 in O_RDONLY mode
- Fix fdopendir() to check fd is a directory
- Fix recent crash regression in landlock make
- Fix futimens(AT_FDCWD, NULL) to return EBADF
- Use workaround so `make -j` doesn't fork bomb
- Rename dontdiscard to __wur (just like glibc)
- Fix st_size for WIN32 symlinks containing UTF-8
- Introduce stdio ext APIs needed by GNU coreutils
- Fix lstat() on WIN32 for symlinks to directories
- Move some constants from normalize.inc to limits.h
- Fix segv with memchr() and memcmp() overlapping page
- Implement POSIX fflush() behavior for reader streams
- Implement AT_SYMLINK_NOFOLLOW for utimensat() on WIN32
- Don't change read-only status of existing files on WIN32
- Correctly handle `0x[^[:xdigit:]]` case in strtol() functions
2023-09-06 12:34:59 -07:00
..
apetest.c Write tests for new APE loader and fix bugs 2022-05-22 05:45:38 -07:00
asmdown.c Fix warnings 2023-09-01 20:50:18 -07:00
asmdown.h Improve documentation 2020-12-27 07:02:35 -08:00
buffer.c Fix warnings 2023-09-01 20:50:18 -07:00
buffer.h Fix warnings 2023-09-01 20:50:18 -07:00
buildlib.mk Clean up more code 2023-06-18 01:00:05 -07:00
case.h Fix bugs and have emulator emulate itself 2020-08-31 05:17:31 -07:00
demangle.c Make improvements 2023-09-06 12:34:59 -07:00
demangle.h Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
elfwriter.c Rewrite .zip.o file linker 2023-06-10 09:29:44 -07:00
elfwriter.h Make improvements 2023-09-06 12:34:59 -07:00
elfwriter_cargoculting.c Change license 2020-12-27 17:18:44 -08:00
elfwriter_yoink.c Rewrite Cosmopolitan Ar 2023-07-02 10:19:16 -07:00
elfwriter_zip.c Make improvements 2023-08-21 02:34:17 -07:00
endian.h Remove some includes 2022-08-18 17:46:34 -07:00
eztls.c Fix warnings 2023-09-01 20:50:18 -07:00
eztls.h Make improvements 2022-03-16 13:40:10 -07:00
getargs.c Fix warnings 2023-09-01 20:50:18 -07:00
getargs.h Improve memory safety 2021-10-13 17:27:13 -07:00
interner.c Fix warnings 2023-09-01 20:50:18 -07:00
interner.h Improve Python tree-shaking 2021-09-06 19:24:10 -07:00
javadown.c Fix warnings 2023-09-01 20:50:18 -07:00
javadown.h finish intellisense support and sync with upstream 2021-02-03 13:50:08 -05:00
lib.h Introduce new linker for fat ape binaries 2023-08-11 04:39:19 -07:00
panel.c Fix warnings 2023-09-01 20:50:18 -07:00
panel.h Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
parsesupportvector.c Replace COSMO define with _COSMO_SOURCE 2023-08-13 20:55:04 -07:00
psk.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
psk.h Secure the testing infrastructure 2021-08-07 13:22:35 -07:00
stripcomponents.c Experiment with making Python go faster 2021-08-18 21:57:11 -07:00
stripcomponents.h Undiamond Python headers 2021-08-12 14:07:40 -07:00