summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-09ls --color: restore terminal state (color) upon signal.Jim Meyering
Include "full-write.h" and <signal.h>. (restore_default_color, restore_default_color_handler): New functions. (sigtstp_handler, put_indicator_direct): New functions. (main) [print_with_color]: Register signal handlers. Patch mostly by Solar Designer and Stanislav Ievlev.
2002-11-09*** empty log message ***Jim Meyering
2002-11-09.Jim Meyering
2002-11-09(human_readable): Revamp to avoid warning about unusedJim Meyering
variable 'amt'. Unfortunately this means using some gotos.
2002-11-09*** empty log message ***Jim Meyering
2002-11-09(What information is listed): Correct parts of --dired description.Jim Meyering
Include a lot more description, with examples.
2002-11-09*** empty log message ***Jim Meyering
2002-11-09(EXTRA_LOCALE_CATEGORIES): Add LC_TIME.Jim Meyering
Patch by Tim Waugh for Red Hat bug #73669.
2002-11-09*** empty log message ***Jim Meyering
2002-11-09Make it work even when names contain spaces or shell metachars.Jim Meyering
Write diagnostics to stderr, not stdout. Normalize spacing in diagnostics: use one space (not two, and not a TAB) after the leading `install:'. Add double quotes around `$src' here: $doit $instcmd "$src" "$dsttmp"
2002-11-09Merge in some changes from the version in automake.Jim Meyering
Remove unnecessary quotes around `case' argument. Use `[ cond1 ] || [ cond2 ]' rather than `[ cond1 -o cond2 ]'. Use `:' rather than `true'.
2002-11-09.Jim Meyering
2002-11-09*** empty log message ***Jim Meyering
2002-11-09Update from autoconf.Jim Meyering
(AMTAR): Remove definition. (update, cvs-update, po-update, do-po-update): New rules. (wget-update): Update (thus renaming to cvs-update). (automake_repo): Use anoncvs@sources.redhat.com.
2002-11-09.Jim Meyering
2002-11-09*** empty log message ***Jim Meyering
2002-11-09(jm_FUNC_GETGROUPS):Jim Meyering
Fix typo: cv_func_getgroups_works -> ac_cv_func_getgroups_works.
2002-11-08*** empty log message ***Jim Meyering
2002-11-08*** empty log message ***Jim Meyering
2002-11-08(jm_PREREQ_HUMAN): Check for locale.h, localeconv,Jim Meyering
AC_HEADER_STDBOOL. No need to check for limits.h since it's in freestanding C89. No need to check for stdlib.h or string.h since autoconf does this now.
2002-11-08use only my permanent addressJim Meyering
2002-11-08use only my permanent addressJim Meyering
2002-11-08Use only my permanent address.Jim Meyering
2002-11-08*** empty log message ***Jim Meyering
2002-11-08(human_readable): Avoid warnings from gcc -Wshadow.Jim Meyering
2002-11-08(human_output_opts): New var.Jim Meyering
(output_block_size): Now uintmax_t, not int, to handle larger block sizes. All uses changed.
2002-11-08(print_header): Use primitives from inttostr.h, notJim Meyering
human.h, to print large numbers simply. (human_output_opts): New var. (output_block_size): Now uintmax_t, not int, to handle larger block sizes. All uses changed. (print_header): In the header line, prefer SI to human representation if it's shorter; if neither is shorter, try to intuit what the user would prefer.
2002-11-07update from masterJim Meyering
2002-11-07update from masterJim Meyering
2002-11-06*** empty log message ***Jim Meyering
2002-11-06(automake_repo): Use anoncvs@subversions.gnu.org.Jim Meyering
2002-11-06.Jim Meyering
2002-11-06*** empty log message ***Jim Meyering
2002-11-06(EXTRA_DIST): Add inttostr.h.Jim Meyering
2002-11-06(print_long_format, print_file_name_and_frills):Jim Meyering
Use primitives from inttostr.h, not human.h, to print large numbers simply. (human_output_opts): New var. (output_block_size): Now uintmax_t, not int, to handle larger block sizes. All uses changed. (file_output_block_size): New var, to distinguish file sizes from other sizes. (decode_switches): Set it.
2002-11-06*** empty log message ***Jim Meyering
2002-11-06(printf invocation): Fix typo in index: change \0x prefix to \x.Jim Meyering
Change \xhhh to \xhh.
2002-11-06*** empty log message ***Jim Meyering
2002-11-06Add support for locale-specific size indications (e.g.,Jim Meyering
thousands-separators) and for explicit size suffixes on output. (Block size): Say that: This affects display format as well as block size. Fractional block counts are rounded up. ls file size blocksize defaults to 1. A block size spec preceded by ' generates thousands separators. A suffix without a preceding integer generates suffixes. (tail invocation): 32k -> 32 KiB. (What information is listed): ls -h is now equivalent to ls --block-size=human, and ls -H is now equivalent to ls --block-size=si. Displayed file size is now always affected by --block-size.
2002-11-06*** empty log message ***Jim Meyering
2002-11-06(usage): Update description.Jim Meyering
2002-11-06*** empty log message ***Jim Meyering
2002-11-06(TESTS): Add printf-hex.Jim Meyering
2002-11-06*** empty log message ***Jim Meyering
2002-11-06Be careful to test the code in this package, not the shell built-in function.Jim Meyering
2002-11-06*** empty log message ***Jim Meyering
2002-11-06Make sure that only two of the `H's in \xHHH are consumedJim Meyering
as part of the \x escape sequence.
2002-11-06(print_esc): Hexadecimal \xhh escapes may haveJim Meyering
at most two hex. digits, not three.
2002-11-05(inttostr): Remove; use new imaxtostr library function instead.Jim Meyering
2002-11-05(checkfp): Use primitives from inttostr.h, not human.h,Jim Meyering
to print large numbers simply.