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 |
2013-08-14 |
Rich Felker | de-duplicate dn_expand, fix return value and signature... |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Rich Felker | add arm-optimized memcpy implementation from bionic... |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Rich Felker | rework makefile subarch logic to allow shared files |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Rich Felker | add missing MSG_EXCEPT in sys/msg.h |
commit | commitdiff | tree | snapshot |
2013-08-13 |
Rich Felker | provide declarations for strtod_l and family |
commit | commitdiff | tree | snapshot |
2013-08-11 |
Rich Felker | add subarch asm support for PIC objects/shared libc |
commit | commitdiff | tree | snapshot |
2013-08-11 |
Rich Felker | add missing a_or_l to atomic.h for non-x86 archs |
commit | commitdiff | tree | snapshot |
2013-08-11 |
Rich Felker | allow subarch-specific asm, including asm specific... |
commit | commitdiff | tree | snapshot |
2013-08-11 |
Rich Felker | fix _NSIG and SIGRTMAX on mips |
commit | commitdiff | tree | snapshot |
2013-08-11 |
Rich Felker | fix definitions of WIFSTOPPED and WIFSIGNALED to suppor... |
commit | commitdiff | tree | snapshot |
2013-08-11 |
Rich Felker | add pthread_setaffinity_np and pthread_getaffinity_np... |
commit | commitdiff | tree | snapshot |
2013-08-11 |
Rich Felker | add cpu affinity interfaces |
commit | commitdiff | tree | snapshot |
2013-08-10 |
Rich Felker | change sigset_t functions to restrict to _NSIG |
commit | commitdiff | tree | snapshot |
2013-08-10 |
Rich Felker | optimize posix_spawn to avoid spurious sigaction syscalls |
commit | commitdiff | tree | snapshot |
2013-08-10 |
Rich Felker | fix missing errno from exec failure in posix_spawn |
commit | commitdiff | tree | snapshot |
2013-08-09 |
Rich Felker | block all signals, even implementation-internal ones... |
commit | commitdiff | tree | snapshot |
2013-08-09 |
Rich Felker | block signals during fork |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Rich Felker | work around libraries with versioned symbols in dynamic... |
commit | commitdiff | tree | snapshot |
2013-08-08 |
rofl0r | sys/personality.h: add missing C++ compat |
commit | commitdiff | tree | snapshot |
2013-08-08 |
rofl0r | sys/personality.h: add missing macros |
commit | commitdiff | tree | snapshot |
2013-08-07 |
Rich Felker | add Big5 charset support to iconv |
commit | commitdiff | tree | snapshot |
2013-08-07 |
Rich Felker | make fcvt decimal point location for zero make more... |
commit | commitdiff | tree | snapshot |
2013-08-07 |
Rich Felker | fix ecvt/fcvt decimal point position output |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Rich Felker | iconv support for legacy Korean encodings |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | have new timer threads unblock their own SIGTIMER |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | add system for resetting TLS to initial values |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | fix multiple bugs in SIGEV_THREAD timers |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | add some new linux AT_* flags |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | fix faccessat to support AT_EACCESS flag |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | collapse euidaccess to a call to faccessat |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | add prototypes for euidaccess/eaccess |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | add legacy euidaccess function and eaccess alias for it |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | make tdestroy allow null function pointer if no destruc... |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | fix aliasing violations in tsearch functions |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | protect against long double type mismatches (mainly... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | add legacy function valloc |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | fix feature test macro logic for _BSD_SOURCE |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | add wcsftime_t alias |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | add missing c++ extern "C" wrapping to link.h |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | make fchdir, fchmod, fchown, and fstat support O_PATH... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | debloat code that depends on /proc/self/fd/%d with... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | work around linux's lack of flags argument to fchmodat... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | move RPATH search after LD_LIBRARY_PATH search |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | provide useless 64-bit fcntl macros with _LARGEFILE64_S... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | if map_library has allocated a buffer for phdrs, free... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | improve error handling in map_library and support long... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | fix uninitialized dyn variable in map_library |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | fix (deprecated) mktemp logic and update it to match... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | remove (no longer useful) namespace-protected __mktemp... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | make mkdtemp and mkstemp family leave template unchange... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | optimized memset asm for i386 and x86_64 |
commit | commitdiff | tree | snapshot |
2013-08-01 |
Rich Felker | work around gcc 4.8's generation of self-referential... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Rich Felker | in pthread_getattr_np, use mremap rather than madvise... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Rich Felker | fix theoretical out-of-bound access in dynamic linker |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Rich Felker | prevent passing PT_INTERP name to dlopen from double... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Rich Felker | add some sanity checks in dynamic loader code |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Rich Felker | fix bug where read error was treated as success reading... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Rich Felker | don't call null pointer if DT_INIT/DT_FINI are null |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Rich Felker | add macros for new(ish) prctl commands |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Rich Felker | fix some prctl macros that were incorrectly copied... |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Timo Teräs | use separate sigaction buffers for old and new data |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Rich Felker | release notes for 0.9.12 v0.9.12 |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Rich Felker | add missing erfcl wrapper for archs where long double... |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Rich Felker | fix semantically incorrect use of LC_GLOBAL_LOCALE |
commit | commitdiff | tree | snapshot |
next |