aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-23* NEWS: Add bug 13970.Paul Eggert
2012-04-23Add BZ numberAndreas Jaeger
2012-04-23Move sysdeps/unix/sysv/gethostname.c to sysdeps/posix/.Joseph Myers
2012-04-23Remove unused sysdeps/unix/execve.S.Joseph Myers
2012-04-23Remove unused sysdeps/unix/_exit.S.Joseph Myers
2012-04-23Remove standalone manual supportAndreas Jaeger
[BZ #13739] We don't need a separate manual distribution tar ball anymore, remove support for it from manual/Makefile.
2012-04-23* stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.Paul Eggert
[BZ #13970] (strtod, strtof, strtold, strtol, strtoul, strtoq) (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l) (strtod_l, strtof_l, strtold_l): Remove __wur. It is not necessarily an error to ignore strtol's return value. One can reliably look at the stored endptr to decide whether the number had valid syntax.
2012-04-21Add BZ#13739 to entry.Andreas Jaeger
2012-04-21Remove last distribute variableAndreas Jaeger
make dist support has been removed, remove the last remains of it.
2012-04-21Update name and email addressAndreas Jaeger
2012-04-21Merge sysdeps/unix/sysv/Versions into sysdeps/unix/sysv/linux/Versions.Joseph Myers
2012-04-21Update sysdeps/x86_64/fpu/libm-test-ulpsMarkus Trippelsdorf
[BZ #13927] * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2012-04-21Put vm86 into libc.aNix
[BZ #7064] vm86 was not included in libc.a at all due to the default symbol explicitely added to the weak symbol.
2012-04-20Remove unused sysdeps/unix/common/lxstat.c.Joseph Myers
2012-04-20Remove sysdeps/unix/sysv/Makefile.Joseph Myers
2012-04-20Remove unused sysdeps/unix/sysv/direct.h.Joseph Myers
2012-04-20Remove unused sysdeps/unix/sysv/bits/*.h.Joseph Myers
2012-04-20Remove unused sysdeps/unix/sysv/setrlimit.c.Joseph Myers
2012-04-20Remove unused sysdeps/unix/xmknod.c.Joseph Myers
2012-04-20Remove unused sysdeps/unix/sysv/settimeofday.c.Joseph Myers
2012-04-20Remove unused sysdeps/unix/sysv/i386/time.S.Joseph Myers
2012-04-20Remove unused sysdeps/unix/{xstat,fxstat}.c.Joseph Myers
2012-04-20Remove unused sysdeps/unix/sysv/sigaction.c.Joseph Myers
2012-04-20Remove unused sysdeps/unix/sysv termio code.Joseph Myers
2012-04-20Remove unused sysdeps/unix/siglist.c.Joseph Myers
2012-04-20Remove unused sysdeps/unix/getppid.S.Joseph Myers
2012-04-20Remove unused sysdeps/unix/{mkdir.c,rmdir.c}.Joseph Myers
2012-04-20Delete unused TLS_GET_FS, TLS_SET_FS macros.Paul Pluzhnikov
2012-04-19Fix computation of inflated errlist sizeAndreas Schwab
2012-04-18Remove all traces of reg_char.David S. Miller
* sysdeps/generic/memcopy.h (reg_char): Delete. * debug/strcat_chk.c: Use char, not reg_char. * debug/strcpy_chk.c: Likewise. * debug/strncat_chk.c: Likewise. * debug/strncpy_chk.c: Likewise. * string/memchr.c: Likewise. * string/memrchr.c: Likewise. * string/rawmemchr.c: Likewise. * string/strcat.c: Likewise. * string/strchr.c: Likewise. * string/strchrnul.c: Likewise. * string/strcmp.c: Likewise. * string/strcpy.c: Likewise. * string/strncat.c: Likewise. * string/strncmp.c: Likewise. * string/strncpy.c: Likewise.
2012-04-18Have memmove call __builtin_memcopy on PowerPC if src and dest don't overlap.Will Schmidt
2012-04-18Further simplify power6 wordcopy by removing switch statements.Will Schmidt
This fix replaces switch statements that contain individual [fwd|bwd]_align_merge (<constant>) calls with a single [fwd|bwd]_align_merge (align) call.
2012-04-18Simplify power6 wordcopy by adding [fwd|bwd]_align_merge macros.Will Schmidt
2012-04-18Forgot to delete the sparc64 memcopy.h which tries to include the sparc32 oneDavid S. Miller
* sysdeps/sparc/sparc64/memcopy.h: Delete.
2012-04-18Finish ilogb changesAndreas Jaeger
[BZ# 6794] * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ... * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here. Rename __ilogbl to __ieee754_ilogbl and remove weak_alias. * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ... * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here. Rename __ilogbl to __ieee754_ilogbl and remove weak_alias. * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ... * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here. * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ... * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here. Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
2012-04-17There is no legitimate reason to override reg_char on sparc32.David S. Miller
* sysdeps/sparc/sparc32/memcopy.h: Delete.
2012-04-18Remove useless __ilogb*_finite aliasesAndreas Schwab
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella
[BZ #6794] Following Joseph comments about bug 6794, here is a proposed fix. It turned out to be a large fix mainly because I had to move some file along to follow libm files/names conventions. Basically I have added wrappers (w_ilogb.c, w_ilogbf.c, w_ilogbl.c) that now calls the symbol '__ieee754_ilogb'. The wrappers checks for '__ieee754_ilogb' output and set the errno and raise exceptions as expected. The '__ieee754_ilogb' is implemented in sysdeps. I have moved the 's_ilogb[f|l]' files to e_ilogb[f|l] and renamed the '__ilogb[f|l]' to '__ieee754_ilogb[f|l]'. I also found out a bug in i386 and x86-64 assembly coded ilogb implementation where it raises a FE_DIVBYZERO when argument is '0.0'. I corrected this issue as well. Finally I added the errno and FE_INVALID tests for 0.0, NaN and +-InF argument. Tested on i386, x86-64, ppc32 and ppc64.
2012-04-17Resolve __vector namespace conflict with Altivec.Petr Baudis
2012-04-16Prevent warning in pldd.Marek Polacek
2012-04-16Reverse arguments of fdivp in i386 code.Marek Polacek
2012-04-13Check __ILP32__ instead of __LP64__H.J. Lu
* elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__. * elf/tst-auditmod3b.c: Likewise. * elf/tst-auditmod4b.c: Likewise. * elf/tst-auditmod5b.c: Likewise. * elf/tst-auditmod6b.c: Likewise. * elf/tst-auditmod6c.c: Likewise. * elf/tst-auditmod7b.c: Likewise. * sysdeps/x86_64/ffsll.c (ffsl): Likewise. * sysdeps/x86_64/preconfigure.in: Likewise. * sysdeps/x86_64/preconfigure: Regenerated.
2012-04-13Add __ILP32__ check when defining __WORDSIZEH.J. Lu
2012-04-13Fix variable check in sparc clock frequency probing.Antoine Balestrat
* sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
2012-04-13"Gallegan" should be "Galician"Chris Leonard
[BZ #13973] * locale/iso-639.def: Fix gl language name. Spotted by Yaron Shahrabani.
2012-04-13cy_GB/en_GB: set am/pm in timesMike Frysinger
The British people apparently use am/pm in time, so make it available to them. While we're here, sync the date_fmt field from en_GB to cy_GB. Fedora has been carrying this for the better part of a decade, and Debian has had it, and now that I've gotten a request from some British people to add it to Gentoo, I'd rather get it merged into mainline. Signed-off-by: Mike Frysinger <vapier@gentoo.org> 2012-04-12 Mike Frysinger <vapier@gentoo.org> [BZ #3768] * locales/en_GB: Set am_pm and t_fmt_ampm fields. * locales/cy_GB: Likewise. Also copy date_fmt from en_GB.
2012-04-12Update for BZ # 2541Andreas Jaeger
2012-04-12Update comment for _io_write_fnRoland McGrath
[BZ #2074] * libio/libio.h (__io_write_fn): Update comment.
2012-04-12Fix description of user provided write functionPetr Baudis
[BZ #2074] * stdio.texi (Hook Functions): The user provided writer function is not allowed to return -1.
2012-04-11Update sparc libm ULPs.David S. Miller
* sysdeps/sparc/fpu/libm-test-ulps: Update.