Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update from translation team | Andreas Jaeger | 2012-07-16 | 2 | -1217/+1397 | |
| | ||||||
* | conformtest: Update expectations for string.h. | Joseph Myers | 2012-07-15 | 2 | -3/+18 | |
| | ||||||
* | Update from french translation team | Andreas Jaeger | 2012-07-13 | 2 | -2/+6 | |
| | ||||||
* | Fix ynl return value with LDBL_MIN. | Marek Polacek | 2012-07-12 | 4 | -3/+15 | |
| | ||||||
* | Remove pre-2.4.1 Linux kernel support. | Joseph Myers | 2012-07-12 | 8 | -80/+58 | |
| | ||||||
* | Avoid duplicate DNS requests if answer is longer than a implementation | Jeroen van Bemmel | 2012-07-12 | 4 | -9/+26 | |
| | | | | | | | | | | | | | | | | limit [BZ #14307] * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of the temporary buffer used to invoke __gethostbyname2_r, __gethostbyaddr_r and gethostbyname4_r to make room for struct host_data / struct gaih_addrtuple. * resolv/nss_dns/dns-host.c (global scope): Move definition of implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to header file nss/nsswitch.h. * nss/nsswitch.h (global scope): Add definition of implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from resolv/nss_dns/dns-host.c). | |||||
* | Rewrite MIPS' atomic.h to use __atomic_* builtins. | Maxim Kuvyrkov | 2012-07-11 | 2 | -43/+185 | |
| | ||||||
* | Translation team update for fr.po/sv.po | Andreas Jaeger | 2012-07-11 | 3 | -1239/+1391 | |
| | ||||||
* | Update from translation team: fr.po | Andreas Jaeger | 2012-07-11 | 2 | -1200/+1379 | |
| | ||||||
* | Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328). | Adhemerval Zanella | 2012-07-11 | 4 | -23/+331 | |
| | | | | IBM long double fixes and POWER ulps update. | |||||
* | Update sparc ULPs. | David S. Miller | 2012-07-11 | 2 | -0/+453 | |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | |||||
* | Fix LOG_MAKEPRI to agree with BSD | Andreas Schwab | 2012-07-10 | 3 | -3/+9 | |
| | ||||||
* | tile: correct typo in comment | Chris Metcalf | 2012-07-10 | 2 | -1/+4 | |
| | ||||||
* | tile: Convert ASM_GLOBAL_DIRECTIVE to .globl | Chris Metcalf | 2012-07-10 | 2 | -1/+6 | |
| | ||||||
* | Change ASM_GLOBAL_DIRECTIVE to .globl for ARM. | Joseph Myers | 2012-07-10 | 2 | -1/+6 | |
| | ||||||
* | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | 2012-07-10 | 33 | -256/+229 | |
| | ||||||
* | m68k: update libm test ULPs | Andreas Schwab | 2012-07-09 | 2 | -2/+312 | |
| | ||||||
* | BZ#14336: Manual spelling fixes. | Roland McGrath | 2012-07-09 | 3 | -5/+14 | |
| | ||||||
* | Fix clog, clog10 spurious underflow exceptions (bug 14337). | Joseph Myers | 2012-07-09 | 11 | -55/+474 | |
| | ||||||
* | Update NEWS | Andreas Schwab | 2012-07-07 | 1 | -1/+1 | |
| | ||||||
* | Fix float range reduction problems (#14283) | Andreas Schwab | 2012-07-06 | 2 | -2/+6 | |
| | ||||||
* | Fix missing _mcount@GLIBC_2.0 on powerpc32 | Andreas Schwab | 2012-07-06 | 4 | -2/+27 | |
| | ||||||
* | Fix tanf underflow close to pi/4 (bug 14154). | Joseph Myers | 2012-07-06 | 5 | -3/+86 | |
| | ||||||
* | Do not store data below the stack pointer on MIPS. | Petar Jovanovic | 2012-07-06 | 2 | -2/+8 | |
| | ||||||
* | Fix expm1 spurious underflow exceptions (bug 6778). | Joseph Myers | 2012-07-06 | 9 | -45/+140 | |
| | ||||||
* | sunrpc: fix rpc bootstrap builds | Mike Frysinger | 2012-07-06 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | If you build & install glibc w/rpc disabled, you no longer have headers in /usr/include/rpc/ (this is expected). But if you try to build glibc w/rpc enabled, this gets into a bad state due to the new rpc helpers that get cross-compiled: $ make ... x86_64-pc-linux-gnu-gcc -m32 -D_RPC_THREAD_SAFE_ -D_GNU_SOURCE -DIS_IN_build \ -include $objdir/config.h rpc_clntout.c -o $objdir/sunrpc/cross-rpc_clntout.o \ -MMD -MP -MF $objdir/sunrpc/cross-rpc_clntout.o.dt -MT $objdir/sunrpc/cross-rpc_clntout.o -c rpc_clntout.c:34:23: fatal error: rpc/types.h: No such file or directory compilation terminated. make: *** [$objdir/sunrpc/cross-rpc_clntout.o] Error 1 Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
* | Add ARM-specific static-stubs.c. | Joseph Myers | 2012-07-05 | 2 | -0/+11 | |
| | ||||||
* | Fix csqrt underflow (bugs 14157, 14331). | Joseph Myers | 2012-07-05 | 8 | -25/+166 | |
| | ||||||
* | Adapt tst-catgets to changes in tst-gettext | Andreas Schwab | 2012-07-04 | 4 | -105/+79 | |
| | ||||||
* | Fix tst-gettext test | Andreas Schwab | 2012-07-04 | 4 | -53/+55 | |
| | ||||||
* | Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328). | Joseph Myers | 2012-07-04 | 11 | -19/+937 | |
| | ||||||
* | drop ports ignore | Mike Frysinger | 2012-07-03 | 2 | -1/+4 | |
| | | | | | | | Now that it's been merged back into mainline, we don't want to ignore the dir anymore. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
* | Update from translation teams | Andreas Jaeger | 2012-07-03 | 8 | -11249/+13324 | |
| | ||||||
* | Avoid use of libgcc_s and libgcc_eh when building glibc. | Joseph Myers | 2012-07-03 | 7 | -21/+206 | |
| | ||||||
* | Fix float range reduction problems (bug 14283). | Joseph Myers | 2012-07-03 | 5 | -22/+46 | |
| | ||||||
* | Add cosh tests for bug 14273. | Joseph Myers | 2012-07-03 | 2 | -0/+8 | |
| | ||||||
* | Add ppca2 to ports powerpc/dl-procinfo. | Joseph Myers | 2012-07-03 | 3 | -8/+27 | |
| | ||||||
* | Remove ports files no longer relevant now included in libc repository. | Joseph Myers | 2012-07-03 | 4 | -45/+6 | |
| | ||||||
* | Open development for 2.17. | Joseph Myers | 2012-07-03 | 3 | -2/+12 | |
| | ||||||
* | Merge glibc-ports into ports/ directory. glibc-2.16.90 glibc-2.16-ports-merge | Joseph Myers | 2012-07-01 | 2361 | -0/+320086 | |
|\ | ||||||
| * | Move all files into ports/ subdirectory in preparation for merge with glibc glibc-2.16-ports-before-merge | Joseph Myers | 2012-07-01 | 2361 | -0/+0 | |
| | | ||||||
| * | Add Changelog ... | Carlos O'Donell | 2012-06-21 | 1 | -0/+4 | |
| | | | | | | | | ... for ac80ce0bd9c22b85aae0a39cd719b9c90b08ced7. | |||||
| * | Add .gitignore. | Carlos O'Donell | 2012-06-21 | 1 | -0/+1 | |
| | | | | | | | | Ignore the autoconf cache directory. | |||||
| * | Update MIPS32 ABI baselines for _gp_disp. | Joseph Myers | 2012-06-19 | 22 | -21/+64 | |
| | | ||||||
| * | alpha: Define FP_TRAPPING_EXCEPTIONS | Richard Henderson | 2012-06-15 | 2 | -1/+6 | |
| | | ||||||
| * | alpha: Always handle inexact in rint implementations | Richard Henderson | 2012-06-15 | 3 | -12/+33 | |
| | | ||||||
| * | [BZ #13848] alpha: Fix s_nearbyint implementation. | Richard Henderson | 2012-06-15 | 2 | -29/+37 | |
| | | ||||||
| * | alpha: Use builtins for copysign | Richard Henderson | 2012-06-15 | 2 | -6/+4 | |
| | | ||||||
| * | alpha: Fix protection on UTIME_NOW | Richard Henderson | 2012-06-15 | 1 | -4/+2 | |
| | | ||||||
| * | alpha: Add missing definitions in resource.h, shm.h | Richard Henderson | 2012-06-15 | 2 | -6/+40 | |
| | |