]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2013-02-15  Siddhesh PoyarekarFix determination of lower precision in __mul
2013-02-15  Joseph MyersRemove bounded-pointers build system support.
2013-02-15  Joseph MyersRemove miscellaneous bounded-pointers relics in C code.
2013-02-14  Carlos O'Donellhppa: Remove unused lll_unlock_wake_cb.
2013-02-14  Marcus Shawcroftaarch64: Update libm-test-ulps.
2013-02-14  Joseph MyersRemove bp-sym.h and BP_SYM uses from C code.
2013-02-14  Siddhesh PoyarekarRemove redundant return keyword
2013-02-14  Siddhesh PoyarekarUse __sqr instead of __mul wherever possible
2013-02-14  Siddhesh PoyarekarNew __sqr function as a faster special case of __mul
2013-02-13  Joseph MyersRemove __ptrvalue, __bounded and __unbounded.
2013-02-13  Roland McGrathFix up ChangeLog.
2013-02-13  Ondrej BilkaInstall stdlib-bsearch.h header
2013-02-13  Ondrej BilkaCall memcpy in generic mempcpy
2013-02-13  Siddhesh PoyarekarRemove unnecessary factorial array
2013-02-13  Siddhesh PoyarekarBetter exp polynomial
2013-02-13  Siddhesh PoyarekarOptimized mp multiplication
2013-02-13  Siddhesh PoyarekarClean up add_magnitudes and sub_magnitudes
2013-02-13  Roland McGrathRemove redunant "warning: " prefix from stub warnings.
2013-02-12  Andreas SchwabFix buffer overrun in regexp matcher
2013-02-12  Andreas SchwabFix handling of collating symbols in regexps
2013-02-11  Tom de VriesFix typo, improve comment, remove superfluous #undefs...
2013-02-11  Roland McGrathFix log entry in last change.
2013-02-11  Ondrej BilkaAdd inline bsearch expansion.
2013-02-11  Roland McGrathFix some errors in declarations in the manual.
2013-02-11  Tom de VriesRemove dead CFLAGS lines from string/Makefile
2013-02-11  Roland McGrathFix a typo in the mremap comment.
2013-02-11  Joseph MyersAdd CFI information for MIPS assembly sources.
2013-02-11  Tom de VriesFix typo in ChangeLog entry for commit 03759f47db62930f...
2013-02-08  Roland McGrathFix PF_LOCAL socket example sockaddr_un size calculation.
2013-02-08  Andreas Schwabm68k: update kernel-features.h
2013-02-08  Joseph MyersRemove CHECK_N and bp-checks.h.
2013-02-08  Roland McGrathRemove dead variable in generic strcpy.
2013-02-08  Roland McGrathSupport sysdeps/.../include/ directories.
2013-02-08  Carlos O'DonellRefactor code out of nscd's two main poll loops.
2013-02-08  Carlos O'DonellAdd more comments to _dl_load_cache_lookup().
2013-02-08  Carlos O'DonellBZ #15006: Updates NEWS and ChangeLog.
2013-02-08  Carlos O'DonellARM: Support loading unmarked objects from cache.
2013-02-08  Joseph MyersUse ENTRY and END in more MIPS .S files.
2013-02-08  Joseph MyersRemove CHECK_1 and CHECK_1_NULL_OK.
2013-02-08  Joseph MyersRemove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C...
2013-02-07  Roland McGrathRemove lots of inline keywords.
2013-02-05  Roland McGrathMove nss directory into sysdeps Subdirs.
2013-02-05  Roland McGrathReplace an alloca use with a variable-length array.
2013-02-05  Roland McGrathFix aliases in stub lseek.
2013-02-05  Roland McGrathAdd missing includes to sysdeps/generic/malloc-sysdep.h.
2013-02-05  Maciej W. RozyckiMIPS: Correct formatting of syscall wrapper `asm' speci...
2013-02-05  Maciej W. RozyckiMIPS: Respect the legacy syscall restart convention.
2013-02-05  Carlos O'Donellgetenv: Remove check for non-standard endianness.
2013-02-04  David S. MillerAdd long-double sparc ULPs updates missing in previous...
2013-02-04  David S. MillerUpdate sparc ULPs after Joseph's casin fixes.
2013-02-04  Joseph MyersRemove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.
2013-02-04  Andreas SchwabDon't use GLIBC_PRIVATE errno outside of libraries
2013-02-02  Jan KratochvilImprove link_map.l_addr comment.
2013-02-01  Andreas JaegerRemove unmaintained and unused localedata/CHECKSUMS
2013-02-01  Joseph MyersRemove BOUNDED_N and BOUNDED_1.
2013-02-01  Joseph MyersRemove bp-start.h and INIT_ARGV_and_ENVIRON.
2013-01-31  Joseph MyersRemove CHECK_IOCTL, CHECK_FCNTL and CHECK_N_PAGES.
2013-01-31  Joseph MyersRemove CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
2013-01-31  Joseph MyersRemove bp-semctl.h and CHECK_SEMCTL.
2013-01-31  Joseph MyersRemove bp-thunks code.
2013-01-31  Joseph MyersFix casinh spurious underflows away from [-i,i] (bug...
2013-01-31  David S. MillerUpdate German translations.
2013-01-29  Maciej W. RozyckiMIPS: Correct NewABI syscall wrapper whitespace damage.
2013-01-26  Maxim Kuvyrkov * time/tzfile.c: Include stdint.h for SIZE_MAX.
2013-01-26  Steve Ellcey2013-01-25 Steve Ellcey <sellcey@mips.com>
2013-01-25  Thomas SchwingeDon't bother checking for $CC option to accept ISO...
2013-01-25  Thomas Schwingeconfigure: Default to CPP="$CC -E" unless overridden.
2013-01-24  Marcus ShawcroftAArch64: Adding optimized strncmp implementation.
2013-01-24  Marcus ShawcroftAArch64: Adding optimized strnlen implementation.
2013-01-24  Joseph MyersAvoid backtrace tests matching filenames when searching...
2013-01-23  Roland McGrathWhitespace fix for __glibc_likely/__glibc_unlikely...
2013-01-23  David S. MillerAdd a minor 'cas' atomic optimization on sparc.
2013-01-23  Pino Toscanoulimit: remove buggy bsd implementation
2013-01-23  Pino Toscanoulimit: include <limits.h>
2013-01-23  Pino Toscanoulimit: move linux implementation as posix
2013-01-23  Andreas KrebbelS/390: Fix setjmp/longjmp FPR save/restore
2013-01-23  Adam ConradBuild elf/tst-array2 and elf/tst-array5 with --no-as...
2013-01-23  Joseph MyersMake bits/wchar.h correct for all architectures (bug...
2013-01-21  David S. MillerUse libgcc unwinder for sparc backtraces, if available.
2013-01-21  Andreas SchwabAvoid busy loop in wordexp when substituted command...
2013-01-20  Andreas Schwabm68k: update libm test ULPs
2013-01-20  Andreas Schwabm68k: add unwind tables to backtrace
2013-01-20  Andreas SchwabRemove use of mpa2.h
2013-01-19  Andreas SchwabAdd backtrace for m68k
2013-01-19  Andreas SchwabAdd not-cancel.h for m68k/nptl
2013-01-18  Joseph MyersAdd tests that backtrace and backtrace_symbols produce...
2013-01-18  Ryan S. ArnoldCorrected ChangeLog date of __kernel_get_tbfreq fix.
2013-01-18  Anton BlanchardPowerPC: Rename __kernel_vdso_get_tbfreq to __kernel_ge...
2013-01-18  Siddhesh PoyarekarUpdate NEWS
2013-01-18  Siddhesh PoyarekarFix application of the exception mask
2013-01-18  Siddhesh PoyarekarSimplify calculation of 2^-m in __mpexp
2013-01-18  Siddhesh PoyarekarRemove unnecessary multiplication with RADIXI
2013-01-18  David S. MillerUpdate sparc ULPs.
2013-01-17  Joseph MyersFix cacos real-part inaccuracy for result real part...
2013-01-17  Pino ToscanoAdd HAVE_MREMAP for mremap usage
2013-01-17  Marcus ShawcroftAArch64: Implement optimized strlen.
2013-01-17  Marcus ShawcroftAArch64: Implement optimized strcmp
2013-01-17  Marcus ShawcroftAArch64: Implement optimized bzero.
2013-01-17  Marcus ShawcroftAArch64: Implement optimized memmove.
2013-01-17  Marcus ShawcroftAArch64: Implement optimized memcpy.
next