Rich Felker
|
1b0d48517f
implement posix_getdents adopted for next issue of POSIX
|
6 months ago |
Rich Felker
|
2c124e13bd
stdint.h: derive limits from __LONG_MAX, use common fast16 types
|
6 months ago |
Rich Felker
|
7019fbe103
sys/user.h: derive __WORDSIZE from __LONG_MAX
|
6 months ago |
Rich Felker
|
e709a6f07a
sys/reg.h: derive __WORDSIZE from __LONG_MAX
|
6 months ago |
Rich Felker
|
29b216b2f2
unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bits
|
6 months ago |
Rich Felker
|
0dfa1d8caa
unify bits/stat.h for all archs sharing a common definition
|
6 months ago |
Rich Felker
|
ef600888d2
align aarch64, riscv64, loongarch64 stat structure padding type
|
6 months ago |
Rich Felker
|
6f666231bf
ldso: fix non-functional fix to early dynamic PAGE_SIZE access
|
6 months ago |
Rich Felker
|
fced99e93d
strptime: implement conversion specifiers adopted for next POSIX issue
|
6 months ago |
Rich Felker
|
3f9d4224d8
printf decimal integer formatting: shave off one division
|
6 months ago |
Michael Forney
|
a23cf8f9c5
riscv mcontext_t/sigcontext: use __aligned__ instead of aligned
|
7 months ago |
Rich Felker
|
cbf1c7b605
add missing STATX_ATTR_* macros omitted when statx was added
|
7 months ago |
Rich Felker
|
3f49203c55
initgroups: do not artificially limit number of supplementary groups
|
7 months ago |
Rich Felker
|
24ebbbdedc
printf: fix edge case where hex float precision was not honored
|
7 months ago |
Szabolcs Nagy
|
e3b0ace505
complex: fix comment in cacosh
|
8 months ago |
Szabolcs Nagy
|
9683bd6241
math: fix fma(x,y,0) when x*y rounds to -0
|
8 months ago |
Rich Felker
|
5370070fde
fix pwrite/pwritev handling of O_APPEND files
|
8 months ago |
Rich Felker
|
bdc9a9ff6f
uio.h: add RWF_NOAPPEND flag for pwritev2
|
8 months ago |
Rich Felker
|
7ada6dde6f
iconv: fix missing bounds checking for shift_jis decoding
|
8 months ago |
Rich Felker
|
fd7d018521
add missing inline keyword on default a_barrier definition
|
8 months ago |
Rich Felker
|
b5121e2ed8
iconv: add aliases for GBK
|
8 months ago |
Rich Felker
|
ca6f46aff1
iconv: add euro symbol to GBK as single byte 0x80
|
8 months ago |
Rich Felker
|
0784374d56
release 1.2.5
|
8 months ago |
Rich Felker
|
f5dba42f36
iconv: add cp932 as an alias for shift_jis
|
8 months ago |
Rich Felker
|
e5aa498451
update INSTALL file archs list with riscv32, loongarch64 additions
|
8 months ago |
wanghongliang
|
8d9d266573
loongarch64: add new syscall numbers
|
8 months ago |
Rich Felker
|
8d852cdacd
loongarch64: remove getrlimit/setrlimit syscall numbers
|
8 months ago |
wanghongliang
|
13cd64af31
loongarch64: remove ptrace.h macros
|
9 months ago |
Stefan O'Rear
|
377c363fb5
configure: enable riscv32 port
|
4 years ago |
Khem Raj
|
d25f0cccb9
riscv: define REG_S1 and REG_S2
|
2 years ago |