glibc.git
7 years agotl_PH-yesexpr
GNU Libc Maintainers [Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)]
tl_PH-yesexpr

# All lines beginning with `# DP:' are a description of the patch.
# DP: Description: Fix yesexpr/noexpr/yesstr/nostr
# DP: Related bugs: #295810
# DP: Dpatch author: Denis Barbier <barbier@debian.org>
# DP: Patch author: eric pareja <xenos at upm edu ph>
# DP: Upstream status: not submitted
# DP: Date: 2006-01-10

Gbp-Pq: Topic localedata
Gbp-Pq: Name tl_PH-yesexpr.diff

7 years agolocale-ku_TR
GNU Libc Maintainers [Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)]
locale-ku_TR

# DP: Description: Please add Kurdish locale
# DP: Related bugs: BZ870
# DP: Dpatch author: Denis Barbier <barbier@debian.org>
# DP: Patch author: Kader DILSIZ, Pablo Saratxaga
# DP: Upstream status: Version 0.1 submitted in the original bugreport
# DP:   has been committed, this new version has been sent just after.
# DP: Date: 2006-01-06

Gbp-Pq: Topic localedata
Gbp-Pq: Name locale-ku_TR.diff

7 years agonew-valencian-locale
GNU Libc Maintainers [Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)]
new-valencian-locale

Submitted upstream: BZ2522

Gbp-Pq: Topic localedata
Gbp-Pq: Name new-valencian-locale.diff

7 years agolocale-eu_FR
GNU Libc Maintainers [Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)]
locale-eu_FR

# DP: Description: #257840: locales: Please add the eu_FR locale
# DP: Related bugs: #257840
# DP: Dpatch author: GOTO Masanori <gotom@debian.org>
# DP: Patch author: Christian Perrier <bubulle@debian.org>
# DP: Upstream status: Not submitted
# DP: Status Details: sending upstream
# DP: Date: 2004-07-31

Gbp-Pq: Topic localedata
Gbp-Pq: Name locale-eu_FR.diff

7 years agosupported
GNU Libc Maintainers [Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +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

7 years agosort-UTF8-first
GNU Libc Maintainers [Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)]
sort-UTF8-first

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

7 years agolocal-all-no-archive
GNU Libc Maintainers [Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)]
local-all-no-archive

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

7 years agoLC_COLLATE-keywords-ordering
GNU Libc Maintainers [Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +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

7 years agoLC_IDENTIFICATION-optional-fields
GNU Libc Maintainers [Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +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

7 years agolocale-print-LANGUAGE
GNU Libc Maintainers [Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +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

7 years agopreprocessor-collate
GNU Libc Maintainers [Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +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

7 years agopreprocessor-collate-uli-sucks
GNU Libc Maintainers [Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)]
preprocessor-collate-uli-sucks

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

7 years agocheck-unknown-symbols
GNU Libc Maintainers [Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +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

7 years agogit-updates
GNU Libc Maintainers [Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)]
git-updates

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

Gbp-Pq: Name git-updates.diff

7 years agoglibc (2.26-6) unstable; urgency=medium
Aurelien Jarno [Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)]
glibc (2.26-6) unstable; urgency=medium

  [ Aurelien Jarno ]
  * debian/patches/git-updates.diff: update from upstream stable branch:
    - Fix build with binutils 2.30 on arm64.  Closes: #888477.

[dgit import unpatched glibc 2.26-6]

7 years agoImport glibc_2.26-6.debian.tar.xz
Aurelien Jarno [Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)]
Import glibc_2.26-6.debian.tar.xz

[dgit import tarball glibc 2.26-6 glibc_2.26-6.debian.tar.xz]

8 years agoImport glibc_2.26.orig.tar.xz
Aurelien Jarno [Sun, 19 Nov 2017 11:49:13 +0000 (11:49 +0000)]
Import glibc_2.26.orig.tar.xz

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