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 |
2013-08-18 |
Rich Felker | remove spurious tmp file present since initial git... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Rich Felker | replace system's install command with a shell script |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Rich Felker | add hkscs/big5-2003/eten extensions to iconv big5 |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Rich Felker | make configure store its command line in config.mak... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Rich Felker | fix atomicity and other issues installing dynamic linke... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Rich Felker | some initial math asm for armhf (fabs[f] and sqrt[f]) |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Rich Felker | fix detection of arm hardfloat |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Rich Felker | support floating point environment (fenv) on armhf... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Rich Felker | fix build of x86_64 expl assembly |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Rich Felker | add function types to arm crt assembly |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Szabolcs Nagy | math: fix pow(x,-1) to raise underflow properly |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Szabolcs Nagy | math: fix i386 atan2.s to raise underflow for subnormal... |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Szabolcs Nagy | math: clean up atan2.c |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Szabolcs Nagy | math: fix x86 asin, atan, exp, log1p to raise underflow |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Szabolcs Nagy | math: fix x86 expl.s to raise underflow and clean up... |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Szabolcs Nagy | math: fix asin, atan, log1p, tanh to raise underflow... |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Szabolcs Nagy | math: fix tgamma to raise underflow for large negative... |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Szabolcs Nagy | math: fix pow(0,-inf) to raise divbyzero flag |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Szabolcs Nagy | math: minor scalbn*.c simplification |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Rich Felker | fix length computation in dn_expand |
commit | commitdiff | tree | snapshot |
next |