summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove macros extend_alloca, extend_alloca_account [BZ #18023]fw/extend_allocaFlorian Weimer2016-04-251-40/+0
* glob: Rewrite to use struct scratch_buffer instead of extend_allocaFlorian Weimer2016-04-251-116/+31
* wordexp: Rewrite parse_tilde to use struct scratch_bufferFlorian Weimer2016-04-251-17/+29
* getaddrinfo: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2016-04-251-87/+44
* getlogin_r (Linux variant): Switch to struct scratch_bufferFlorian Weimer2016-04-251-19/+9
* gethostid (Linux variant): Switch to struct scratch_bufferFlorian Weimer2016-04-251-10/+12
* nss_files: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2016-04-252-76/+20
* getent: Switch to struct scratch_buffer in initgroups_keysFlorian Weimer2016-04-251-7/+14
* nscd: Switch to struct scratch_buffer in adhstaiXFlorian Weimer2016-04-251-34/+45
* nscd: Use struct scratch_buffer instead of extend_alloca in most cachesFlorian Weimer2016-04-254-152/+75
* _nss_nis_initgroups_dyn: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2016-04-251-10/+17
* _dl_map_object_deps: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2016-04-251-12/+16
* getgrent_next_nss (compat-initgroups): Remove alloca fallbackFlorian Weimer2016-04-251-25/+21
* nscd restart: Use malloc instead of extend_allocaFlorian Weimer2016-04-251-38/+61
* non-linux: Apply RFC3542 obsoletion of RFC2292 macrosSamuel Thibault2016-04-242-2/+16
* non-linux: Apply RFC3542 obsoletion of RFC2292 macrosSamuel Thibault2016-04-242-11/+30
* tst-fmon/tst-numeric: switch malloc to static stack space [BZ #19671]Mike Frysinger2016-04-233-4/+11
* tst-langinfo: update yesexpr/noexpr baselinesMike Frysinger2016-04-232-12/+17
* Reduce number of mmap calls from __libc_memalign in ld.soH.J. Lu2016-04-232-7/+9
* localedata: CLDRv29: update LC_MESSAGES yes/no strings [BZ #15264] [BZ #16975]Mike Frysinger2016-04-2390-42/+276
* localedata: LC_MESSAGES.{yes,no}expr: standardize yY/nN [BZ #15262]Mike Frysinger2016-04-237-11/+29
* localedata: LC_MESSAGES.{yes,no}expr: add +1/-0 to all regexes [BZ #15263]Mike Frysinger2016-04-23190-633/+606
* localedata: standard LC_MESSAGES string regexes a bitMike Frysinger2016-04-23156-610/+507
* localedata: kk_KZ: various updates [BZ #15578]Timur Birsh2016-04-232-32/+49
* localedef: change week_1stweek default to 7Mike Frysinger2016-04-232-0/+9
* localedata: CLDRv29: update LC_TIME week/first_week,workday fieldsMike Frysinger2016-04-23277-154/+887
* powerpc: strcasestr optmization for power8Rajalakshmi Srinivasaraghavan2016-04-2210-1/+712
* localedata: en_IL: new English locale [BZ #19963]Guy Rutenberg2016-04-213-0/+139
* localedata: ln_CD: new locale [BZ #12676]Claude Paroz2016-04-213-0/+207
* benchtests: Support for cross-building benchmarksSiddhesh Poyarekar2016-04-203-5/+29
* benchtests: Clean up extra-objsSiddhesh Poyarekar2016-04-202-1/+6
* Fix up ChangeLogSiddhesh Poyarekar2016-04-201-4/+4
* benchtests: Update README to include instructions for bench-build targetSiddhesh Poyarekar2016-04-202-0/+20
* Fix up ChangeLog formattingSiddhesh Poyarekar2016-04-201-2/+2
* New make target to only build benchmark binariesSiddhesh Poyarekar2016-04-204-3/+13
* Fix gprof timingSamuel Thibault2016-04-192-1/+3
* hurd: fix profiling short-living processesSamuel Thibault2016-04-192-2/+9
* Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as compati...Wilco Dijkstra2016-04-183-350/+361
* locale: iso-639: add Talossan language [BZ #19400]Robin van der Vliet2016-04-162-0/+6
* localedata: fix LC_TELEPHONE in a few localesMike Frysinger2016-04-168-13/+27
* localedef: allow %l/%n in postal_fmt [BZ #16983]Mike Frysinger2016-04-162-3/+9
* locale: ld-telephone: update to ISO-30112 2014Mike Frysinger2016-04-162-3/+9
* localedata: LC_IDENTIFICATION: delete uncommon fieldsMike Frysinger2016-04-1610-54/+12
* powerpc: Optimization for strlen for POWER8.Carlos Eduardo Seo2016-04-156-4/+358
* localedata: CLDRv29: update LC_MONETARY int_curr_symbol & currency_symbolMike Frysinger2016-04-1555-61/+123
* localedef: check LC_IDENTIFICATION.category valuesMike Frysinger2016-04-152-7/+43
* localedata: LC_IDENTIFICATION.category: set to ISO 30112 2014 standardMike Frysinger2016-04-15311-4103/+4261
* Detect Intel Goldmont and Airmont processorsH.J. Lu2016-04-152-0/+13
* Remove pre GCC3.2 optimizations from string/bits/string2.h.Wilco Dijkstra2016-04-153-439/+40
* Suppress GCC 6 warning about ambiguous 'else' with -WparenthesesYvan Roux2016-04-153-21/+30