Age | Commit message (Expand) | Author | Files | Lines |
2019-11-02 | switch all existing 32-bit archs to 64-bit time_t | Rich Felker | 85 | -217/+420 |
2019-11-02 | add x32 bits/ioctl_fix.h defining time-related sockios macros | Rich Felker | 1 | -0/+4 |
2019-11-02 | add back x32 bits/socket.h defining time-related socket options | Rich Felker | 1 | -0/+5 |
2019-11-02 | move msghdr and cmsghdr out of bits/socket.h | Rich Felker | 11 | -208/+34 |
2019-11-02 | fix x32 msghdr struct by removing x32 bits/socket.h | Rich Felker | 1 | -16/+0 |
2019-11-02 | make time-related socket options overridable by arch bits files | Rich Felker | 1 | -6/+11 |
2019-11-02 | add framework for arch-provided makefile fragments, compat source dirs | Rich Felker | 1 | -2/+3 |
2019-11-02 | add __dlsym_time64 asm entry point for all legacy-32bit-time_t archs | Rich Felker | 9 | -0/+27 |
2019-11-02 | add time64 redirect for, and redirecting implementation of, dlsym | Rich Felker | 2 | -0/+31 |
2019-11-02 | add time32 ABI compat shims, compat source tree | Rich Felker | 64 | -0/+1039 |
2019-10-28 | make fstatat fill in old time32 stat fields too | Rich Felker | 1 | -0/+16 |
2019-10-28 | disable lfs64 aliases for remapped time64 functions | Rich Felker | 6 | -0/+14 |
2019-10-28 | prepare struct sched_param for change in time_t definition | Rich Felker | 1 | -0/+4 |
2019-10-28 | add time64 symbol name redirects to public headers, under arch control | Rich Felker | 21 | -0/+150 |
2019-10-28 | add missing m68k user.h/procfs.h regset types | Rich Felker | 1 | -0/+5 |
2019-10-25 | update case mappings to unicode 12.1.0 | Rich Felker | 1 | -85/+92 |
2019-10-25 | update ctype data to unicode 12.1.0 | u_quark | 4 | -201/+232 |
2019-10-25 | overhaul wide character case mapping implementation | Rich Felker | 2 | -290/+345 |
2019-10-25 | add missing case mapping between U+03F3 and U+037F | Rich Felker | 1 | -0/+1 |
2019-10-24 | fix errno for posix_openpt with no free ptys available | Rich Felker | 1 | -1/+3 |
2019-10-20 | adjust struct timespec definition to be time64-ready | Rich Felker | 1 | -1/+1 |
2019-10-20 | clock_adjtime: generalize time64 not to assume old struct layout match | Rich Felker | 1 | -11/+46 |
2019-10-19 | wait4, getrusage: add time64/x32 variant | Rich Felker | 2 | -3/+61 |
2019-10-19 | internally, define time64 rusage syscalls on x32 as the existing ones | Rich Felker | 1 | -0/+2 |
2019-10-19 | use struct pt_regs * rather than void * for powerpc[64] sigcontext regs | Rich Felker | 2 | -2/+2 |
2019-10-19 | fix fpregset_t type on powerpc64 | Rich Felker | 1 | -5/+1 |
2019-10-18 | fix return value of ungetc when argument is outside unsigned char range | Rich Felker | 1 | -1/+1 |
2019-10-18 | fix incorrect use of fabs on long double operand in floatscan.c | Rich Felker | 1 | -4/+1 |
2019-10-17 | move pthread types out of per-arch alltypes.h | Rich Felker | 17 | -128/+8 |
2019-10-17 | define LONG_MAX via arch alltypes.h, strip down bits/limits.h | Rich Felker | 34 | -117/+35 |
2019-10-17 | make endian.h expose unprefixed macros, functions in standard profile | Rich Felker | 1 | -16/+20 |
2019-10-17 | remove use of endian.h from arch reloc.h headers, clean up | Rich Felker | 9 | -24/+0 |
2019-10-17 | remove indirect use of endian.h from public headers | Rich Felker | 12 | -18/+0 |
2019-10-17 | move __BYTE_ORDER definition to alltypes.h | Rich Felker | 34 | -69/+68 |
2019-10-17 | remove per-arch definitions for va_list | Rich Felker | 17 | -48/+3 |
2019-10-17 | remove i386 support for legacy struct __va_list | Rich Felker | 1 | -5/+0 |
2019-10-14 | mips: add single-instruction math functions | info@mobile-stream.com | 4 | -0/+64 |
2019-10-14 | fix cacosh results for arguments with negative imaginary part | Michael Morrell | 3 | -3/+12 |
2019-10-13 | release 1.1.24v1.1.24 | Rich Felker | 2 | -1/+50 |
2019-10-13 | math: fix signed int left shift ub in sqrt | Szabolcs Nagy | 2 | -4/+2 |
2019-10-13 | fix aliasing-based undefined behavior in mbsrtowcs | Rich Felker | 1 | -2/+8 |
2019-10-06 | add Arm to the copyright file | Szabolcs Nagy | 1 | -1/+2 |
2019-10-02 | reintroduce riscv64 struct sigcontext | Rich Felker | 1 | -6/+10 |
2019-09-29 | fix riscv64 elf_fpregset_t type and member names mismatch | Rich Felker | 1 | -5/+2 |
2019-09-29 | fix riscv64 signal.h namespace violations and ucontext API mismatches | Rich Felker | 2 | -27/+20 |
2019-09-29 | remove remaining traces of __tls_get_new | Szabolcs Nagy | 5 | -12/+1 |
2019-09-27 | math: optimize lrint on 32bit targets | Szabolcs Nagy | 1 | -1/+27 |
2019-09-27 | clean up mips (32-bit, o32) syscall asm constraints | Rich Felker | 1 | -31/+32 |
2019-09-27 | document mips r6 in INSTALL file | Rich Felker | 1 | -1/+2 |
2019-09-26 | fix mips setjmp/longjmp fpu state on r6, related issues | Rich Felker | 2 | -24/+12 |