cosmopolitan/tool/build
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
..
dso Fix warnings 2023-09-01 20:50:18 -07:00
lib Make improvements 2023-09-06 12:34:59 -07:00
apelink.c Fix warnings 2023-09-01 20:50:18 -07:00
ar.c Fix warnings 2023-09-01 20:50:18 -07:00
assimilate.c Fix warnings 2023-09-01 20:50:18 -07:00
bigmul.c Fix warnings 2023-09-01 20:50:18 -07:00
build.mk Move zipos into runtime package 2023-08-11 23:14:02 -07:00
chmod.c Fix warnings 2023-09-01 20:50:18 -07:00
cocmd.c Mint APE Loader v1.5 2023-07-26 13:54:49 -07:00
compile.c Fix warnings 2023-09-01 20:50:18 -07:00
cp.c Make improvements 2023-09-06 12:34:59 -07:00
dd.c Reconfigure GitHub Actions 2023-07-10 12:17:18 -07:00
deltaify.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
dropcache.c Change license 2020-12-27 17:18:44 -08:00
echo.c Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
elf2pe.c Fix warnings 2023-09-01 20:50:18 -07:00
elf2pe.h Introduce new linker for fat ape binaries 2023-08-11 04:39:19 -07:00
false.c Fix hermeticity issue with new test 2023-04-18 06:37:01 -07:00
fastdiff.c Fix warnings 2023-09-01 20:50:18 -07:00
fixupobj.c Fix warnings 2023-09-01 20:50:18 -07:00
freebsd2sysv.c Refactor fatcosmocc into a single file 2023-08-14 22:26:17 -07:00
gzip.c Make improvements 2023-09-06 12:34:59 -07:00
helpop.c Replace COSMO define with _COSMO_SOURCE 2023-08-13 20:55:04 -07:00
lz4toasm.c Fix warnings 2023-09-01 20:50:18 -07:00
march-native.c Fix warnings 2023-09-01 20:50:18 -07:00
mkdeps.c Make improvements 2023-09-06 12:34:59 -07:00
mkdir.c Remove some dead code 2023-07-03 02:48:29 -07:00
mktemper.c Fix bug with temporary files on Windows 2023-08-13 07:10:33 -07:00
mv.c Make improvements 2023-09-06 12:34:59 -07:00
objbincopy.c Fix warnings 2023-09-01 20:50:18 -07:00
package.c Fix warnings 2023-09-01 20:50:18 -07:00
pecheck.c Fix the build 2023-08-11 09:49:39 -07:00
pledge.c Make improvements 2023-09-06 12:34:59 -07:00
printf.c Remove some dead code 2023-07-03 02:48:29 -07:00
pwd.c Make improvements 2023-09-06 12:34:59 -07:00
rm.c Remove old stack code and improve dirstream 2023-08-16 07:54:40 -07:00
rollup.c Fix warnings 2023-09-01 20:50:18 -07:00
runit.c Fix warnings 2023-09-01 20:50:18 -07:00
runit.h Fix bugs and add security features to redbean 2022-04-18 00:01:26 -07:00
runitd.c Make improvements 2023-09-06 12:34:59 -07:00
sha256sum.c Make improvements 2023-09-06 12:34:59 -07:00
summy.c Unbloat the build 2022-08-11 00:15:29 -07:00
symtab.c Switch public headers to getopt_long() entirely 2023-07-02 19:57:43 -07:00
touch.c Remove some dead code 2023-07-03 02:48:29 -07:00
unbuffer.c Make improvements 2023-09-06 12:34:59 -07:00
unbundle.c Make improvements 2023-09-06 12:34:59 -07:00
unveil.c Make improvements 2023-09-06 12:34:59 -07:00
zipcopy.c Fix warnings 2023-09-01 20:50:18 -07:00
zipobj.c Fix warnings 2023-09-01 20:50:18 -07:00