Justine Tunney
|
fa20edc44d
|
Reduce header complexity
- Remove most __ASSEMBLER__ __LINKER__ ifdefs
- Rename libc/intrin/bits.h to libc/serialize.h
- Block pthread cancelation in fchmodat() polyfill
- Remove `clang-format off` statements in third_party
|
2023-11-28 14:39:42 -08:00 |
|
Justine Tunney
|
d5910e2673
|
Fix bugs and make code tinier
- Fixed bug where stdio eof wasn't being sticky
- Fixed bug where fseeko() wasn't clearing eof state
- Removed assert() usage from libc favoring _unassert() / _npassert()
|
2022-10-09 23:21:34 -07:00 |
|
Jared Miller
|
9de3d8f1e6
|
Revert whitespace fixes to third_party (#501)
|
2022-07-21 21:46:07 -07:00 |
|
Jared Miller
|
7e2eae5c15
|
Remove trailing whitespace from all files (#497)
|
2022-07-20 20:31:16 -07:00 |
|
Justine Tunney
|
5cd0e876bd
|
Scrub double-conversion and add quick wrapper
|
2022-06-26 05:03:25 -07:00 |
|
Gautham
|
b1de862e16
|
Add double-conversion to third_party (#447)
|
2022-06-26 03:41:55 -07:00 |
|