History log of /external/toybox/toys/lsb/seq.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7f2b0ceabdf5121bb2f502e93e1ed6c738493d51 10-Sep-2017 Rob Landley <rob@landley.net> Redo/add seq precision logic.

Josh Gao hit a case where "seq 1000000 1000001" output 1e+06, and while he
was there changed several things to work like existing seq implementations.
I changed a couple back (commenting out the test cases) until somebody
came come up with a reason (or existing use case) to do it that way.
/external/toybox/toys/lsb/seq.c
eb7e847adcecf11cd8fd99077ba3a582abe60146 26-May-2017 Elliott Hughes <enh@google.com> Be more consistent about periods in help text.
/external/toybox/toys/lsb/seq.c
448853e0d858e1c9b57c4d2adccb5969bc822f62 31-Jan-2017 Rob Landley <rob@landley.net> Cleanup leftover debris.
/external/toybox/toys/lsb/seq.c
2fcb232df138218438eab508705d4c40d460be69 29-Jan-2017 Rob Landley <rob@landley.net> Izabera suggested seq should multiply to avoid accumulating rounding errors
from incrementing by a double.
/external/toybox/toys/lsb/seq.c
f9ca79a7b7762bdc698efb7c34ecaac63540eacb 26-Feb-2016 Rob Landley <rob@landley.net> Fix more warnings on 32 bit builds.
/external/toybox/toys/lsb/seq.c
e2d042c8e868a129396f03ec759e2ccdb8304833 11-Feb-2016 Rob Landley <rob@landley.net> Add seq -w, suggested by izabera.
/external/toybox/toys/lsb/seq.c
cf0f037ac861a3f4fd877e79f3e53877a446f722 23-Jan-2016 Rob Landley <rob@landley.net> Factor out insanitize() from seq.c to next_printf() in lib.
/external/toybox/toys/lsb/seq.c
d3a435e53c94ec25b4ae5fa2614f49ef8884e08a 06-Jan-2016 Rob Landley <rob@landley.net> Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format
checking, and fix up format checking complaints.

Added out(type, value) function to stat to avoid a zillion printf typecasts.
/external/toybox/toys/lsb/seq.c
73eca9182dfd7c2d52775ca24da6a7a0d55b3cee 05-Sep-2015 Rob Landley <rob@landley.net> Add seq -f tests, tweak help text, and catch one more error case.
/external/toybox/toys/lsb/seq.c
5640847b0328c5319f353eed985781e166547ef7 03-Sep-2015 Rob Landley <rob@landley.net> seq -f %0-f is a valid pattern.
/external/toybox/toys/lsb/seq.c
3426da02e60f33114ff0b3eac8680ab5bb3cdd93 03-Sep-2015 Rob Landley <rob@landley.net> If you start a git commit and then edit the file more on the filesystem
before saving, the updates don't go in the commit. Behavior difference
between git and mercurial, that.

Good to know.
/external/toybox/toys/lsb/seq.c
6ff12f703214bee5cb92ba0c851969dffc6c29cd 03-Sep-2015 Rob Landley <rob@landley.net> Sanitize seq -f string.
/external/toybox/toys/lsb/seq.c
a8f3bf04aee8f1c6716a420719af57cd6c5a7caa 23-Dec-2012 Rob Landley <rob@landley.net> Whitespace.
/external/toybox/toys/lsb/seq.c
434d35197957969ee200fff0424807c1a97e7d2d 16-Dec-2012 Elie De Brauwer <eliedebrauwer@gmail.com> Extend seq to support -f (format string) and -s (string separator) as requested by LSB
/external/toybox/toys/lsb/seq.c
7f909bd163630a2ce710653e0fafb7bae7171745 19-Nov-2012 Rob Landley <rob@landley.net> Teach option parsing about [groups] of related options.
/external/toybox/toys/lsb/seq.c
7aa651a6a4496d848f86de9b1e6b3a003256a01f 14-Nov-2012 Rob Landley <rob@landley.net> Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style.

The actual code should be the same afterward, this is just cosmetic refactoring.
/external/toybox/toys/lsb/seq.c
f91b7c89bc852868692b9518185421ebb52d67b3 26-Aug-2012 Rob Landley <rob@landley.net> Regularize command headers, update links to standards documents.
/external/toybox/toys/lsb/seq.c
3a9241add947cb6d24b5de7a8927517426a78795 25-Aug-2012 Rob Landley <rob@landley.net> Move commands into "posix", "lsb", and "other" menus/directories.
/external/toybox/toys/lsb/seq.c