aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-28Fix ChangeLog date to reflect commit dateFlorian Weimer1-1/+1
2016-04-27conformtest: Correct stdio.h expectations for fdopen.Joseph Myers2-1/+4
2016-04-27conformtest: Correct some stdio.h expectations for UNIX98.Joseph Myers2-6/+18
2016-04-27nss_dns: Skip over non-PTR records in the netent code [BZ #19868]Florian Weimer2-2/+25
2016-04-27nss_dns: Remove custom offsetof macro definitionFlorian Weimer2-3/+6
2016-04-27nss_dns: Check address length before creating addrinfo result [BZ #19831]Florian Weimer2-20/+47
2016-04-27resolv, nss_dns: Remove remaining syslog logging [BZ #19862]Florian Weimer3-42/+10
2016-04-27conformtest: Correct some signal.h expectations for XOPEN2K.Joseph Myers3-3/+15
2016-04-27nss_dns: Validate RDATA length against packet length [BZ #19830]Florian Weimer3-3/+36
2016-04-27resolv: Always set *resplen2 out parameter in send_vc [BZ #19825]Florian Weimer2-21/+25
2016-04-27Add missing iucv related defines.Stefan Liebler2-0/+16
2016-04-27localedata: add more translit entriesMike Frysinger4-0/+23
2016-04-26libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella4-4/+83
2016-04-26Fix langinfo.h nl_langinfo_l namespace (bug 19996).Joseph Myers3-2/+7
2016-04-26conformtest: Correct XOPEN2K stdarg.h expectations.Joseph Myers3-2/+5
2016-04-26Define off_t in stdio.h for XOPEN2K.Joseph Myers3-2/+11
2016-04-25Fix stdio.h cuserid namespace (bug 19989).Joseph Myers3-2/+9
2016-04-25powerpc: Add optimized strcspn for P8Paul E. Murphy9-29/+176
2016-04-25vfprintf: Fix memory with large width and precision [BZ #19931]Florian Weimer4-5/+134
2016-04-25Fix stdlib/tst-makecontext regression for Nios IIChung-Lin Tang2-0/+17
2016-04-24non-linux: Apply RFC3542 obsoletion of RFC2292 macrosSamuel Thibault2-2/+16
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