2013-10-07 |
Szabolcs Nagy | fix clockid macro names in time.h, reported by Paul... |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Szabolcs Nagy | remove errno setting from setenv, malloc sets it correc... |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Szabolcs Nagy | fix allocation sizes in regcomp |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Szabolcs Nagy | add missing va_end in execl* for correcness and static... |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Szabolcs Nagy | minor vfprintf and vfwprintf changes to please static... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Szabolcs Nagy | math: remove an unused variable from modfl |
commit | commitdiff | tree | snapshot |
2013-10-05 |
Rich Felker | slightly optimize __brk for size |
commit | commitdiff | tree | snapshot |
2013-10-05 |
Rich Felker | fix failure of malloc to set errno on heap (brk) exhaustion |
commit | commitdiff | tree | snapshot |
2013-10-04 |
Rich Felker | fix failure to check malloc result in setenv |
commit | commitdiff | tree | snapshot |
2013-10-04 |
Szabolcs Nagy | math: remove code duplication in erfl found by clang... |
commit | commitdiff | tree | snapshot |
2013-10-04 |
Szabolcs Nagy | math: remove a useless assignment in lgammal found... |
commit | commitdiff | tree | snapshot |
2013-10-04 |
Rich Felker | fix invalid implicit pointer conversion in pthread_key_... |
commit | commitdiff | tree | snapshot |
2013-10-04 |
Rich Felker | fix uninitialized variable in dladdr |
commit | commitdiff | tree | snapshot |
2013-10-04 |
Rich Felker | removed unused variable in vfwprintf |
commit | commitdiff | tree | snapshot |
2013-10-03 |
Rich Felker | fix new environment always being null with execle |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Rich Felker | fix off-by-one error in getgrnam_r and getgrgid_r,... |
commit | commitdiff | tree | snapshot |
2013-09-27 |
Rich Felker | fix buffer overflow in mbsrtowcs |
commit | commitdiff | tree | snapshot |
2013-09-27 |
Szabolcs Nagy | math: fix comparision macros (isless etc) when FLT_EVAL... |
commit | commitdiff | tree | snapshot |
2013-09-26 |
Rich Felker | add missing i386 syscall numbers |
commit | commitdiff | tree | snapshot |
2013-09-26 |
Rich Felker | remove duplicate lines from mips bits/syscall.h |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Rich Felker | release notes for 0.9.14 v0.9.14 |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Rich Felker | fix arm atomic store and generate simpler/less-bloated... |
commit | commitdiff | tree | snapshot |
2013-09-20 |
Rich Felker | fix potential deadlock bug in libc-internal locking... |
commit | commitdiff | tree | snapshot |
2013-09-20 |
Rich Felker | correct the sysconf value for RTSIG_MAX |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Rich Felker | fix sigemptyset and sigfillset for mips |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Rich Felker | fix clobbering of caller's stack in mips __clone function |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Szabolcs Nagy | sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriori... |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Szabolcs Nagy | update include/elf.h following glibc changes |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Rich Felker | omit CLONE_PARENT flag to clone in pthread_create |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Rich Felker | use symbolic names for clone flags in pthread_create |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Szabolcs Nagy | sys/socket.h: add new SO_BUSY_POLL socket option |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Szabolcs Nagy | ptrace.h: add new ptrace requests to get/set sigmask |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Szabolcs Nagy | net/if_arp.h: add missing ARP hardware identifiers... |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Szabolcs Nagy | netinet/in.h: add missing IP protocol numbers from... |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Szabolcs Nagy | support configurable page size on mips, powerpc and... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Rich Felker | fix overflow in sysconf for _SC_MQ_PRIO_MAX |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Rich Felker | fix child stack alignment on mips clone |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Rich Felker | fix mips sysv ipc bits headers |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Rich Felker | fix x86_64 lrintl asm, again |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Rich Felker | do not use default when dynamic linker fails to open... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Szabolcs Nagy | math: remove STRICT_ASSIGN from exp2f (see previous... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Szabolcs Nagy | math: remove STRICT_ASSIGN macro |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: support invalid ld80 representations in fpclassify |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: fix atanh (overflow and underflow issues) |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: remove libc.h include from libm.h |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: fix acoshf on negative values |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: fix expm1l on x86_64 (avoid underflow for large... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: fix lrintl.s on x86_64 (use movslq to signextend... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: fix exp2l asm on x86 (raise underflow correctly) |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: cosmetic cleanup (use explicit union instead... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: remove *_WORD64 macros from libm.h |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: remove old longdbl.h |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: long double fix (use ldshape union) |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: use float_t and double_t in scalbnf and scalbn |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: fix remaining old long double code (erfl, fmal... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: cbrt cleanup and long double fix |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: fix underflow in exp*.c and long double handling... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: long double trigonometric cleanup (cosl, sinl... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: long double inverse trigonometric cleanup (acosl... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: rewrite hypot |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: rewrite remainder functions (remainder, remquo... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: rewrite rounding functions (ceil, floor, trunc... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: fix logb(-0.0) in downward rounding mode |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | math: ilogb cleanup |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Szabolcs Nagy | long double cleanup, initial commit |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Rich Felker | fix typo in comment in __randname |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Rich Felker | fix mips-specific bug in synccall (too little space... |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Rich Felker | in synccall, ignore the signal before any threads'... |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Rich Felker | fix invalid pointer in synccall (multithread setuid... |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Rich Felker | fix special-case breakage in popen due to reversed... |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Rich Felker | add workaround header for wait.h remapping to sys/wait.h |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Rich Felker | fix missing return value warning in faccessat, minor... |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Rich Felker | fix invalid %m format crash in wide scanf variants |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Rich Felker | avoid crash in scanf when invalid %m format is encountered |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Rich Felker | remove incorrect cancellation points from realpath |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Rich Felker | debloat realpath's allocation strategy |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Rich Felker | make realpath use O_PATH when opening the file |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Rich Felker | fix regression in creation of ldso symlink |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Rich Felker | fix breakage in synccall due to incorrect signal restor... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Rich Felker | fix typo in release notes v0.9.13 |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Rich Felker | release notes for 0.9.13 |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Rich Felker | only expose struct tcphdr under _GNU_SOURCE |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Rich Felker | add struct tcphdr in netinet/tcp.h |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Rich Felker | remove -Wcast-align from --enable-warnings |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Rich Felker | optimized C memcpy |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Rich Felker | stdbool.h should define __bool_true_false_are_defined... |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Rich Felker | fix invalid instruction mnemonics in powerpc fenv asm |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Rich Felker | optimized C memset |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Rich Felker | add attribute((may_alias)) checking in configure |
commit | commitdiff | tree | snapshot |
2013-08-25 |
Rich Felker | add the %s (seconds since the epoch) format to strftime |
commit | commitdiff | tree | snapshot |
2013-08-24 |
Rich Felker | fix strftime regression in %e format |
commit | commitdiff | tree | snapshot |
2013-08-24 |
Rich Felker | properly fill in tzname[] for old (pre-64-bit-format... |
commit | commitdiff | tree | snapshot |
2013-08-24 |
Rich Felker | minor fix to tz name checking |
commit | commitdiff | tree | snapshot |
2013-08-24 |
Rich Felker | fix strftime handling of time zone data |
commit | commitdiff | tree | snapshot |
2013-08-24 |
Rich Felker | make dlopen honor the rpath of the main program |
commit | commitdiff | tree | snapshot |
2013-08-24 |
Rich Felker | fix mishandling of empty or blank TZ environment variable |
commit | commitdiff | tree | snapshot |
2013-08-24 |
Rich Felker | fix regression in dn_expand/reverse dns |
commit | commitdiff | tree | snapshot |
2013-08-23 |
Rich Felker | fix bugs in $ORIGIN handling |
commit | commitdiff | tree | snapshot |
2013-08-23 |
Rich Felker | use AT_EXECFN, if available, for dynamic linker to... |
commit | commitdiff | tree | snapshot |
2013-08-23 |
Rich Felker | add rpath $ORIGIN processing to dynamic linker |
commit | commitdiff | tree | snapshot |
next |