GNU bug report logs - #55533
[PATCH] gnu: Add cdecl.

Previous Next

Package: guix-patches;

Reported by: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>

Date: Fri, 20 May 2022 04:07:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 55533-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: 55533-done <at> debbugs.gnu.org
Subject: Re: bug#55533: [PATCH] gnu: Add cdecl.
Date: Wed, 01 Jun 2022 23:23:18 +0200
[Message part 1 (text/plain, inline)]
Hi,

Foo Chuan Wei <chuanwei.foo <at> hotmail.com> skribis:

> * gnu/packages/code.scm (cdecl): New variable.

Applied with the changes below, thanks!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index f0dd443560..437c735c79 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -1004,10 +1004,10 @@ (define-public cdecl
     (inputs (list readline))
     (home-page "https://www.ibiblio.org/pub/linux/devel/lang/c/")
     (synopsis "Turn English phrases into C or C++ declarations and vice versa")
-    (description "@code{cdecl} is a program which will turn English-like phrases
-into C declarations.  It can also translate the C into the pseudo-English.  And
-it handles typecasts, too.  Plus C++.  And in this version it has command line
-editing and history with the GNU readline library.")
+    (description "@code{cdecl} is a program that turns English-like phrases into C
+declarations.  It can also translate C into pseudo-English.  It also handles
+type casts and C++.  It has command-line editing and history with the GNU
+Readline library.")
     (license license:public-domain)))
 
 (define-public cscope

This bug report was last modified 2 years and 359 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.