platform/upstream/glibc.git
2013-02-26 Siddhesh PoyarekarFix some build warnings
2013-02-25 Siddhesh PoyarekarRemove commented declarations
2013-02-25 Siddhesh PoyarekarUse long wherever possible in mpa.c
2013-02-25 Siddhesh PoyarekarFormat slowexp.c
2013-02-25 Siddhesh PoyarekarReformat slowpow.c
2013-02-25 Siddhesh PoyarekarRemove commented code
2013-02-25 Siddhesh PoyarekarSync up powerpc __mp_dbl with default code
2013-02-24 Allan McRaeFix menu ordering in socket.texi.
2013-02-24 Allan McRaeAdd @detailmenu to subsection node listing
2013-02-21 David S. MillerAdd priority inheritance futex support on sparc.
2013-02-21 Joseph MyersRemove remaining bounded-pointers support from i386...
2013-02-21 Carlos O'Donellnptl: Fix comment typo in fork.c.
2013-02-21 Allan McRaeMove @end statement to start of line
2013-02-21 Siddhesh PoyarekarMark __inv as static in powerpc
2013-02-21 Siddhesh PoyarekarFix whitespace differences between generic and powerpc...
2013-02-21 Andreas KrebbelS/390: Fix _dl_runtime_profile for 32 bit.
2013-02-21 Siddhesh PoyarekarMark ZERO inputs to __mul as unlikely on powerpc
2013-02-21 Richard HendersonAdd FUTEX_*_REQUEUE_PI support for Alpha.
2013-02-21 Richard Hendersonalpha: Include errno.h in sysdep.h
2013-02-20 Carlos O'Donellmanual: Remove frobnicate @pxref.
2013-02-20 Thomas SchwingeRespect the user's namespace in installed header files.
2013-02-20 Petr MachataAdd ARM relocation constants to elf/elf.h.
2013-02-20 Thomas SchwingeProperly sort a libc.abilist file.
2013-02-20 Thomas Schwingebits/nan.h: Change __attribute_used__ to __attribute__...
2013-02-20 Thomas SchwingeAdd missing __attribute_used__.
2013-02-20 Thomas SchwingeAlign to generic file.
2013-02-20 Siddhesh PoyarekarCopy comment about inner loop from powerpc mpa.c to...
2013-02-19 Joseph MyersRemove some bounded-pointers support from i386 .S files.
2013-02-19 Jakub JelinekMerge branch 'master' of ssh://sourceware.org/git/glibc
2013-02-19 Jakub Jelinek * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as...
2013-02-19 Siddhesh PoyarekarFix some testsuite build warning fixes in libm
2013-02-19 Siddhesh PoyarekarAdd NEWS entry for C++11 thread_local support.
2013-02-19 Siddhesh PoyarekarFix copyright year in new files
2013-02-19 Joseph MyersAdd FUTEX_*_REQUEUE_PI support for MIPS.
2013-02-18 Joseph MyersAdd FUTEX_*_REQUEUE_PI support for ARM.
2013-02-18 Mike Frysingerstdlib.h: use existing malloc/alloc_size attribute...
2013-02-18 Mike Frysingersys/cdefs.h: export __attribute_alloc_size__
2013-02-18 Mike Frysingerunify xmalloc prototypes & friends
2013-02-18 Siddhesh PoyarekarAdd __cxa_thread_atexit_impl to aarch64 abilist
2013-02-18 Siddhesh PoyarekarFix ChangeLogs
2013-02-18 Siddhesh PoyarekarC++11 thread_local destructors support
2013-02-18 Siddhesh PoyarekarFix build warnings in some test cases
2013-02-18 Siddhesh PoyarekarNew function _dl_find_dso_for_object
2013-02-18 Siddhesh PoyarekarFUTEX_*_REQUEUE_PI support for non-x86 code
2013-02-18 Andreas KrebbelS/390: Fix _dl_runtime_profile
2013-02-17 Joseph MyersRemove bounded-pointers handling from x86_64 assembly...
2013-02-17 Andreas JaegerSort Versions files
2013-02-15 Siddhesh PoyarekarFix ChangeLog date (again)
2013-02-15 Siddhesh PoyarekarDon't require LIM to determine loop end in __sqr
2013-02-15 Siddhesh PoyarekarUse intermediate variable to compute exponent in __mul
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.
next