From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Files from gnulib Date: Sun, 23 Jan 2011 14:15:43 +0200 Message-ID: <83y66bzuhc.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1295785017 413 80.91.229.12 (23 Jan 2011 12:16:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 23 Jan 2011 12:16:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 23 13:16:53 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PgysE-0001vD-84 for ged-emacs-devel@m.gmane.org; Sun, 23 Jan 2011 13:16:50 +0100 Original-Received: from localhost ([127.0.0.1]:48603 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PgysD-0002tB-Fp for ged-emacs-devel@m.gmane.org; Sun, 23 Jan 2011 07:16:49 -0500 Original-Received: from [140.186.70.92] (port=39146 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pgys8-0002s9-1X for emacs-devel@gnu.org; Sun, 23 Jan 2011 07:16:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pgys6-0008T6-VW for emacs-devel@gnu.org; Sun, 23 Jan 2011 07:16:43 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:54458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pgys6-0008Sh-NJ for emacs-devel@gnu.org; Sun, 23 Jan 2011 07:16:42 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LFH00F005XDUT00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sun, 23 Jan 2011 14:15:23 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.46.39]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LFH00DWB61MNJI0@a-mtaout22.012.net.il>; Sun, 23 Jan 2011 14:15:23 +0200 (IST) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:134858 Archived-At: Some of the new files added from gnulib use file names that are invalid on 8+3 (aka MSDOS) filesystems. These files are: c++defs.h -- the `+' character is not allowed in file names lib/stddef.in.h lib/time.in.h lib/unistd.in.h -- 2 dots are not allowed In addition, several file names in the m4/ subdirectory clash after 8+3 truncation: gnulib-cache.m4 gnulib-common.m4 gnulib-comp.m4 This will cause problems when unpacking the emacs tarball on those filesystems, something we managed to avoid until now. Can these files be renamed, please? I suggest cxxdefs.h for the first and FOO.in for the FOO.in.h files. For the files in m4/, how about transposing the "gnulib" part with the rest, i.e. cache-gnulib.m4 etc.? (I would remove the files myself, but I don't know what changes in the gnulib imports will that require.) TIA