summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-10-19*** empty log message ***Jim Meyering
2002-10-19Rewrite to support locale-specificJim Meyering
notations like thousands separators. Specify what includer of include.h must include beforehand. (human_group_digits, human_suppress_point_zero, human_autoscale, human_base_1024, human_SI, human_B): New enum values. (human_readable): Rename from human_readable_inexact; put the options before the sizes. All uses changed. The old human_readable function has been removed; use inttostr.h instead. (human_options): Renamed from human_block_size, with new signature that allows block sizes up to UINTMAX_MAX. All callers changed.
2002-10-19*** empty log message ***Jim Meyering
2002-10-19*** empty log message ***Jim Meyering
2002-10-19(libfetish_a_SOURCES): Add imaxtostr.c, offtostr.c, umaxtostr.c.Jim Meyering
(EXTRA_DIST): Add inttostr.c.
2002-10-19New files. From GNU tar.Jim Meyering
2002-10-19*** empty log message ***Jim Meyering
2002-10-19*** empty log message ***Jim Meyering
2002-10-19(print_heading): Align TTY and Name headings.Jim Meyering
2002-10-18*** empty log message ***Jim Meyering
2002-10-18(ST_BLKSIZE): Correct comment describing how toJim Meyering
reproduce HPUX-11 cat failure.
2002-10-17*** empty log message ***Jim Meyering
2002-10-17*** empty log message ***Jim Meyering
2002-10-17Fix a problem that could make cat misbehave on systems whichJim Meyering
give invalid (unreasonably large) values for stat.st_blksize. (ST_BLKSIZE): Ensure that the result is in [1..4MB].
2002-10-15bump to 4.5.4Jim Meyering
2002-10-14*** empty log message ***Jim Meyering
2002-10-14.Jim Meyering
2002-10-14*** empty log message ***Jim Meyering
2002-10-14Specifying a printf conversion specifer as nl's separator stringJim Meyering
could cause nl to segfault. (build_print_fmt): Don't include separator string in the printf format; it might contain `%'. Use a better bound on the length of the print_fmt buffer. (print_lineno): Print the separator here instead.
2002-10-14*** empty log message ***Jim Meyering
2002-10-14*** empty log message ***Jim Meyering
2002-10-14(TESTS): Add nl.Jim Meyering
2002-10-14*** empty log message ***Jim Meyering
2002-10-13*** empty log message ***Jim Meyering
2002-10-13New test, to make sure `split --lines=N' works.Jim Meyering
2002-10-13*** empty log message ***Jim Meyering
2002-10-13(TESTS): Add split-l.Jim Meyering
2002-10-13*** empty log message ***Jim Meyering
2002-10-13.Jim Meyering
2002-10-13.Jim Meyering
2002-10-13*** empty log message ***Jim Meyering
2002-10-13(usage): Tweak description of --dereference-args/-D.Jim Meyering
2002-10-13*** empty log message ***Jim Meyering
2002-10-13(count_entry): Also save cwd when dereferencing (via --dereference-args, -D)Jim Meyering
a command-line argument. Reported by Michal Svec. Based on a patch by Andreas Schwab.
2002-10-13whoopsJim Meyering
2002-10-13*** empty log message ***Jim Meyering
2002-10-13(initialized): Remove declaration now that it's unused.Jim Meyering
2002-10-13There's no need to futz with the rounding mode,Jim Meyering
since the code should work properly even in the default rounding mode. (<fenv.h>): Do not include. (#pragma STDC FENV_ACCESS ON): Remove. (xnanosleep): Don't futz with rounding state.
2002-10-13*** empty log message ***Jim Meyering
2002-10-13(jm_CHECK_ALL_HEADERS): Remove fenv.h.Jim Meyering
2002-10-13update commentJim Meyering
2002-10-13(../AUTHORS): Make it read-only.Jim Meyering
2002-10-13.Jim Meyering
2002-10-13*** empty log message ***Jim Meyering
2002-10-13(../AUTHORS): New target/rule.Jim Meyering
2002-10-13.Jim Meyering
2002-10-13*** empty log message ***Jim Meyering
2002-10-12(paste_parallel): Declare local var, `delims_saved', to beJim Meyering
of type size_t, since that's the way it's used and avoids a warning.
2002-10-12(struct cstring) [len]: Declare to be unsigned int,Jim Meyering
since that's how it's always used and avoids a new warning from gcc. (read_input): Adapt to new safe_read ABI.
2002-10-12(cut_fields): Add a temporary size_t variable, n_bytes, to avoid warnings.Jim Meyering