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 |
2013-08-23 |
Rich Felker | add recursive rpath support to dynamic linker |
commit | commitdiff | tree | snapshot |
2013-08-23 |
Rich Felker | fix missing string.h in strftime.c (needed by new strft... |
commit | commitdiff | tree | snapshot |
2013-08-23 |
Rich Felker | fix some documentation typos |
commit | commitdiff | tree | snapshot |
2013-08-23 |
Rich Felker | add strftime and wcsftime field widths |
commit | commitdiff | tree | snapshot |
2013-08-22 |
Rich Felker | simplify strftime and fix integer overflows |
commit | commitdiff | tree | snapshot |
2013-08-22 |
Rich Felker | strftime cleanup: avoid recomputing strlen when it... |
commit | commitdiff | tree | snapshot |
2013-08-22 |
Rich Felker | more strftime refactoring |
commit | commitdiff | tree | snapshot |
2013-08-22 |
Rich Felker | begin refactoring strftime to make adding field widths... |
commit | commitdiff | tree | snapshot |
2013-08-22 |
Rich Felker | add SUN_LEN macro to sys/un.h under appropriate feature... |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Rich Felker | unbreak vwarn: print ": " before errno message |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Rich Felker | fix two bugs in sed code configure uses to save command... |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Rich Felker | re-add logic for ignoring failure of ld.so symlink... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Szabolcs Nagy | fix fenv exception functions to mask their argument |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Szabolcs Nagy | optimize x86 feclearexcept: only use save/restore x87... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Szabolcs Nagy | remove the __mxcsr member from fenv_t on i386 to follow... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Szabolcs Nagy | add sse fenv support on i386 through hwcap |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Szabolcs Nagy | fix i386 fesetenv: FE_DFL_ENV is (fenv_t*)-1 not 0 |
commit | commitdiff | tree | snapshot |
next |