about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ppc: add configure check for older compilers erroring on 'd' constraintrofl0r2019-11-052-2/+2
* fix time64 link regression of dlsym stub for static-linked programsRich Felker2019-11-031-0/+4
* add __dlsym_time64 asm entry point for all legacy-32bit-time_t archsRich Felker2019-11-029-0/+27
* make fstatat fill in old time32 stat fields tooRich Felker2019-10-281-0/+16
* disable lfs64 aliases for remapped time64 functionsRich Felker2019-10-286-0/+14
* update case mappings to unicode 12.1.0Rich Felker2019-10-251-85/+92
* update ctype data to unicode 12.1.0u_quark2019-10-254-201/+232
* overhaul wide character case mapping implementationRich Felker2019-10-252-290/+345
* add missing case mapping between U+03F3 and U+037FRich Felker2019-10-251-0/+1
* fix errno for posix_openpt with no free ptys availableRich Felker2019-10-241-1/+3
* clock_adjtime: generalize time64 not to assume old struct layout matchRich Felker2019-10-201-11/+46
* wait4, getrusage: add time64/x32 variantRich Felker2019-10-192-3/+61
* fix return value of ungetc when argument is outside unsigned char rangeRich Felker2019-10-181-1/+1
* fix incorrect use of fabs on long double operand in floatscan.cRich Felker2019-10-181-4/+1
* mips: add single-instruction math functionsinfo@mobile-stream.com2019-10-144-0/+64
* fix cacosh results for arguments with negative imaginary partMichael Morrell2019-10-143-3/+12
* math: fix signed int left shift ub in sqrtSzabolcs Nagy2019-10-132-4/+2
* fix aliasing-based undefined behavior in mbsrtowcsRich Felker2019-10-131-2/+8
* remove remaining traces of __tls_get_newSzabolcs Nagy2019-09-295-12/+1
* math: optimize lrint on 32bit targetsSzabolcs Nagy2019-09-271-1/+27
* fix mips setjmp/longjmp fpu state on r6, related issuesRich Felker2019-09-262-24/+12
* arm: fix setjmp and longjmp asm for armv8-aSzabolcs Nagy2019-09-262-0/+14
* fix data race in timer_create with SIGEV_THREAD notificationRich Felker2019-09-251-2/+2
* harden thread start with failed scheduling against broken __cloneRich Felker2019-09-131-1/+1
* fix %lf in wprintfBrion Vibber2019-09-131-0/+2
* fix arm __tlsdesc_dynamic when built as thumb code without __ARM_ARCH>=5Rich Felker2019-09-111-0/+4
* fix arm __a_barrier_oldkuser when built as thumbRich Felker2019-09-111-2/+2
* fix code path where child function returns in arm __clone built as thumbRich Felker2019-09-111-7/+3
* synchronously clean up pthread_create failure due to scheduling errorsRich Felker2019-09-061-13/+18
* set explicit scheduling for new thread from calling thread, not selfRich Felker2019-09-061-21/+12
* fix unsynchronized decrement of thread count on pthread_create errorRich Felker2019-09-061-1/+2
* add public declaration for optreset under appropriate feature profilesRich Felker2019-08-301-0/+1
* add posix_spawn [f]chdir file actionsRich Felker2019-08-304-0/+45
* add copy_file_range system call wrapperÁrni Dagur2019-08-231-0/+8
* fix external dummy_lock symbol inadvertently introduced in sigactionRich Felker2019-08-171-1/+1
* fix accidentlly-external cmp symbol introduced with catgetsRich Felker2019-08-131-1/+1
* add support for powerpc/powerpc64 unaligned relocationsSamuel Holland2019-08-111-0/+1
* add secure_getenv functionPetr Vaněk2019-08-081-0/+8
* in clock_getres, check for null pointer before storing resultRich Felker2019-08-071-1/+1
* remove spurious null check in clock_settimeRich Felker2019-08-071-1/+1
* fix regression in recvmmsg with no timeoutRich Felker2019-08-071-1/+1
* add non-stub implementation of catgets localization functionsRich Felker2019-08-073-3/+114
* fix regression in select with no timeoutRich Felker2019-08-071-1/+2
* fix failure of glob to match broken symlinks under some conditionsRich Felker2019-08-071-5/+12
* in arm cancellation point asm, don't unnecessarily preserve link registerPatrick Oppenlander2019-08-061-4/+4
* glob: implement GLOB_TILDE and GLOB_TILDE_CHECKIsmael Luceno2019-08-061-1/+41
* use setitimer function rather than syscall to implement alarmRich Felker2019-08-051-3/+3
* fix build regression in i386 asm for atan2, atan2fRich Felker2019-08-052-2/+2
* fix x87 stack imbalance in corner cases of i386 math asmRich Felker2019-08-058-44/+14
* fix regression in clock_gettime on 32-bit archs without vdsoRich Felker2019-08-051-0/+1