1. Jul 24, 2018
  2. Jul 21, 2018
  3. Jul 20, 2018
  4. Jul 19, 2018
    • Quentin PAGÈS's avatar
      oc_FR locale: Multiple updates (bug 23140, bug 23422). · df467d22
      Quentin PAGÈS authored
      
      
      Multiple updates for Occitan language including alternative month names,
      update abday and abmon, fix typos in day, fix d_fmt, correct LC_NAME,
      and use “copy "ca_ES"” as LC_COLLATE.
      
      	[BZ #23140]
      	* localedata/locales/oc_FR (mon): Rename to...
      	(alt_mon): This, then update October (typo fix).
      	(mon): New content (genitive case, month names preceded by
      	"de" or "d’").
      
      	[BZ #23422]
      	* localedata/locales/oc_FR (abday): Update all items.
      	(day): Update Wednesday and Saturday (typo fixes).
      	(abmon): Update all items, except May.
      	(d_fmt): Update "%d.%m.%Y" -> "%d/%m/%Y".
      	(LC_IDENTIFICATION): Bump the revision number and date.
      	Keep the "category" entries in alphabetic order.
      	(LC_ADDRESS): Remove no longer needed comment.
      	(LC_COLLATE): Use “copy "ca_ES"”.
      	(LC_NAME): Set the correct values of "name_fmt", "name_mr", and
      	"name_mrs".
      
      Reviewed-by: default avatarCarlos O'Donell <carlos@redhat.com>
      df467d22
    • Joseph Myers's avatar
      Avoid insecure usage of tmpnam in tests. · 5c112f1b
      Joseph Myers authored
      Various glibc testcases use tmpnam in ways subject to race conditions
      (generate a temporary file name, then later open that file without
      O_EXCL).
      
      This patch fixes those tests to use mkstemp - generally a minimal
      local fix to use mkstemp instead of tmpnam, rather than a larger fix
      to use other testsuite infrastructure for temporary files.  The
      unchanged use of tmpnam in posix/wordexp-test.c would fail safe in the
      event of a race (it's generating a name for use with mkdir rather than
      for a file to be opened for writing).
      
      Tested for x86_64.
      
      	* grp/tst_fgetgrent.c: Include <unistd.h>.
      	(main): Use mkstemp instead of tmpnam.
      	* io/test-utime.c (main): Likewise.
      	* posix/annexc.c (macrofile): Change to modifiable array.
      	(get_null_defines): Use mkstemp instead of tmpnam.  Do not remove
      	macrofile here.
      	* posix/bug-getopt1.c: Include <stdlib.h>.
      	(do_test): Use mkstemp instead of tmpnam.
      	* posix/bug-getopt2.c: Include <stdlib.h>.
      	(do_test): Use mkstemp instead of tm...
      5c112f1b
    • H.J. Lu's avatar
      x86/CET: Document glibc.tune.x86_ibt and glibc.tune.x86_shstk · 6d90776d
      H.J. Lu authored
      	* manual/tunables.texi: Document glibc.tune.x86_ibt and
      	glibc.tune.x86_shstk.
      6d90776d
    • H.J. Lu's avatar
      Intel CET: Document --enable-cet · e6c69509
      H.J. Lu authored
      	* NEWS: Mention --enable-cet.
      	* manual/install.texi: Document --enable-cet.
      	* INSTALL: Regenerated.
      e6c69509
  5. Jul 18, 2018