From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 12 01:22:43 2020 Received: (at submit) by debbugs.gnu.org; 12 Jul 2020 05:22:43 +0000 Received: from localhost ([127.0.0.1]:45299 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juURm-00068G-UA for submit@debbugs.gnu.org; Sun, 12 Jul 2020 01:22:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:51558) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juURl-000687-2g for submit@debbugs.gnu.org; Sun, 12 Jul 2020 01:22:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35794) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1juURk-0006B0-KD for bug-guile@gnu.org; Sun, 12 Jul 2020 01:22:40 -0400 Received: from mout02.posteo.de ([185.67.36.66]:36993) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1juURi-0003uk-Bd for bug-guile@gnu.org; Sun, 12 Jul 2020 01:22:40 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id C3D782400FB for ; Sun, 12 Jul 2020 07:22:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1594531355; bh=Gez4EYXp3HZ/PjdzSc7Jzz0KEnJG8tP5AHU1sTjzqfM=; h=From:To:Cc:Subject:Date:From; b=fpx3ki0HcsOLs3i+QizROvMPhdyowWfDsu6F7h1aVs6Q7YYN0MEmG4sD8nViQgeks O9mxRCMQX02aJcxV5FDMKIfagyKnyjSxykmnjHm9C0XeAMCEvAvnvm7TlKUUB8q2GI lSujUGa+HO/O3M4IbRikG0ebwuiE9zPl2l8tEyhDCB+5pMlyiZVqDDFt0u+yWWHKnN umY76ZnQYPRy5HzOpqV8QFdzX8du8LHuMfQHoAa2KVbC2AzfEBAEo+scEP/XAGquWi C5wBq5syeajmDI3rrYA/FsyZDuqUqOCMayZQx2BMrst1B0LetFoAW9uUPPk+yfXTCg tZWORsyVp/zQQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4B4FXT5gBMz6tm9; Sun, 12 Jul 2020 07:22:32 +0200 (CEST) From: Asher Gordon To: bug-guile@gnu.org Subject: [PATCH] Replace a line which was accidentally removed. Date: Sun, 12 Jul 2020 01:22:15 -0400 Message-Id: <20200712052215.169081-1-AsDaGo@posteo.net> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=AsDaGo@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/12 01:22:36 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Asher Gordon X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) The line, part of the sentence above it in a comment, was accidentally removed in commit b8d7577 "Rationalize include order in C files". --- libguile/guile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libguile/guile.c b/libguile/guile.c index fa5fef928..ae592ed22 100644 --- a/libguile/guile.c +++ b/libguile/guile.c @@ -18,6 +18,7 @@ . */ /* This is the 'main' function for the `guile' executable. It is not + included in libguile.a. Eventually, we hope this file will be automatically generated, based on the list of installed, statically linked libraries on the -- 2.27.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 12 01:32:32 2020 Received: (at control) by debbugs.gnu.org; 12 Jul 2020 05:32:32 +0000 Received: from localhost ([127.0.0.1]:45315 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juUbI-0006Si-6e for submit@debbugs.gnu.org; Sun, 12 Jul 2020 01:32:32 -0400 Received: from mout02.posteo.de ([185.67.36.66]:53285) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juUbG-0006SV-O2 for control@debbugs.gnu.org; Sun, 12 Jul 2020 01:32:31 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 7CE1B2400FC for ; Sun, 12 Jul 2020 07:32:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1594531944; bh=/N/2gqxdtGwoUzTjeM7lFswb/N0nR1UMPavNgQbov9c=; h=From:To:Subject:Date:From; b=F7ylpsjotNSvAJVhGsj6EAF7tuJd+i3QEAisVk5XJ2F/2Bss2+4GMR/mRK8dZ7kow bzuJQ8fbeFzBHJW7wEIURTN47pbHOA38o+PEfRKxVlMkaIMH5T6xZ3E1bp0CoWM2h0 eeAh2kHJzZ5MfsrnyKvyhVJ0PnEB/r2d4P2J1Me87loSfzgikNigBHL83NA/oCK+Ay 0NbP++4I3iNAKobrxcmGCuOb2Qht9A98j5G9KT2i1/pBQsAsNvfN794Xf3xcIU4Kwh YqIHP9kwMPiWm+NyquJd+CESTf4V84kXDOWX9B/8nRNCpGaNJDExqCdgWyAaXhJbdN 2qHBT0/GzeAYQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4B4Flp5vXpz9rxL for ; Sun, 12 Jul 2020 07:32:22 +0200 (CEST) X-Hashcash: 1:29:200712:control@debbugs.gnu.org::Eb1nfuTObwnNO9hU:00000000000000000000000000000000000007O1nh From: Asher Gordon To: control@debbugs.gnu.org Subject: Add more information. Date: Sun, 12 Jul 2020 01:32:14 -0400 Message-ID: <87365xxpr5.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable tags 42331 patch severity 42331 minor thanks I didn't realize that bug-guile@gnu.org was a debbugs list, so I didn't add this information when I originally reported the bug. :-P =2D-=20 By necessity, by proclivity, and by delight, we all quote. In fact, it is = as difficult to appropriate the thoughts of others as it is to invent. -- R. Emerson -- Quoted from a fortune cookie program (whose author claims, "Actually, stealing IS easier.") [to which I reply, "You think it's easy for me to misconstrue all these misquotations?!?" Ed.] -------- I prefer to send and receive mail encrypted. Please send me your public key, and if you do not have my public key, please let me know. Thanks. GPG fingerprint: 38F3 975C D173 4037 B397 8095 D4C9 C4FC 5460 8E68 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQ485dc0XNAN7OXgJXUycT8VGCOaAUCXwqgXgAKCRDUycT8VGCO aO1CAQDjp/08z7OtPFGEnpUPqpLZAdRbLVOY57FGh2uz4ya1ngEA42fL0+SuvUor IfTrHWt7jw/Owenp07mTpeStV2QaKgM= =WQ+S -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 15 19:39:57 2021 Received: (at 42331-done) by debbugs.gnu.org; 15 May 2021 23:39:57 +0000 Received: from localhost ([127.0.0.1]:49420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1li3sz-0003MF-5D for submit@debbugs.gnu.org; Sat, 15 May 2021 19:39:57 -0400 Received: from mail-ej1-f42.google.com ([209.85.218.42]:45836) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1li3sw-0003M1-S8 for 42331-done@debbugs.gnu.org; Sat, 15 May 2021 19:39:55 -0400 Received: by mail-ej1-f42.google.com with SMTP id s22so3565202ejv.12 for <42331-done@debbugs.gnu.org>; Sat, 15 May 2021 16:39:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=1Qbg4sWfVaHCvzgXFKDSIMFJsUi9hycULpzbqb88fmQ=; b=tMwxOYvaKG32BK5szNzB+26w/ROgqVMYU+nI5K7SnLJ3Pxblx8v25A4Sk89T/1Jnuw 9Du8GCbFTJouMX6PUvT8GqofbttelCblCd/nAFgLegCRgj1oy/BTJDqNPFmPu57iyel2 ukktxK4IsqragNpvLDX+r+JvONbt+yxsXp+emHDKrIVL5HthDW988NchxJNh5BLtGnBk UamaNEG8oMP3KwHhhbo8PgAbnT875SmSuZFrI8NnIYMtUIA14CV6Fn0qpt6i1BcpJauy 5GA0nvzgadvucuPgb+LIUHKS7y3sy1y9YDufhY+7r5DYiE9cE4FATUZiN4Mhicx3gnOb q6hQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=1Qbg4sWfVaHCvzgXFKDSIMFJsUi9hycULpzbqb88fmQ=; b=WFIh5OZq1wg42evxsqPkZKXdH9s4GAGZy0WpbwdLvquh4pd1SPT6wXNkh2WYZQvWMr yc/MH7NpDewCnhLaOg71RGADVLre1hivBDEfIxuVLnxTIYA+/1XlRVNYKCXFWTs77HkV kNPWPtEZnOpeM86wznlKId2h2MhuiB1561plDvK3yJ2XL+iwEaJJYsCGNhXPbYL6seJ3 sYWomLaRD8WMzgaV7Akh6Ue3e//7NoZ3lcsv0/So8HdisbqHZwds2j3VkIlaOECOMhKs iEv9MaUygCLQTOBi8dniDffTVrC6g6org+aMkf3fA2Sx5kNt7adi5rwcax40RUPcKBAM 6QKg== X-Gm-Message-State: AOAM5339JFXzFOHorgSIMPj1tpE6+f79QpcUoFaVG/zk0/Jk7vuYv0w9 Jpm8ARgwr/Unndpw/+/eeZfeaVjoKrmQgA== X-Google-Smtp-Source: ABdhPJygK0/fEYM1aXXANcyz7+gPLsnyPzj8xJLdmjjy2/3g91/nZNUgws6h90wxC91Yubawjt0zdQ== X-Received: by 2002:a17:906:590d:: with SMTP id h13mr8807441ejq.169.1621121988970; Sat, 15 May 2021 16:39:48 -0700 (PDT) Received: from [192.168.178.20] (b2b-109-90-125-150.unitymedia.biz. [109.90.125.150]) by smtp.gmail.com with ESMTPSA id b12sm7827447eds.23.2021.05.15.16.39.48 for <42331-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 15 May 2021 16:39:48 -0700 (PDT) To: 42331-done@debbugs.gnu.org From: Taylan Kammer Subject: [PATCH] Replace a line which was accidentally removed. Message-ID: Date: Sun, 16 May 2021 01:39:47 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42331-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) The patch was applied on Jan 17th, 2021. -- Taylan From unknown Sat Sep 13 13:15:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 13 Jun 2021 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator