Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-11-30 | standardizing... | Jim Meyering | |
1995-11-30 | . | Jim Meyering | |
1995-11-30 | . | Jim Meyering | |
1995-11-30 | . | Jim Meyering | |
1995-11-30 | Lots 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-29 | Mark all translatable strings using po-mode.el. | Jim Meyering | |
1995-11-29 | Mark 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-28 | Tests 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 | |
1995-11-27 | s/non-zero/nonzero/g | Jim Meyering | |
1995-11-27 | . | Jim Meyering | |
1995-11-27 | . | Jim Meyering | |
1995-11-27 | s/non-zero/nonzero/g | Jim Meyering | |
1995-11-26 | Clarify usage. From Karl Berry. | Jim Meyering | |
1995-11-26 | . | Jim Meyering | |
1995-11-26 | [!UINT_MAX]: Define. | Jim Meyering | |
[!INT_MAX]: Define. Include xstrtoul.h. (string_to_number): Remove function. (check_for_offset): Use xstrtoul instead of string_to_number. (parse_repeat_count): Likewise. (parse_patterns): Likewise. (main): Likewise. | |||
1995-11-24 | . | Jim Meyering | |
1995-11-23 | . | Jim Meyering | |
1995-11-18 | . | Jim Meyering | |
1995-11-18 | . | Jim Meyering | |
1995-11-18 | Remove autodep junk. | Jim Meyering | |
1995-11-18 | Indent cpp directives. | Jim Meyering | |
1995-11-17 | . | Jim Meyering | |
1995-11-17 | . | Jim Meyering | |
1995-11-16 | Remove obsolete FIXME. | Jim Meyering | |
1995-11-16 | . | Jim Meyering | |
1995-11-16 | Fix up description of md5sum --check. | Jim Meyering | |
1995-11-15 | . | Jim Meyering | |
1995-11-15 | (*format_address): Tweak dcl. | Jim Meyering | |
1995-11-15 | [__P]: Don't define it here. | Jim Meyering | |
1995-11-15 | Use __P. | Jim Meyering | |
1995-11-15 | . | Jim Meyering | |
1995-11-15 | . | Jim Meyering | |
1995-11-15 | . | Jim Meyering | |
1995-11-15 | (sort, -g): Document it. | Jim Meyering | |
(join, new `0' format): Likewise. | |||
1995-11-15 | Add support for sorting numbers in scientific notation. | Jim Meyering | |
Include xstrtod.h. (struct keyfield): Add field: general_numeric. (usage): Describe -g option. (general_numcompare): New function. (keycompare): Use new comparison function when general_numeric flag is set. (set_ordering): Honor `g' flag. (main): Initialize and use new field. From Marcus Daniels <marcus@sysc.pdx.edu>. | |||
1995-11-15 | Break long lines. | Jim Meyering | |
1995-11-15 | Indent. | Jim Meyering | |
1995-11-15 | . | Jim Meyering | |
1995-11-15 | (cleanup): Don't exit. | Jim Meyering | |
(cleanup_fatal): New function. Call cleanup, then exit. (sighandler): New function. (cleanup_fatal): Renamed from cleanup. Call cleanup, then exit. Update callers. (tac_stdin): Set up sighandler as signal handler, not `cleanup'. |