aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/seq
Commit message (Collapse)AuthorAgeFilesLines
* MFC r330086, r333155: seq(1) improvementsKyle Evans2018-06-274-28/+98
| | | | | | | | | | | | | | | | MFC r330086 (cem): seq(1): Consistently include 'last' for non-integers The source of error is a rounded increment being too large and thus the loop steps slightly past 'last'. Perform a final comparison using the formatted string values (truncated precision) to determine if we still need to print the 'last' value. MFC r333155: seq(1): Move long_opts up with globals PR: 217149 Notes: svn path=/stable/11/; revision=335739
* MFC r333122: seq(1): Provide some long optionsKyle Evans2018-06-272-6/+16
| | | | | | | These match GNU seq(1) names where applicable for compatibility purposes. Notes: svn path=/stable/11/; revision=335736
* MFC r326276:Eitan Adler2018-03-051-1/+3
| | | | | | | | | | | | | | | | | | | various: general adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/stable/11/; revision=330449
* MFC 305887:Warren Block2017-01-201-10/+5
| | | | | | | | | Update history. Patch supplied by Sevan Janiyan <venture37@geeklan.co.uk>. Sponsored by: iXsystems Notes: svn path=/stable/11/; revision=312550
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-273-33/+55
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync with HEAD.David E. O'Brien2013-02-081-4/+2
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246555
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
| | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | Sync with NetBSD, mainly address NetBSD bug #43355:Xin LI2014-12-182-31/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix valid_format() to be more careful about allowing only valid printf formats. Obtained from: NetBSD MFC after: 2 weeks Notes: svn path=/head/; revision=275918
* | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+2
| |/ |/| | | | | | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275042
* | Standardize EXIT STATUS instructions in man pages when possible.Eitan Adler2012-11-181-4/+2
|/ | | | | | | | Approved by: bcr (mentor) MFC after: 3 days Notes: svn path=/head/; revision=243238
* Add missing static keywords to seq(1)Ed Schouten2011-11-061-15/+14
| | | | Notes: svn path=/head/; revision=227182
* Fix typos.Rebecca Cran2010-11-091-3/+3
| | | | | | | | PR: bin/148894 Submitted by: olgeni Notes: svn path=/head/; revision=215034
* Treat numbers after [Ee] a positive number rather than an invalidXin LI2010-02-201-1/+2
| | | | | | | one. Notes: svn path=/head/; revision=204107
* Add seq(1), a small utility to generate sequence number.Xin LI2010-02-193-0/+647
Obtained from: NetBSD MFC after: 3 months Notes: svn path=/head/; revision=204103