aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-25Skip simple and builtin memory implementationshjl/cacheline/masterH.J. Lu3-0/+6
2016-04-25Align to cachelineH.J. Lu1-0/+93
2016-04-24Use PREFETCHED_LOAD_SIZE in loop_4x_vec_xxxH.J. Lu1-8/+8
2016-04-24Rename PREFETCH_SIZE to CACHELINE_SIZEH.J. Lu1-13/+13
2016-04-24non-linux: Apply RFC3542 obsoletion of RFC2292 macrosSamuel Thibault2-11/+30
2016-04-23tst-fmon/tst-numeric: switch malloc to static stack space [BZ #19671]Mike Frysinger3-4/+11
2016-04-23tst-langinfo: update yesexpr/noexpr baselinesMike Frysinger2-12/+17
2016-04-23Reduce number of mmap calls from __libc_memalign in ld.soH.J. Lu2-7/+9
2016-04-23localedata: CLDRv29: update LC_MESSAGES yes/no strings [BZ #15264] [BZ #16975]Mike Frysinger90-42/+276
2016-04-23localedata: LC_MESSAGES.{yes,no}expr: standardize yY/nN [BZ #15262]Mike Frysinger7-11/+29
2016-04-23localedata: LC_MESSAGES.{yes,no}expr: add +1/-0 to all regexes [BZ #15263]Mike Frysinger190-633/+606
2016-04-23localedata: standard LC_MESSAGES string regexes a bitMike Frysinger156-610/+507
2016-04-23localedata: kk_KZ: various updates [BZ #15578]Timur Birsh2-32/+49
2016-04-23localedef: change week_1stweek default to 7Mike Frysinger2-0/+9
2016-04-23localedata: CLDRv29: update LC_TIME week/first_week,workday fieldsMike Frysinger277-154/+887
2016-04-22powerpc: strcasestr optmization for power8Rajalakshmi Srinivasaraghavan10-1/+712
2016-04-21localedata: en_IL: new English locale [BZ #19963]Guy Rutenberg3-0/+139
2016-04-21localedata: ln_CD: new locale [BZ #12676]Claude Paroz3-0/+207
2016-04-20benchtests: Support for cross-building benchmarksSiddhesh Poyarekar3-5/+29
2016-04-20benchtests: Clean up extra-objsSiddhesh Poyarekar2-1/+6
2016-04-20Fix up ChangeLogSiddhesh Poyarekar1-4/+4
2016-04-20benchtests: Update README to include instructions for bench-build targetSiddhesh Poyarekar2-0/+20
2016-04-20Fix up ChangeLog formattingSiddhesh Poyarekar1-2/+2
2016-04-20New make target to only build benchmark binariesSiddhesh Poyarekar4-3/+13
2016-04-19Fix gprof timingSamuel Thibault2-1/+3
2016-04-19hurd: fix profiling short-living processesSamuel Thibault2-2/+9
2016-04-18Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as compati...Wilco Dijkstra3-350/+361
2016-04-16locale: iso-639: add Talossan language [BZ #19400]Robin van der Vliet2-0/+6
2016-04-16localedata: fix LC_TELEPHONE in a few localesMike Frysinger8-13/+27
2016-04-16localedef: allow %l/%n in postal_fmt [BZ #16983]Mike Frysinger2-3/+9
2016-04-16locale: ld-telephone: update to ISO-30112 2014Mike Frysinger2-3/+9
2016-04-16localedata: LC_IDENTIFICATION: delete uncommon fieldsMike Frysinger10-54/+12
2016-04-15powerpc: Optimization for strlen for POWER8.Carlos Eduardo Seo6-4/+358
2016-04-15localedata: CLDRv29: update LC_MONETARY int_curr_symbol & currency_symbolMike Frysinger55-61/+123
2016-04-15localedef: check LC_IDENTIFICATION.category valuesMike Frysinger2-7/+43
2016-04-15localedata: LC_IDENTIFICATION.category: set to ISO 30112 2014 standardMike Frysinger311-4103/+4261
2016-04-15Detect Intel Goldmont and Airmont processorsH.J. Lu2-0/+13
2016-04-15Remove pre GCC3.2 optimizations from string/bits/string2.h.Wilco Dijkstra3-439/+40
2016-04-15Suppress GCC 6 warning about ambiguous 'else' with -WparenthesesYvan Roux3-21/+30
2016-04-15localedata: CLDRv29: update LC_ADDRESS.country_name translationsMike Frysinger174-71/+337
2016-04-15localedata: fix LC_ADDRESS.country_car entriesMike Frysinger33-19/+67
2016-04-15localedata: CLDRv29: update LC_ADDRESS.country_num valuesMike Frysinger19-26/+62
2016-04-15localedata: LC_PAPER: use copy directives everywhereMike Frysinger168-560/+337
2016-04-14Fix pread consolidation on ports that require argument alignmentAdhemerval Zanella2-0/+5
2016-04-14malloc: Add missing internal_function attributes on function definitionsFlorian Weimer2-0/+9
2016-04-14Fix strfmon_l: Use specified locale for number formatting [BZ #19633]Stefan Liebler2-6/+12
2016-04-14malloc: Remove malloc hooks from fork handlerFlorian Weimer3-119/+25
2016-04-14malloc: Remove unused definitions of thread_atfork, thread_atfork_staticFlorian Weimer3-35/+7
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer9-51/+321
2016-04-14Remove union wait [BZ #19613]Florian Weimer17-199/+72