NetBSD Problem Report #52897

From www@NetBSD.org  Thu Jan  4 04:53:41 2018
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 47C347A1D6
	for <gnats-bugs@gnats.NetBSD.org>; Thu,  4 Jan 2018 04:53:41 +0000 (UTC)
Message-Id: <20180104045340.8887E7A1FA@mollari.NetBSD.org>
Date: Thu,  4 Jan 2018 04:53:40 +0000 (UTC)
From: lists@eitanadler.com
Reply-To: lists@eitanadler.com
To: gnats-bugs@NetBSD.org
Subject: morse(6): add '_'
X-Send-Pr-Version: www-1.0

>Number:         52897
>Category:       bin
>Synopsis:       morse(6): add '_'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Jan 04 04:55:00 +0000 2018
>Closed-Date:    Tue Jan 16 06:27:41 +0000 2018
>Last-Modified:  Tue Jan 16 06:27:41 +0000 2018
>Originator:     Eitan Adler
>Release:        HEAD
>Organization:
>Environment:
>Description:
morse(6) does not have support for '_'. Lets add it!
>How-To-Repeat:
./morse _
>Fix:
Index: morse.c
===================================================================
RCS file: /cvsroot/src/games/morse/morse.c,v
retrieving revision 1.17
diff -u -r1.17 morse.c
--- morse.c	19 Jun 2012 05:46:08 -0000	1.17
+++ morse.c	4 Jan 2018 04:48:37 -0000
@@ -107,6 +107,7 @@
 	{ '"', ".-..-." },
 	{ '=', "-...-" },
 	{ '+', ".-.-." },
+	{ '_', "..--.-" },
 	{ '\0', NULL }
 };


>Release-Note:

>Audit-Trail:
From: "Maya Rashish" <maya@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/52897 CVS commit: src/games/morse
Date: Tue, 16 Jan 2018 06:20:24 +0000

 Module Name:	src
 Committed By:	maya
 Date:		Tue Jan 16 06:20:24 UTC 2018

 Modified Files:
 	src/games/morse: morse.c

 Log Message:
 Add _, from Eitan Adler in PR bin/52897


 To generate a diff of this commit:
 cvs rdiff -u -r1.17 -r1.18 src/games/morse/morse.c

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: maya@NetBSD.org
State-Changed-When: Tue, 16 Jan 2018 06:27:41 +0000
State-Changed-Why:
Applied, thanks!


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.