Age | Commit message (Expand) | Author | Files | Lines |
2014-12-17 | provide CMPLX macros in implementation-internal libm.h | Rich Felker | 1 | -0/+12 |
2014-12-17 | implement FNM_CASEFOLD extension to fnmatch function | Nagy Szabolcs | 1 | -11/+25 |
2014-12-17 | add basic dns record parsing functions | Rich Felker | 2 | -35/+194 |
2014-12-17 | correctly handle write errors encountered by printf-family functions | Rich Felker | 2 | -2/+12 |
2014-12-13 | simplify getopt_long argv permutation loop logic | Rich Felker | 1 | -3/+1 |
2014-12-13 | fix handling of "--" with getopt_long argv permutation | Rich Felker | 1 | -1/+0 |
2014-12-11 | accept null longopts pointer in getopt_long | Rich Felker | 1 | -1/+1 |
2014-12-10 | fix getopt handling of initial '+' in optstring | Rich Felker | 1 | -1/+1 |
2014-12-10 | support abbreviated options in getopt_long | Rich Felker | 1 | -7/+18 |
2014-12-10 | support options after non-option arguments in getopt_long (argv permutation) | Rich Felker | 1 | -0/+39 |
2014-12-09 | don't shadow functions with macros in C++ | Bobby Bingham | 3 | -0/+6 |
2014-12-05 | use direct syscall rather than write function in posix_spawn child | Rich Felker | 1 | -1/+1 |
2014-12-05 | don't fail posix_spawn on failed close | Rich Felker | 1 | -2/+1 |
2014-12-04 | fix getopt handling of ':' modifier for multibyte option characters | Rich Felker | 1 | -4/+9 |
2014-12-03 | add arm private syscall numbers | Timo Teräs | 1 | -0/+5 |
2014-12-02 | fix return value of pthread_getaffinity_np and pthread_setaffinity_np | Rich Felker | 1 | -8/+11 |
2014-12-02 | fix uninitialized output from sched_getaffinity | Rich Felker | 1 | -1/+5 |
2014-12-02 | add support for non-option arguments extension to getopt | Gianluca Anzolin | 2 | -4/+20 |
2014-11-23 | adapt dynamic linker for new binutils versions that omit DT_RPATH | Rich Felker | 1 | -0/+2 |
2014-11-23 | fix tabs/spaces in memcpy.s | Rich Felker | 1 | -279/+279 |
2014-11-23 | fix build regression in arm asm for setjmp/longjmp with old assemblers | Rich Felker | 2 | -2/+2 |
2014-11-23 | fix build regression in arm asm for memcpy | Rich Felker | 1 | -30/+30 |
2014-11-23 | arm assembly changes for clang compatibility | Joakim Sindholt | 3 | -32/+32 |
2014-11-22 | unify non-inline version of syscall code across archs | Rich Felker | 4 | -104/+16 |
2014-11-22 | inline 5- and 6-argument syscalls on arm | Rich Felker | 1 | -2/+15 |
2014-11-22 | remove old clang workarounds from arm syscall implementation | Rich Felker | 1 | -31/+0 |
2014-11-22 | fix __aeabi_read_tp oversight in arm atomics/tls overhaul | Rich Felker | 3 | -10/+5 |
2014-11-19 | overhaul ARM atomics/tls for performance and compatibility | Rich Felker | 6 | -56/+331 |
2014-11-19 | save auxv pointer into libc struct early in dynamic linker startup | Rich Felker | 1 | -0/+1 |
2014-11-15 | getopt: fix optional argument processing | Felix Fietkau | 1 | -2/+2 |
2014-11-15 | implement a private state for the uchar.h functions | Jens Gustedt | 3 | -0/+6 |
2014-11-15 | fix behavior of printf with alt-form octal, zero precision, zero value | Rich Felker | 1 | -1/+1 |
2014-11-05 | math: use fnstsw consistently instead of fstsw in x87 asm | Szabolcs Nagy | 11 | -11/+11 |
2014-11-05 | math: fix x86_64 and x32 asm not to use sahf instruction | Szabolcs Nagy | 6 | -28/+14 |
2014-11-05 | fix 64-bit syscall argument passing on or1k | Rich Felker | 1 | -1/+1 |
2014-10-31 | fix uninitialized mode variable in openat function | Rich Felker | 1 | -1/+1 |
2014-10-31 | math: use the rounding idiom consistently | Szabolcs Nagy | 13 | -58/+89 |
2014-10-31 | fix rint.c and rintf.c when FLT_EVAL_METHOD!=0 | Szabolcs Nagy | 2 | -4/+22 |
2014-10-30 | fix invalid access by openat to possibly-missing variadic mode argument | Rich Felker | 1 | -4/+8 |
2014-10-30 | fix failure of open to read variadic mode argument for O_TMPFILE | Rich Felker | 1 | -1/+1 |
2014-10-20 | manually "shrink wrap" fast path in pthread_once | Rich Felker | 1 | -8/+12 |
2014-10-14 | release 1.1.5v1.1.5 | Rich Felker | 2 | -1/+39 |
2014-10-14 | suppress macro definitions of ctype functions under C++ | Rich Felker | 3 | -0/+7 |
2014-10-13 | implement uchar.h (C11 UTF-16/32 conversion) interfaces | Rich Felker | 7 | -5/+109 |
2014-10-13 | eliminate global waiters count in pthread_once | Rich Felker | 1 | -9/+13 |
2014-10-10 | fix missing barrier in pthread_once/call_once shortcut path | Rich Felker | 1 | -2/+6 |
2014-10-10 | add explicit barrier operation to internal atomic.h API | Rich Felker | 9 | -6/+33 |
2014-10-09 | fix handling of negative offsets in timezone spec strings | Rich Felker | 1 | -10/+7 |
2014-10-08 | add new linux file sealing api to fcntl.h | Szabolcs Nagy | 1 | -0/+7 |
2014-10-08 | add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h | Szabolcs Nagy | 1 | -0/+1 |