aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/seq/seq.c
Commit message (Expand)AuthorAgeFilesLines
* seq(1): Put separator only between the elements.Pawel Jakub Dawidek2023-12-221-3/+8
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* seq: style(9) cleanupEd Maste2023-07-211-16/+15
* seq: combine asprintf return value checksEd Maste2023-06-251-7/+3
* seq: fix check for rounding error/truncationEd Maste2023-06-191-9/+13
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* seq: fix style nitsMariusz Zaborski2022-10-011-1/+1
* seq: fix potential NULL ptr referenceMariusz Zaborski2022-10-011-2/+6
* seq(1): Require user-provided format strings to contain a conversionConrad Meyer2019-03-071-1/+2
* seq(1): Move long_opts up with globalsKyle Evans2018-05-021-9/+9
* seq(1): Provide some long optionsKyle Evans2018-04-301-1/+11
* seq(1): Consistently include 'last' for non-integersConrad Meyer2018-02-271-19/+37
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Sync with NetBSD, mainly address NetBSD bug #43355:Xin LI2014-12-181-28/+47
* Add missing static keywords to seq(1)Ed Schouten2011-11-061-15/+14
* Fix typos.Rebecca Cran2010-11-091-3/+3
* Treat numbers after [Ee] a positive number rather than an invalidXin LI2010-02-201-1/+2
* Add seq(1), a small utility to generate sequence number.Xin LI2010-02-191-0/+452