cosmopolitan/tool/decode/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
..
asmcodegen.c Make improvements 2023-09-06 12:34:59 -07:00
asmcodegen.h Make improvements 2023-09-06 12:34:59 -07:00
bitabuilder.c Make improvements 2023-09-06 12:34:59 -07:00
bitabuilder.h Initial import 2020-06-15 07:18:57 -07:00
decodelib.mk Clean up more code 2023-06-18 01:00:05 -07:00
disassemblehex.c Make important improvements 2022-09-14 22:39:08 -07:00
disassemblehex.h Initial import 2020-06-15 07:18:57 -07:00
elfidnames.c Change license 2020-12-27 17:18:44 -08:00
elfidnames.h Initial import 2020-06-15 07:18:57 -07:00
flagger.c Make improvements 2023-09-06 12:34:59 -07:00
flagger.h Make improvements 2023-09-06 12:34:59 -07:00
idname.c Change license 2020-12-27 17:18:44 -08:00
idname.h Initial import 2020-06-15 07:18:57 -07:00
machoidnames.c Fiddle around with Mach-O 2023-05-20 04:13:49 -07:00
machoidnames.h Fiddle around with Mach-O 2023-05-20 04:13:49 -07:00
ntfileflagnames.c Change license 2020-12-27 17:18:44 -08:00
ntfileflagnames.h Initial import 2020-06-15 07:18:57 -07:00
peidnames.c Fix build 2022-07-20 14:00:38 -07:00
peidnames.h Initial import 2020-06-15 07:18:57 -07:00
socknames.c Make redbean StoreAsset() work better 2021-05-14 05:44:37 -07:00
socknames.h Initial import 2020-06-15 07:18:57 -07:00
titlegen.c Change license 2020-12-27 17:18:44 -08:00
titlegen.h Initial import 2020-06-15 07:18:57 -07:00
x86idnames.h Initial import 2020-06-15 07:18:57 -07:00
xederrors.c Change license 2020-12-27 17:18:44 -08:00
xederrors.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
zipnames.c Introduce #include <cosmo.h> to toolchain users 2023-06-09 18:03:05 -07:00
zipnames.h Initial import 2020-06-15 07:18:57 -07:00