CVS commit: src/usr.bin/seq

2021-03-20 Thread Aleksey Cheusov
Module Name:src Committed By: cheusov Date: Sat Mar 20 22:10:17 UTC 2021 Modified Files: src/usr.bin/seq: seq.c Log Message: seq.c: replace non-standard `\e` with standard compliant `\x1B` To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.bin/seq/seq.

CVS commit: src/usr.bin/seq

2018-12-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 17 20:10:52 UTC 2018 Modified Files: src/usr.bin/seq: seq.1 seq.c Log Message: - Default terminator to \n - Don't print a trailing separator Behavior now matches GNU seq (from Aram at tech-userlevel) To generate a diff

CVS commit: src/usr.bin/seq

2017-10-28 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Sun Oct 29 01:28:46 UTC 2017 Modified Files: src/usr.bin/seq: seq.c Log Message: The sign is optional in an exponent Treat numbers after [Ee] as a positive number rather than an invalid numeric sequence. (Taken from FreeBSD bu

CVS commit: src/usr.bin/seq

2017-10-28 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Sun Oct 29 00:02:23 UTC 2017 Modified Files: src/usr.bin/seq: seq.c Log Message: Fix typos (from FreeBSD) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/seq/seq.c Please note that diffs are not public

CVS commit: src/usr.bin/seq

2016-08-18 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu Aug 18 22:55:28 UTC 2016 Modified Files: src/usr.bin/seq: seq.1 Log Message: seq(1) first appeared in Research Unix 8th Edition, which was before Plan 9. Generalise in stating that this version is not bug for bug compatible wit

CVS commit: src/usr.bin/seq

2013-04-07 Thread Julian Fagir
Module Name:src Committed By: jdf Date: Sun Apr 7 17:37:45 UTC 2013 Modified Files: src/usr.bin/seq: seq.1 Log Message: * Punctuation * Create separate section with macro for EXIT STATUS Patch supplied by Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/usr.bin/seq

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 13:19:09 UTC 2011 Modified Files: src/usr.bin/seq: Makefile Log Message: document non literal string format To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/seq/Makefile Please note that diff

CVS commit: src/usr.bin/seq

2010-05-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu May 27 08:40:20 UTC 2010 Modified Files: src/usr.bin/seq: seq.c Log Message: Rerun valid_format() both before and after unescaping the format string, in case the format string contains printf conversions assembled from escap

CVS commit: src/usr.bin/seq

2010-05-27 Thread David A. Holland
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 l