summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-12-15(main): Use xstrtol instead of atoi.Jim Meyering
1995-12-15(main): Use xstrtol instead of atoi.Jim Meyering
Rename misleading --first-page=N option to --starting-line-number=N. (usage): Update.
1995-12-15(main): Use xstrtol instead of atoi.Jim Meyering
(fold_file): Make a couple locals `int', not size_t, and cast fwrite's arg3 to size_t.
1995-12-09.Jim Meyering
1995-12-09.Jim Meyering
1995-12-09.Jim Meyering
1995-12-08.Jim Meyering
1995-12-08.Jim Meyering
1995-12-08.Jim Meyering
1995-12-08.Jim Meyering
1995-12-08Add copyright.Jim Meyering
1995-12-07.Jim Meyering
1995-12-06.Jim Meyering
1995-12-06[!WITH_REGEX]: Include rx.h.Jim Meyering
1995-12-06fix typos. From Karl Heuer.Jim Meyering
1995-12-05(main): Diagnose improper form of arguments to -k, then fail.Jim Meyering
1995-12-05(main): Diagnose improper form of arguments to -k, then fail..Jim Meyering
1995-12-05(rm): Work around SunOS 4 bug whereby lstat doesn't failJim Meyering
when given a zero-length file name argument. Reported by Mark Calabretta <mcalabre@atnf.csiro.au>.
1995-12-05.Jim Meyering
1995-12-05.Jim Meyering
1995-12-05(numcompare): Properly handle all cases in which signs differ. From Karl Heuer.Jim Meyering
1995-12-05(bsd_sum_file): Remove misleading comment. From Karl Heuer.Jim Meyering
1995-12-04.Jim Meyering
1995-12-03Update to look like the one from textutils.Jim Meyering
1995-12-02make like the one in textutilsJim Meyering
1995-12-01.Jim Meyering
1995-12-01.Jim Meyering
1995-12-01 Exercise bug re comparing `-' and integers.Jim Meyering
1995-12-01treat `-' as if it were zero. Reported by Ross AlexanderJim Meyering
<r.alexander@auckland.ac.nz>.
1995-11-30.Jim Meyering
1995-11-30.Jim Meyering
1995-11-30standardizing...Jim Meyering
1995-11-30.Jim Meyering
1995-11-30.Jim Meyering
1995-11-30.Jim Meyering
1995-11-30Lots of new tests -- related to -k2,2 bug and non-functional -b and `b'.Jim Meyering
1995-11-30.Jim Meyering
1995-11-30.Jim Meyering
1995-11-30.Jim Meyering
1995-11-30.Jim Meyering
1995-11-30.Jim Meyering
1995-11-30.Jim Meyering
1995-11-29(limfield): Remove field_start junk.Jim Meyering
Don't try to trim trailing blanks here -- it's not possible because we don't know where the field begins. Properly distinguish between cases where TAB character is specified and when the default is used. (trim_trailing_blanks): New function. (findlines): Call it. (keycompare): Likewise.
1995-11-29[_]: Define it.Jim Meyering
1995-11-29Mark all translatable strings using po-mode.el.Jim Meyering
1995-11-29Mark all translatable strings using po-mode.el.Jim Meyering
1995-11-28(begfield): Replace unnecessary loop with if-else.Jim Meyering
(limfield): Fix bug that made field specs like -k1.5 return a pointer into LINE beyond the first field. Rewrite to properly ignore trailing blanks. Replace unnecessary loop with if-else. (main): Don't decrement T2 corresponding to `x' in field specs like -ku.v,w.x.
1995-11-28Tests for bug reported by Roger Peel" <R.Peel@ee.surrey.ac.uk>Jim Meyering
1995-11-27.Jim Meyering
1995-11-27(usage): Clarify description of --no-dereferences.Jim Meyering