summaryrefslogtreecommitdiff
path: root/src/seq.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* maint: prefer static_assert to verifyPaul Eggert2022-09-151-1/+1
* seq: pacify -fsanitizer=leakPaul Eggert2022-01-311-15/+10
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: use GNU style for spacingPaul Eggert2021-12-181-1/+1
* maint: prefer attribute.h in .c filesPaul Eggert2021-10-311-2/+4
* maint: switch to C11-style _NoreturnPaul Eggert2021-10-021-1/+1
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-1/+1
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* doc: add `seq inf` and `sleep inf` examples to texinfoPádraig Brady2020-12-181-1/+1
* maint: avoid signed integer overflowsTobias Stoeckmann2020-06-151-1/+1
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* seq: use faster processing for integer steps from 2 to 200Pádraig Brady2019-09-081-13/+36
* seq: fix superfluous output lineAssaf Gordon2019-08-021-1/+3
* seq: output decimal points consistently with invalid localesPádraig Brady2019-02-031-3/+8
* printf,seq,sleep,tail,timeout: accept current-locale floatsPaul Eggert2019-01-261-3/+3
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* seq: produce consistent error messages upon write errorPádraig Brady2017-08-131-1/+1
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-9/+9
* seq: detect and report I/O errors immediatelyAssaf Gordon2016-04-241-5/+19
* seq: do not allow NaN argumentsBernhard Voelker2016-04-141-2/+12
* seq: do not allow 0 as increment valueBernhard Voelker2016-04-141-0/+8
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: quote string arguments in error messagesPádraig Brady2015-10-271-1/+1
* seq: handle exponents more consistentlyPádraig Brady2015-06-241-2/+13
* seq: use consistent output format with hex integersPádraig Brady2015-06-241-7/+10
* seq: support inf last item more generally/efficientlyPádraig Brady2015-06-241-25/+60
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-3/+3
* seq: fix incorrect output with start or end of -0Pádraig Brady2014-06-181-1/+1
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* doc: clarify when seq endsBernhard Voelker2013-08-101-0/+2
* seq: fix to always honor the step valuePádraig Brady2013-01-261-2/+3
* seq: fix misaligment with -w when no precision for start valuePádraig Brady2013-01-261-0/+2
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-1/+5
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* seq: fix newline output when -s specifiedPádraig Brady2012-12-211-7/+13
* seq: ensure correct output width for scientific notation inputPádraig Brady2012-11-241-0/+15
* seq: enable the fast integer printing code in more casesPádraig Brady2012-09-141-7/+30
* seq: 70x faster for non-negative whole numbers and incr==1Jim Meyering2012-09-141-9/+139
* maint: adjust formatting of certain continued stringsJim Meyering2012-01-111-2/+2
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-1/+1
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-1/+1
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1