Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-09 | Fix clog, clog10 spurious underflow exceptions (bug 14337). | Joseph Myers | 11 | -55/+474 | |
2012-07-07 | Update NEWS | Andreas Schwab | 1 | -1/+1 | |
2012-07-06 | Fix float range reduction problems (#14283) | Andreas Schwab | 2 | -2/+6 | |
2012-07-06 | Fix missing _mcount@GLIBC_2.0 on powerpc32 | Andreas Schwab | 4 | -2/+27 | |
2012-07-06 | Fix tanf underflow close to pi/4 (bug 14154). | Joseph Myers | 5 | -3/+86 | |
2012-07-06 | Do not store data below the stack pointer on MIPS. | Petar Jovanovic | 2 | -2/+8 | |
2012-07-06 | Fix expm1 spurious underflow exceptions (bug 6778). | Joseph Myers | 9 | -45/+140 | |
2012-07-06 | sunrpc: fix rpc bootstrap builds | Mike Frysinger | 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> | |||||
2012-07-05 | Add ARM-specific static-stubs.c. | Joseph Myers | 2 | -0/+11 | |
2012-07-05 | Fix csqrt underflow (bugs 14157, 14331). | Joseph Myers | 8 | -25/+166 | |
2012-07-04 | Adapt tst-catgets to changes in tst-gettext | Andreas Schwab | 4 | -105/+79 | |
2012-07-04 | Fix tst-gettext test | Andreas Schwab | 4 | -53/+55 | |
2012-07-04 | Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328). | Joseph Myers | 11 | -19/+937 | |
2012-07-03 | drop ports ignore | Mike Frysinger | 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> | |||||
2012-07-03 | Update from translation teams | Andreas Jaeger | 8 | -11249/+13324 | |
2012-07-03 | Avoid use of libgcc_s and libgcc_eh when building glibc. | Joseph Myers | 7 | -21/+206 | |
2012-07-03 | Fix float range reduction problems (bug 14283). | Joseph Myers | 5 | -22/+46 | |
2012-07-03 | Add cosh tests for bug 14273. | Joseph Myers | 2 | -0/+8 | |
2012-07-03 | Add ppca2 to ports powerpc/dl-procinfo. | Joseph Myers | 3 | -8/+27 | |
2012-07-03 | Remove ports files no longer relevant now included in libc repository. | Joseph Myers | 4 | -45/+6 | |
2012-07-03 | Open development for 2.17. | Joseph Myers | 3 | -2/+12 | |
2012-07-01 | Merge glibc-ports into ports/ directory.glibc-2.16.90glibc-2.16-ports-merge | Joseph Myers | 2361 | -0/+320086 | |
2012-07-01 | Move all files into ports/ subdirectory in preparation for merge with glibcglibc-2.16-ports-before-merge | Joseph Myers | 2361 | -0/+0 | |
2012-06-30 | Release 2.16glibc-2.16.0 | Carlos O'Donell | 2 | -3/+3 | |
Update version.h and include/features.h for 2.16 release. | |||||
2012-06-30 | Update NEWS and README.glibc-2.16 | Carlos O'Donell | 3 | -6/+25 | |
Final update for 2.16 release. | |||||
2012-06-28 | manual/contrib.texi (Contributors): Sort alphabetically by last name. | Thomas Schwinge | 2 | -17/+21 | |
2012-06-27 | Add Samuel Thibault to manual/contrib.texi | Andreas Jaeger | 2 | -0/+7 | |
2012-06-25 | Update s390 ULPs file | Andreas Jaeger | 2 | -4/+358 | |
2012-06-23 | SH can do fanotify_mark, too.glibc-2.16-tps | Andreas Schwab | 4 | -0/+14 | |
2012-06-23 | Some missing bits from sysdeps/*/elf dismissal. | Thomas Schwinge | 5 | -107/+9 | |
This fixes up commits 735095ae9566b2b14e8210e5ed44b3d5b51495f1, 09ae94c11b4309b425fbbfaa095e64cac2ae8cb8, and ff962fb6a10c46052535d482c889b3a9e5236637. | |||||
2012-06-23 | SH: __lll_robust_timedlock_wait: Simplify CFI directives. | Thomas Schwinge | 2 | -6/+9 | |
2012-06-23 | SH: Preserve more registers for frame unwinding purposes, add CFI directives. | Thomas Schwinge | 5 | -7/+57 | |
2012-06-23 | SH: Optimize assembler code in context of call to __fortify_fail. | Thomas Schwinge | 3 | -17/+13 | |
__fortify_fail has »__attribute__ ((__noreturn__))«. | |||||
2012-06-23 | SH: ____longjmp_chk for GNU/Linux with sigaltstack support. | Thomas Schwinge | 4 | -0/+137 | |
debug/tst-longjmp_chk2 now passes. | |||||
2012-06-23 | SH: ABORT_INSTRUCTION. | Thomas Schwinge | 3 | -3/+11 | |
2012-06-23 | SH: makecontext/.Lexitcode: Always initialize the GOT register before use. | Thomas Schwinge | 2 | -4/+11 | |
This is only relevant when returning from a context with »uc_link == NULL«, which is not exercised in the testsuite. | |||||
2012-06-23 | SH: makecontext: Fix calculation of ARGC > 4. | Thomas Schwinge | 2 | -1/+4 | |
stdlib/tst-setcontext and stdlib/tst-makecontext3 now pass. | |||||
2012-06-23 | SH: makecontext: Improve understandability. | Thomas Schwinge | 2 | -29/+34 | |
2012-06-23 | Fix gUSA sequence in SH atomic functions in | Kaz Kojima | 2 | -93/+107 | |
sysdeps/unix/sysv/linux/sh/bits/atomic.h. | |||||
2012-06-22 | Fix invalid memory access in do_lookup_x. | Andreas Schwab | 7 | -34/+43 | |
[BZ #13579] Do not free l_initfini and allow it to be reused on subsequent dl_open calls for the same library. This fixes the invalid memory access in do_lookup_x when the previously free'd l_initfini was accessed through l_searchlist when a library had been opened for the second time. | |||||
2012-06-22 | Use AC_LANG_SOURCE to fix autoconf warnings. | Carlos O'Donell | 2 | -2/+7 | |
2012-06-22 | Use tab not spaces. | Carlos O'Donell | 1 | -1/+1 | |
2012-06-22 | Respect --localstatedir for /var/db parent directory. | Roland McGrath | 7 | -3/+32 | |
2012-06-21 | Update copyright years | Jeff Law | 1 | -1/+1 | |
2012-06-21 | [BZ #14277] | Jeff Law | 3 | -7/+14 | |
* intl/dcigettext.c (_nl_find_msg): Avoid use after potential free. Simplify list management for _LIBC case. | |||||
2012-06-21 | Fix wordsize-64 cosh regression (bug 14273). | Joseph Myers | 3 | -1/+7 | |
2012-06-21 | Regenerate sysdeps/mach/configure. | Joseph Myers | 2 | -400/+289 | |
2012-06-21 | Mention BZ #14278 in NEWS | H.J. Lu | 1 | -1/+1 | |
2012-06-21 | Fix a typo in i386 SYSCALL_PIC_SETUP | H.J. Lu | 2 | -1/+6 | |
2012-06-21 | Add Changelog ... | Carlos O'Donell | 1 | -0/+4 | |
... for ac80ce0bd9c22b85aae0a39cd719b9c90b08ced7. |