glibc.git
9 years agosupported
GNU Libc Maintainers [Sat, 17 Sep 2016 18:00:44 +0000 (18:00 +0000)]
supported

# All lines beginning with `# DP:' are a description of the patch.
# DP: Description: Add several locales to localedata.SUPPORTED
# DP: - ru_RU.CP1251 was requested in #225516
# DP: - uz_UZ.UTF-8 was clearly missing, uz_UZ had no UTF-8 variant
# DP: - da_DK.ISO-8859-15, en_GB.ISO-8859-15, en_US.ISO-8859-15, no_NO.UTF-8,
# DP:   no_NO and sv_SE.ISO-8859-15 are found in fedora-branch CVS branch.
# DP: Related bugs: #225516 (ru_RU.CP1251)
# DP: Dpatch author: Denis Barbier
# DP: Upstream status: not submitted
# DP: Date: 2006-01-10

Gbp-Pq: Topic localedata
Gbp-Pq: Name supported.diff

9 years agosort-UTF8-first
GNU Libc Maintainers [Sat, 17 Sep 2016 18:00:44 +0000 (18:00 +0000)]
sort-UTF8-first

Gbp-Pq: Topic localedata
Gbp-Pq: Name sort-UTF8-first.diff

9 years agolocal-all-no-archive
GNU Libc Maintainers [Sat, 17 Sep 2016 18:00:44 +0000 (18:00 +0000)]
local-all-no-archive

Gbp-Pq: Topic localedata
Gbp-Pq: Name local-all-no-archive.diff

9 years agoLC_COLLATE-keywords-ordering
GNU Libc Maintainers [Sat, 17 Sep 2016 18:00:44 +0000 (18:00 +0000)]
LC_COLLATE-keywords-ordering

Be less strict about keywords ordering in LC_COLLATE section, to
ease definition of new scripts.

Submitted upstream: BZ690

# DP: Dpatch author: Denis Barbier
# DP: Patch author: Denis Barbier
# DP: Upstream status: BZ690
# DP: Date: 2006-01-08

Gbp-Pq: Topic locale
Gbp-Pq: Name LC_COLLATE-keywords-ordering.diff

9 years agoLC_IDENTIFICATION-optional-fields
GNU Libc Maintainers [Sat, 17 Sep 2016 18:00:44 +0000 (18:00 +0000)]
LC_IDENTIFICATION-optional-fields

In LC_IDENTIFICATION, audience, application and abbreviation keywords
are optional, thus do not report an error if they are not defined.

# DP: Dpatch author: Denis Barbier
# DP: Patch author: Denis Barbier
# DP: Upstream status: not submitted
# DP: Date: 2006-01-08

Gbp-Pq: Topic locale
Gbp-Pq: Name LC_IDENTIFICATION-optional-fields.diff

9 years agolocale-print-LANGUAGE
GNU Libc Maintainers [Sat, 17 Sep 2016 18:00:44 +0000 (18:00 +0000)]
locale-print-LANGUAGE

Comments tell that LANG has to be the first value, and LC_ALL the last
one.  Thus LANGUAGE is printed between them.

# DP: Dpatch author: Denis Barbier
# DP: Patch author: Denis Barbier
# DP: Upstream status: not submitted
# DP: Date: 2006-01-08

Gbp-Pq: Topic locale
Gbp-Pq: Name locale-print-LANGUAGE.diff

9 years agopreprocessor-collate
GNU Libc Maintainers [Sat, 17 Sep 2016 18:00:44 +0000 (18:00 +0000)]
preprocessor-collate

Allow preprocessor-like directives.  These keywords were already
defined in locale/programs/locfile-kw.h, an implementation for
'define', 'undef', 'ifdef', 'else' and 'endif' is now provided in
locale/programs/ld-collate.c.  For the moment, 'ifndef' and 'elif'
are not implemented because they do not appear in locfile-kw.h.
This patch is harmless, it only adds new keywords.

# DP: Dpatch author: Denis Barbier
# DP: Patch author: Denis Barbier
# DP: Upstream status: BZ686
# DP: Date: 2006-01-08

Gbp-Pq: Topic locale
Gbp-Pq: Name preprocessor-collate.diff

9 years agopreprocessor-collate-uli-sucks
GNU Libc Maintainers [Sat, 17 Sep 2016 18:00:44 +0000 (18:00 +0000)]
preprocessor-collate-uli-sucks

Gbp-Pq: Topic locale
Gbp-Pq: Name preprocessor-collate-uli-sucks.diff

9 years agofix-LC_COLLATE-rules
GNU Libc Maintainers [Sat, 17 Sep 2016 18:00:44 +0000 (18:00 +0000)]
fix-LC_COLLATE-rules

Gbp-Pq: Topic locale
Gbp-Pq: Name fix-LC_COLLATE-rules.diff

9 years agocheck-unknown-symbols
GNU Libc Maintainers [Sat, 17 Sep 2016 18:00:44 +0000 (18:00 +0000)]
check-unknown-symbols

Check for unknown symbols in collation rules.  This is useful to detect
broken locales since unknown symbols are always wrong.

This request has not been submitted upstream yet.

# DP: Dpatch author: Denis Barbier
# DP: Patch author: Denis Barbier
# DP: Upstream status: not submitted
# DP: Date: 2006-01-08

Gbp-Pq: Topic locale
Gbp-Pq: Name check-unknown-symbols.diff

9 years agogit-updates
GNU Libc Maintainers [Sat, 17 Sep 2016 18:00:44 +0000 (18:00 +0000)]
git-updates

GIT update of git://sourceware.org/git/glibc.git/release/2.24/master from glibc-2.24

Gbp-Pq: Name git-updates.diff

9 years agoglibc (2.24-3) unstable; urgency=medium
Aurelien Jarno [Sat, 17 Sep 2016 18:00:44 +0000 (18:00 +0000)]
glibc (2.24-3) unstable; urgency=medium

  [ Aurelien Jarno ]
  * patches/kfreebsd/local-sysdeps.diff: update to revision 6102 (from
    glibc-bsd).
  * debian/control.in/main: Drop "Provides: locales" for locales-all.
Closes: #837694.
  * Mark libc-l10n as Multi-Arch: foreign.

  [ Samuel Thibault ]
  * hurd-i386/tg-poll_errors_fixes.diff: Fix spurious port destroy on io_select
    returning an error.
  * hurd-i386/cvs-libpthread.diff: Update from upstream. Fixes spurious
    dependencies of libp11, libgnutls30, libbsd0.

  [ John David Anglin ]
  * patches/hppa/submitted-sysdeps-cancel.diff: new patch to fix syscall
    cancellation issues.  Closes: #837518.
  * testsuite-xfail-debian.mk: HPPA updates.

[dgit import unpatched glibc 2.24-3]

9 years agoImport glibc_2.24-3.debian.tar.xz
Aurelien Jarno [Sat, 17 Sep 2016 18:00:44 +0000 (18:00 +0000)]
Import glibc_2.24-3.debian.tar.xz

[dgit import tarball glibc 2.24-3 glibc_2.24-3.debian.tar.xz]

10 years agoImport glibc_2.24.orig.tar.xz
Aurelien Jarno [Thu, 4 Aug 2016 01:13:12 +0000 (01:13 +0000)]
Import glibc_2.24.orig.tar.xz

[dgit import orig glibc_2.24.orig.tar.xz]