NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/43355 CVS commit: src/usr.bin/seq



The following reply was made to PR bin/43355; it has been noted by GNATS.

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43355 CVS commit: src/usr.bin/seq
Date: Thu, 27 May 2010 08:30:35 +0000

 Module Name:   src
 Committed By:  dholland
 Date:          Thu May 27 08:30:35 UTC 2010
 
 Modified Files:
        src/usr.bin/seq: seq.1 seq.c
 
 Log Message:
 Fix valid_format() to be more careful about allowing only valid printf
 formats.
 
 Also, accept %a and %A, which are new since this logic was last updated,
 and also allow %F even though it's not functionally different from %f.
 Document these additions and bump date of man page.
 
 Fixes PR 43355.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 src/usr.bin/seq/seq.1
 cvs rdiff -u -r1.5 -r1.6 src/usr.bin/seq/seq.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index