summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-10Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek
2012-07-09m68k: update libm test ULPsAndreas Schwab
2012-07-09BZ#14336: Manual spelling fixes.Roland McGrath
2012-07-09Fix clog, clog10 spurious underflow exceptions (bug 14337).Joseph Myers
2012-07-07Update NEWSAndreas Schwab
2012-07-06Fix float range reduction problems (#14283)Andreas Schwab
2012-07-06Fix missing _mcount@GLIBC_2.0 on powerpc32Andreas Schwab
2012-07-06Fix tanf underflow close to pi/4 (bug 14154).Joseph Myers
2012-07-06Do not store data below the stack pointer on MIPS.Petar Jovanovic
2012-07-06Fix expm1 spurious underflow exceptions (bug 6778).Joseph Myers
2012-07-06sunrpc: fix rpc bootstrap buildsMike Frysinger
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-05Add ARM-specific static-stubs.c.Joseph Myers
2012-07-05Fix csqrt underflow (bugs 14157, 14331).Joseph Myers
2012-07-04Adapt tst-catgets to changes in tst-gettextAndreas Schwab
2012-07-04Fix tst-gettext testAndreas Schwab
2012-07-04Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Joseph Myers
2012-07-03drop ports ignoreMike Frysinger
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-03Update from translation teamsAndreas Jaeger
2012-07-03Avoid use of libgcc_s and libgcc_eh when building glibc.Joseph Myers
2012-07-03Fix float range reduction problems (bug 14283).Joseph Myers
2012-07-03Add cosh tests for bug 14273.Joseph Myers
2012-07-03Add ppca2 to ports powerpc/dl-procinfo.Joseph Myers
2012-07-03Remove ports files no longer relevant now included in libc repository.Joseph Myers
2012-07-03Open development for 2.17.Joseph Myers
2012-07-01Merge glibc-ports into ports/ directory.glibc-2.16-ports-mergeJoseph Myers
2012-07-01Move all files into ports/ subdirectory in preparation for merge with glibcJoseph Myers
2012-06-30Release 2.16glibc-2.16.0Carlos O'Donell
Update version.h and include/features.h for 2.16 release.
2012-06-30Update NEWS and README.glibc-2.16Carlos O'Donell
Final update for 2.16 release.
2012-06-28manual/contrib.texi (Contributors): Sort alphabetically by last name.Thomas Schwinge
2012-06-27Add Samuel Thibault to manual/contrib.texiAndreas Jaeger
2012-06-25Update s390 ULPs fileAndreas Jaeger
2012-06-23SH can do fanotify_mark, too.glibc-2.16-tpsAndreas Schwab
2012-06-23Some missing bits from sysdeps/*/elf dismissal.Thomas Schwinge
This fixes up commits 735095ae9566b2b14e8210e5ed44b3d5b51495f1, 09ae94c11b4309b425fbbfaa095e64cac2ae8cb8, and ff962fb6a10c46052535d482c889b3a9e5236637.
2012-06-23SH: __lll_robust_timedlock_wait: Simplify CFI directives.Thomas Schwinge
2012-06-23SH: Preserve more registers for frame unwinding purposes, add CFI directives.Thomas Schwinge
2012-06-23SH: Optimize assembler code in context of call to __fortify_fail.Thomas Schwinge
__fortify_fail has »__attribute__ ((__noreturn__))«.
2012-06-23SH: ____longjmp_chk for GNU/Linux with sigaltstack support.Thomas Schwinge
debug/tst-longjmp_chk2 now passes.
2012-06-23SH: ABORT_INSTRUCTION.Thomas Schwinge
2012-06-23SH: makecontext/.Lexitcode: Always initialize the GOT register before use.Thomas Schwinge
This is only relevant when returning from a context with »uc_link == NULL«, which is not exercised in the testsuite.
2012-06-23SH: makecontext: Fix calculation of ARGC > 4.Thomas Schwinge
stdlib/tst-setcontext and stdlib/tst-makecontext3 now pass.
2012-06-23SH: makecontext: Improve understandability.Thomas Schwinge
2012-06-23Fix gUSA sequence in SH atomic functions inKaz Kojima
sysdeps/unix/sysv/linux/sh/bits/atomic.h.
2012-06-22Fix invalid memory access in do_lookup_x.Andreas Schwab
[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-22Use AC_LANG_SOURCE to fix autoconf warnings.Carlos O'Donell
2012-06-22Use tab not spaces.Carlos O'Donell
2012-06-22Respect --localstatedir for /var/db parent directory.Roland McGrath
2012-06-21Update copyright yearsJeff Law
2012-06-21 [BZ #14277]Jeff Law
* intl/dcigettext.c (_nl_find_msg): Avoid use after potential free. Simplify list management for _LIBC case.
2012-06-21Fix wordsize-64 cosh regression (bug 14273).Joseph Myers
2012-06-21Regenerate sysdeps/mach/configure.Joseph Myers