Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-11-02 | change bug-reporting address | Jim Meyering | |
1996-10-05 | (main): update --version output to conform to coding standard | Jim Meyering | |
1996-09-02 | (usage): Tell where to report bugs. | Jim Meyering | |
1996-07-18 | Include <sys/types.h> before system.h. | Jim Meyering | |
1996-05-20 | (usage): Make it a little clearer. | Jim Meyering | |
1996-05-05 | Remove useless void casts of *printf return values. | Jim Meyering | |
1996-04-22 | (usage): Use FIRST, LAST consistently in description. | Jim Meyering | |
1996-04-21 | (usage): Improve help message. From Karl Berry. | Jim Meyering | |
1996-04-08 | (print_numbers): Fix off-by-one error in backwards-counting loop. | Jim Meyering | |
Reported by Karl Eichwalder. | |||
1996-04-07 | . | Jim Meyering | |
1996-04-07 | Fiddle with messages. | Jim Meyering | |
1996-04-07 | (print_numbers): Give more precise diagnostic when increment | Jim Meyering | |
is inconsistent with FROM and TO. (usage): Clean up help message. | |||
1996-04-07 | (main): Rearrange loops to get it right. | Jim Meyering | |
Reported by Karl Eichwalder <ke@ke.Central.DE>. | |||
1996-03-24 | Update FSF's address. | Jim Meyering | |
1996-03-24 | Include xstrtod.h. | Jim Meyering | |
(scan_double_arg): Use xstrtod rather than strtod directly. | |||
1996-03-24 | Make parameters const where appropriate. | Jim Meyering | |
Rename global FROM to START. (print_numbers): Rewrite loops to avoid incrementing. Instead, use `x = first + i * increment' paradigm. Otherwise, with inexact increment, you could miss the last value. | |||
1996-03-21 | (main): Declare to be of type int, not void. | Jim Meyering | |
1996-03-16 | Don't include version.h. | Jim Meyering | |
(main): Use PACKAGE_VERSION instead of version_string. | |||
1996-03-12 | (main): Initialize for internationalized message support: | Jim Meyering | |
call setlocale, bindtextdomain, and textdomain. | |||
1996-03-05 | (main): Exit after processing --version. | Jim Meyering | |
1996-01-14 | . | Jim Meyering | |
1996-01-14 | Include config.h. | Jim Meyering | |
1996-01-06 | Protoize and __P-protect forward dcls. | Jim Meyering | |
1995-11-27 | s/non-zero/nonzero/g | Jim Meyering | |
1995-08-08 | Annotate localizable strings with _(...). From Franc,ois. | Jim Meyering | |
1995-03-09 | add 1995 to Copyright dates | Jim Meyering | |
1995-02-27 | Remove \n's from error format strings. | Jim Meyering | |
(main): Let `seq 1 1' work. Invoke usage always with 1 when failing. | |||
1995-01-12 | Fix typo: seperator -> separator. | Jim Meyering | |
1995-01-08 | Remove FIXMEs. | Jim Meyering | |
(get_width_format): Use stub function if not all of the needed math functions are available. From Ulrich. (main): Give reason for failure. | |||
1994-12-31 | Add some FIXME comments. | Jim Meyering | |
1994-12-31 | Include "system.h". | Jim Meyering | |
Don't explicitly include headers that it includes. Use error, not `fprintf (stderr'. | |||
1994-12-31 | Minor indentation change. | Jim Meyering | |
(usage): Change wording a little. | |||
1994-12-31 | From Ulrich Drepper. | Jim Meyering | |