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.
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
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
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
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
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
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
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
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