From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50C9A139084 for ; Sat, 25 Nov 2017 20:49:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F790E0E87; Sat, 25 Nov 2017 20:49:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D575E0E83 for ; Sat, 25 Nov 2017 20:49:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80BEF33FE7D for ; Sat, 25 Nov 2017 20:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5905A786 for ; Sat, 25 Nov 2017 20:49:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1511642956.5f62c85c4fd71be0a2cac388ad2da20c56d42b3d.mgorny@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0074.rst X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5f62c85c4fd71be0a2cac388ad2da20c56d42b3d X-VCS-Branch: master Date: Sat, 25 Nov 2017 20:49:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fbced024-2374-4299-8dfc-e78278efdb9d X-Archives-Hash: 23dcac6fe326860aeb500da5e7c4d746 commit: 5f62c85c4fd71be0a2cac388ad2da20c56d42b3d Author: Michał Górny gentoo org> AuthorDate: Tue Nov 21 17:16:19 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 25 20:49:16 2017 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=5f62c85c glep-0074: Mention that newline needs to be restricted too in rationale glep-0074.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/glep-0074.rst b/glep-0074.rst index 278882d..d0750f5 100644 --- a/glep-0074.rst +++ b/glep-0074.rst @@ -570,11 +570,12 @@ technically problematic groups: written using C. Furthermore, it is not allowed in any known filesystem. -2. Whitespace characters are used to separate Manifest fields. While - technically it would be enough to restrict space (``U+0020``) - character that is normally used as the separator, all whitespace - characters are forbidden to avoid confusion and implementation - errors. +2. Whitespace characters are used to separate Manifest fields + and entries. While technically it would be enough to restrict space + (``U+0020``) character that is normally used as the separator + and newline (``U+000A``) character that is used to separate lines, + all whitespace characters are forbidden to avoid confusion + and implementation errors. While the specification could be extended to allow such filenames by using some form of escaping, there is currently no apparent need