Activity log for bug #1161073

Date Who What changed Old value New value Message
2013-03-27 19:22:55 MMlosh bug added bug
2013-03-27 19:25:10 MMlosh description $ seq -s, 5 Expected: 1,2,3,4,5 Got: 1\n2,3,4,5, (\n denotes a newline) Also note the extreme difference between outputs of these $ seq -s ',' 5 1 2,3,4,5, (does not end with newline) $ seq -s ', ' 5 1, 2, 3, 4, 5 (ends with newline) $ seq -s, 5 Expected: 1,2,3,4,5 Got: 1\n2,3,4,5, (\n denotes a newline) Also note the extreme difference between outputs of these $ seq -s ',' 5 1\n2,3,4,5, $ seq -s ', ' 5 1, 2, 3, 4, 5\n
2013-03-27 19:27:50 MMlosh tags raring regression-release
2013-03-28 02:21:33 C de-Avillez coreutils (Ubuntu): importance Undecided Low
2013-03-28 02:21:33 C de-Avillez coreutils (Ubuntu): status New Confirmed
2013-04-17 21:19:57 Brian Murray bug added subscriber Brian Murray
2013-07-05 19:31:06 MMlosh summary seq puts the separator on wrong spot! coreutils: seq puts the separator on wrong spot! ; sort does not sort by the given field with a non-default separator
2013-07-05 20:00:37 C de-Avillez summary coreutils: seq puts the separator on wrong spot! ; sort does not sort by the given field with a non-default separator coreutils: seq puts the separator on wrong spot!
2014-02-11 16:03:51 Rolf Leggewie coreutils (Ubuntu): status Confirmed Fix Released
2014-02-11 16:04:11 Rolf Leggewie nominated for series Ubuntu Saucy