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
/
tests
/
misc
/
seq
Age
Commit message (
Expand
)
Author
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-26
seq -0.1 0.1 2: print final number when locale's decimal point is ","
Jim Meyering
2008-05-17
tests: remove ugly /bin/sh wrapper around each perl-based test script
Jim Meyering
2008-05-06
fix typo in comments: s/ouput/output/
Jim Meyering
2008-04-21
tests: adjust perl -I to use $top_srcdir/tests, not $srcdir/..
Jim Meyering
2008-04-21
Revamp test-related Makefiles.
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
2008-02-09
tests: factor out the perl-requiring code in many test scripts
Jim Meyering
2007-11-17
Correct preceding patch.
Jim Meyering
2007-11-16
Port to Solaris 8 perl, which does not support "use warnings;".
Paul Eggert
2007-11-03
seq: add another test for the %% bug
Jim Meyering
2007-11-03
Fix bug with "seq 10.8 0.1 10.95", plus another bug with %% in format.
Paul Eggert
2007-11-01
Adjust a seq subtest not to depend on the vagaries of floating point.
Jim Meyering
2007-10-30
Avoid seq floating-point test failure on FreeBSD 6.1.
Jim Meyering
2007-09-15
Move the sole test in tests/seq to tests/misc/seq.
Jim Meyering