From unknown Fri Aug 15 21:19:51 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#29618 <29618@debbugs.gnu.org> To: bug#29618 <29618@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add uthash. Reply-To: bug#29618 <29618@debbugs.gnu.org> Date: Sat, 16 Aug 2025 04:19:51 +0000 retitle 29618 [PATCH] gnu: Add uthash. reassign 29618 guix-patches submitter 29618 Tobias Geerinckx-Rice severity 29618 normal tag 29618 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 08 13:43:27 2017 Received: (at submit) by debbugs.gnu.org; 8 Dec 2017 18:43:28 +0000 Received: from localhost ([127.0.0.1]:52866 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eNNcN-0001fB-M8 for submit@debbugs.gnu.org; Fri, 08 Dec 2017 13:43:27 -0500 Received: from eggs.gnu.org ([208.118.235.92]:33946) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eNNcM-0001ez-Aw for submit@debbugs.gnu.org; Fri, 08 Dec 2017 13:43:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eNNcF-0007Dy-WB for submit@debbugs.gnu.org; Fri, 08 Dec 2017 13:43:21 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,T_DKIM_INVALID, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45134) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eNNcF-0007Ds-SV for submit@debbugs.gnu.org; Fri, 08 Dec 2017 13:43:19 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eNNcE-0007wA-CW for guix-patches@gnu.org; Fri, 08 Dec 2017 13:43:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eNNcD-0007CL-4P for guix-patches@gnu.org; Fri, 08 Dec 2017 13:43:18 -0500 Received: from tobias.gr ([2001:470:cc92::1]:59254) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eNNcC-0007BT-Oo for guix-patches@gnu.org; Fri, 08 Dec 2017 13:43:17 -0500 Received: by tobias.gr (OpenSMTPD) with ESMTP id 937139cd for ; Fri, 8 Dec 2017 18:43:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=2018; bh=JLf1L8caN8VtVJbfC+HxtEI/e 4LfnKBjx9h8cQHc9QM=; b=HGnBgSZTVkNEG1lgwrgGfzUChBIYepzT1z5AyEUnv c6Yddr8nSQ1CptDemU/IUNXQW5NkVH0/eHC/h3K47E81syEEbe1ylmicxv3SLxz8 8yO4vJDVEN01MxRsDrSN0UZ+WMwjbxUlVo9E4aGrwUWzsEOiN4DHplWwr3Vpdk16 2XuwF3Aj3asMMGE+xjw8VgmJatEHIJY9BRq0jfbA/29dfKD3vRNGlqugDP8Twi6n Ce8zAZifpTiusMytuDx4K4sWEK6iCTH9sLHKI60xYxORX47qtr5BuvwiAyzVFY9/ N9St/T6hqwR1KSnvmf3VSonmGFESJbKprDLlDHcnQa22w== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id f4a9a031 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Fri, 8 Dec 2017 18:43:11 +0000 (UTC) From: Tobias Geerinckx-Rice To: guix-patches@gnu.org Subject: [PATCH] gnu: Add uthash. Date: Fri, 8 Dec 2017 19:45:40 +0100 Message-Id: <20171208184540.26410-1-me@tobias.gr> X-Mailer: git-send-email 2.15.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit 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: -4.1 (----) * gnu/packages/datastructures.scm (uthash): New public variable. --- gnu/packages/datastructures.scm | 54 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm index 36318ee04..7db2fc82a 100644 --- a/gnu/packages/datastructures.scm +++ b/gnu/packages/datastructures.scm @@ -116,3 +116,57 @@ with the number of cores. liburcu-cds provides efficient data structures based on RCU and lock-free algorithms. These structures include hash tables, queues, stacks, and doubly-linked lists.") (license license:lgpl2.1+))) + +(define-public uthash + (package + (name "uthash") + (version "2.0.2") + (source + (origin + (method url-fetch) + (file-name (string-append name "-" version ".tar.gz")) + (uri (string-append "https://github.com/troydhanson/uthash/archive/v" + version ".tar.gz")) + (sha256 + (base32 + "1la82gdlyl7m8ahdjirigwfh7zjgkc24cvydrqcri0vsvm8iv8rl")))) + (build-system gnu-build-system) + (native-inputs + `(("perl" ,perl))) + (arguments + `(#:make-flags (list "CC=gcc") + #:phases + (modify-phases %standard-phases + (delete 'configure) ; nothing to configure + (delete 'build) ; nothing to build + (replace 'check + (lambda* (#:key make-flags #:allow-other-keys) + (with-directory-excursion "tests" + (zero? (apply system* "make" + make-flags))))) + (replace 'install + ;; There is no top-level Makefile to do this for us. + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (doc (string-append out "/share/doc/" ,name)) + (include (string-append out "/include"))) + ;; Don't install HTML files: they are generated from these .txt + ;; files, could be stale, and updating them requires ‘asciidoc‘. + (for-each (λ (file) (install-file file doc)) + (append (list "LICENSE") + (find-files "doc" "\\.txt$"))) + (for-each (λ (file) (install-file file include)) + (find-files "src" "\\.h$")))))))) + (home-page "https://troydhanson.github.io/uthash/") + (synopsis + "Hash tables, lists, and other data structures implemented as C macros") + (description + "uthash implements a hash table and a few other basic data structures +as C preprocessor macros. It aims to be minimalistic and efficient: it's +around 1,000 lines of code which, being macros, inline automatically. + +Unlike function calls with fixed prototypes, macros operate on untyped +arguments. Thus, they are able to work with any type of structure or key. +Any C structure can be stored in a hash table by adding @code{UT_hash_handle} +to the structure and choosing one or more fields to act as the key.") + (license license:bsd-2))) -- 2.15.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 11 08:27:37 2017 Received: (at 29618) by debbugs.gnu.org; 11 Dec 2017 13:27:37 +0000 Received: from localhost ([127.0.0.1]:56181 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eOO7N-00059p-5i for submit@debbugs.gnu.org; Mon, 11 Dec 2017 08:27:37 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:39289) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eOO7L-00059g-Dl for 29618@debbugs.gnu.org; Mon, 11 Dec 2017 08:27:35 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 34331103F5; Mon, 11 Dec 2017 14:27:38 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UMtbjr8zkKmB; Mon, 11 Dec 2017 14:27:37 +0100 (CET) Received: from ribbon (unknown [193.50.110.104]) by hera.aquilenet.fr (Postfix) with ESMTPSA id F0D08103EC; Mon, 11 Dec 2017 14:27:36 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Tobias Geerinckx-Rice Subject: Re: [bug#29618] [PATCH] gnu: Add uthash. References: <20171208184540.26410-1-me@tobias.gr> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 Frimaire an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 11 Dec 2017 14:27:33 +0100 In-Reply-To: <20171208184540.26410-1-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Fri, 8 Dec 2017 19:45:40 +0100") Message-ID: <87d13l1jju.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29618 Cc: 29618@debbugs.gnu.org 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 (+) Tobias Geerinckx-Rice skribis: > * gnu/packages/datastructures.scm (uthash): New public variable. LGTM, thanks! Ludo'. From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 11 19:15:47 2017 Received: (at 29618) by debbugs.gnu.org; 12 Dec 2017 00:15:47 +0000 Received: from localhost ([127.0.0.1]:57475 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eOYEd-0004ve-1g for submit@debbugs.gnu.org; Mon, 11 Dec 2017 19:15:47 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:48281) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eOYEa-0004vW-Ms for 29618@debbugs.gnu.org; Mon, 11 Dec 2017 19:15:45 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 5A151212E2; Mon, 11 Dec 2017 19:15:44 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Mon, 11 Dec 2017 19:15:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=IXjbvCd45tb0cPJjZldPB3sGUDqSedUuZIW/9sobXQQ=; b=XYCuvpS5 JihnWoNzT6CQFFpiSxY//7+M/Ibw7gpUGKOMEvtVLcFSQKcalsBCCzON4W1W4T3x VGSo0lRkAR1YPw5ekcoLIgu/lDODDA1U794kpoKbtjTBsGYLoBgnquvGQyZqiWy3 bvQfKHonbwVxM8AGShEh1LRm3gFMvwPYl/F0qXXocG5XetihDt0Y7XDEWgbuFkSx WiGEUBM6aSxxbDlGj9CwCvarTpEkXi7Sj56e8cHKkoKc4Ugf4MY1kuiQMu0eIAof FHM+wNP/hRmr/avke6ScC4fuSX5aHOaazFl64+SFiFM45UeJ1ZFNiIMrmNOs3b/Q B8mDfNm9734mZw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=IXjbvCd45tb0cPJjZldPB3sGUDqSe dUuZIW/9sobXQQ=; b=oXGxx41ZcaGlxtc9egVk9iewwX7j0QCGy2kIT96VifcBW jFN4I1WU6IZ5KA7tP/lMZn+BUVC6dJYxWk1Sw5pIf107MQ0o5uYUdB4O7FARy11J DppkTTrPytKI7ooF5hDbuawWLLlwC9rRywXD6UaOL1aMrlIllNgRZF6GGgFU7quL QBvuK5hZSova4qBDgAxHjU1G4mxYiWblCRXFg1SPf9dBJgyMhf0Ni74Ra/dL5wAX Lb/bntRynTef3M1CR82cF+MDitDlLq0dJzqKPy1t0VkWlVx9JuNWg8sS96CL7qnN C1pPFf8uwdSZUM+lNGv6mCMYC5Z+PvjbhqMmExHvQ== X-ME-Sender: Received: from localhost (cm-84.214.173.174.getinternet.no [84.214.173.174]) by mail.messagingengine.com (Postfix) with ESMTPA id E3AB524217; Mon, 11 Dec 2017 19:15:43 -0500 (EST) From: Marius Bakke To: Tobias Geerinckx-Rice , 29618@debbugs.gnu.org Subject: Re: [bug#29618] [PATCH] gnu: Add uthash. In-Reply-To: <20171208184540.26410-1-me@tobias.gr> References: <20171208184540.26410-1-me@tobias.gr> User-Agent: Notmuch/0.25.3 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu) Date: Tue, 12 Dec 2017 01:15:42 +0100 Message-ID: <87zi6ox0lt.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 29618 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: -0.7 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Tobias Geerinckx-Rice writes: > * gnu/packages/datastructures.scm (uthash): New public variable. > --- > gnu/packages/datastructures.scm | 54 +++++++++++++++++++++++++++++++++++= ++++++ > 1 file changed, 54 insertions(+) > > diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructure= s.scm > index 36318ee04..7db2fc82a 100644 > --- a/gnu/packages/datastructures.scm > +++ b/gnu/packages/datastructures.scm > @@ -116,3 +116,57 @@ with the number of cores. liburcu-cds provides effi= cient data structures > based on RCU and lock-free algorithms. These structures include hash ta= bles, > queues, stacks, and doubly-linked lists.") > (license license:lgpl2.1+))) > + > +(define-public uthash > + (package > + (name "uthash") > + (version "2.0.2") > + (source > + (origin > + (method url-fetch) > + (file-name (string-append name "-" version ".tar.gz")) > + (uri (string-append "https://github.com/troydhanson/uthash/archiv= e/v" > + version ".tar.gz")) > + (sha256 > + (base32 > + "1la82gdlyl7m8ahdjirigwfh7zjgkc24cvydrqcri0vsvm8iv8rl")))) > + (build-system gnu-build-system) > + (native-inputs > + `(("perl" ,perl))) > + (arguments > + `(#:make-flags (list "CC=3Dgcc") > + #:phases > + (modify-phases %standard-phases > + (delete 'configure) ; nothing to configure > + (delete 'build) ; nothing to build > + (replace 'check > + (lambda* (#:key make-flags #:allow-other-keys) > + (with-directory-excursion "tests" > + (zero? (apply system* "make" > + make-flags))))) > + (replace 'install > + ;; There is no top-level Makefile to do this for us. > + (lambda* (#:key outputs #:allow-other-keys) > + (let* ((out (assoc-ref outputs "out")) > + (doc (string-append out "/share/doc/" ,name)) > + (include (string-append out "/include"))) > + ;; Don't install HTML files: they are generated from thes= e .txt > + ;; files, could be stale, and updating them requires =E2= =80=98asciidoc=E2=80=98. > + (for-each (=CE=BB (file) (install-file file doc)) > + (append (list "LICENSE") > + (find-files "doc" "\\.txt$"))) Just FYI: In 'core-updates', there is now a phase that installs license files automatically. > + (for-each (=CE=BB (file) (install-file file include)) > + (find-files "src" "\\.h$")))))))) Return #t here. LGTM! > + (home-page "https://troydhanson.github.io/uthash/") > + (synopsis > + "Hash tables, lists, and other data structures implemented as C mac= ros") > + (description > + "uthash implements a hash table and a few other basic data structur= es > +as C preprocessor macros. It aims to be minimalistic and efficient: it's > +around 1,000 lines of code which, being macros, inline automatically. > + > +Unlike function calls with fixed prototypes, macros operate on untyped > +arguments. Thus, they are able to work with any type of structure or ke= y. > +Any C structure can be stored in a hash table by adding @code{UT_hash_ha= ndle} > +to the structure and choosing one or more fields to act as the key.") > + (license license:bsd-2))) > --=20 > 2.15.0 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlovH64ACgkQoqBt8qM6 VPrfFAf/bRjwq23lwdQd4SVs4TMlzM/QZEyNZgMA3/lDylHP9xV+2p65IXLuuj3e 9aODpVEaALBGQsFaecq5Snzt/AiZHWyxYMAkY9f4yL50pMOTiFaGn8ubIBskcCRC lve2tLEmdLjLIYYz78pYSJyi/hnNAnUktfeBWf4fV023+oYXB0S2Cryyk3/YBqkr 8bN6ju4iU0OheTaqZIAU1AEBoO1lCejUwigBs1PUh6kj/KrtWrZp/NcJzemOIKh/ 7DSbGm2Xyfdz1QYcwmgIGD8FS7xIqBb6pM8u714ihvXnXWd+00ufOPOhykBCp9dG 43jP0ePwuG4zB2HByuo0c7ddyf5I1g== =Ydv0 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 11 23:15:30 2017 Received: (at 29618-done) by debbugs.gnu.org; 12 Dec 2017 04:15:30 +0000 Received: from localhost ([127.0.0.1]:57563 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eObyc-0004sO-OG for submit@debbugs.gnu.org; Mon, 11 Dec 2017 23:15:30 -0500 Received: from tobias.gr ([51.15.135.5]:41350) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eObya-0004sE-QY for 29618-done@debbugs.gnu.org; Mon, 11 Dec 2017 23:15:29 -0500 Received: by tobias.gr (OpenSMTPD) with ESMTP id ea2f9381; Tue, 12 Dec 2017 04:15:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=subject:to :references:cc:from:message-id:date:mime-version:in-reply-to :content-type; s=2018; bh=n9J2e3OomGpUBW/+R1fOpsBfoVMlcA1ijjEGGF kP+P0=; b=pCggDQoZZ4D7lmLSnY40yZDIdE+p+83nHJoU8Q7OQkt8IBxO2Bx06G pGiM+I28AI1V/Z2vjUxP/f9BClLdQnai6xQsiGztyDS7TAgvpIQ5FPug/SBkAmYQ MM+HPbmV8mf1QxO6JU1P9vq5gozC6NxmlS0va3DN0xeFxEcIM/wT89TisVNOt5Ni epG9jDmDbPLXaxOlsUNkfEgSo8avZhsGJrnF0/AcxkpDyfp1oziCat4NCsS3yR3I +1+w29yZFgAvk753flYMYAyoF1re3x0zOXW8dblKYZu9fBCRg7CnHZPf965J/130 biPCU/4fGoRJ8tcjx0ekKH+Pk/Do9FYw== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id ec1fee2a (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO); Tue, 12 Dec 2017 04:15:23 +0000 (UTC) Subject: Re: [bug#29618] [PATCH] gnu: Add uthash. To: mbakke@fastmail.com, ludo@gnu.org References: <20171208184540.26410-1-me@tobias.gr> <87zi6ox0lt.fsf@fastmail.com> From: Tobias Geerinckx-Rice Message-ID: <72f24bc6-193d-b68f-ee84-4975a1f17ad1@tobias.gr> Date: Tue, 12 Dec 2017 05:18:01 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <87zi6ox0lt.fsf@fastmail.com> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="01dDOIQgtIN15OkBWp7NBnS2jP6FLfO2p" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 29618-done Cc: 29618-done@debbugs.gnu.org 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 (--) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --01dDOIQgtIN15OkBWp7NBnS2jP6FLfO2p Content-Type: multipart/mixed; boundary="jGx9S0AiDFBcpFNUm5frP7BEvOCOj1imv"; protected-headers="v1" From: Tobias Geerinckx-Rice To: mbakke@fastmail.com, ludo@gnu.org Cc: 29618-done@debbugs.gnu.org Message-ID: <72f24bc6-193d-b68f-ee84-4975a1f17ad1@tobias.gr> Subject: Re: [bug#29618] [PATCH] gnu: Add uthash. References: <20171208184540.26410-1-me@tobias.gr> <87zi6ox0lt.fsf@fastmail.com> In-Reply-To: <87zi6ox0lt.fsf@fastmail.com> --jGx9S0AiDFBcpFNUm5frP7BEvOCOj1imv Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: quoted-printable Ludo', Marius, Thanks to both of you for the review. Pushed as cc3ac162c558a51c90b76b84b081a15e28d0baad. I've removed the explicit LICENSE file installation, which indeed belongs elsewhere. Kind regards, T G-R --jGx9S0AiDFBcpFNUm5frP7BEvOCOj1imv-- --01dDOIQgtIN15OkBWp7NBnS2jP6FLfO2p Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCWi9YeQ0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15V60A+wSD24gNgk/jGjwsQOAzV4oh79Lbt5X36z7PStcZ /x71AQCSZT3YrM6v5ZUfJ6+o3GfWjj2p0ubTrzeYBqkJYuoKDQ== =Qjhi -----END PGP SIGNATURE----- --01dDOIQgtIN15OkBWp7NBnS2jP6FLfO2p-- From unknown Fri Aug 15 21:19:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 09 Jan 2018 12:24:04 +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