index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
seq.c
Age
Commit message (
Expand
)
Author
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
2016-04-24
seq: detect and report I/O errors immediately
Assaf Gordon
2016-04-14
seq: do not allow NaN arguments
Bernhard Voelker
2016-04-14
seq: do not allow 0 as increment value
Bernhard Voelker
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
2015-10-27
all: quote string arguments in error messages
Pádraig Brady
2015-06-24
seq: handle exponents more consistently
Pádraig Brady
2015-06-24
seq: use consistent output format with hex integers
Pádraig Brady
2015-06-24
seq: support inf last item more generally/efficiently
Pádraig Brady
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
2014-06-18
seq: fix incorrect output with start or end of -0
Pádraig Brady
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
2013-08-10
doc: clarify when seq ends
Bernhard Voelker
2013-01-26
seq: fix to always honor the step value
Pádraig Brady
2013-01-26
seq: fix misaligment with -w when no precision for start value
Pádraig Brady
2013-01-23
maint: define usage note about mandatory args centrally
Bernhard Voelker
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
2012-12-21
seq: fix newline output when -s specified
Pádraig Brady
2012-11-24
seq: ensure correct output width for scientific notation input
Pádraig Brady
2012-09-14
seq: enable the fast integer printing code in more cases
Pádraig Brady
2012-09-14
seq: 70x faster for non-negative whole numbers and incr==1
Jim Meyering
2012-01-11
maint: adjust formatting of certain continued strings
Jim Meyering
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
2012-01-09
maint: convert `...' to '...' in --help output
Jim Meyering
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
2010-10-28
maint: remove an unnecessary FIXME comment
Patrick W. Plusnick II
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
2009-09-21
doc: mention the texinfo documentation in --help
Pádraig Brady
2009-08-25
global: convert indentation-TABs to spaces
Jim Meyering
2009-02-18
add missing copyright dates
Eric Blake
2009-02-14
seq: Fix equal width calculation when '.' added to last number
Pádraig Brady
2008-10-26
seq: improve quality of format-checking code
Paul Eggert
2008-10-25
seq: revert Solaris 8 work-around that caused x86 regression
Paul Eggert
2008-09-29
seq: solve e13188e7ef7bbd609c1586332a335b4194b881aa more cleanly
Jim Meyering
2008-09-26
seq -0.1 0.1 2: print final number when locale's decimal point is ","
Jim Meyering
2008-06-16
remove redundant const directives
Jim Meyering
2008-06-14
add "const" attribute, where possible
Jim Meyering
2008-06-03
use gnulib's progname module
Jim Meyering
2008-06-02
declare program_name consistently
Jim Meyering
2008-05-26
convert single-author programs to use proper_name
Jim Meyering
2008-05-06
avoid problems with sign-extended "char" operand to is* functions
Jim Meyering
2008-04-14
seq: work around floating point inaccuracies on more systems
Jim Meyering
2008-03-21
* src/seq.c (long_double_format): Add a comment.
Jim Meyering
2008-02-19
seq: give better diagnostics for invalid formats.
Steven Schubiger
2008-02-18
seq: give a proper diagnostic for an invalid --format=% option
Jim Meyering
[next]