summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-10*** empty log message ***Jim Meyering
2002-11-10(sighandler): Handle SIGTSTP specially.Jim Meyering
Based on suggestions from Solar Designer and Dmitry V. Levin. Add comments.
2002-11-10*** empty log message ***Jim Meyering
2002-11-10(cvs_files): Define. From autoconf.Jim Meyering
(local_updates): Likewise.
2002-11-10*** empty log message ***Jim Meyering
2002-11-10.Jim Meyering
2002-11-10*** empty log message ***Jim Meyering
2002-11-10(restore_default_color_handler, sigtstp_handler): Remove functions.Jim Meyering
(sighandler): New function, based on the one in sort.c. (main): Use sigaction, if possible; otherwise signal. Handle these signals: SIGHUP, SIGINT, SIGPIPE, SIGQUIT, SIGTERM, SIGTSTP. Don't register our handler if the signal is already being ignored.
2002-11-10(main): Also declare `i' to be unsigned, not int.Jim Meyering
2002-11-10*** empty log message ***Jim Meyering
2002-11-10(sighandler): Use raise, rather than kill+getpid.Jim Meyering
(main): Declare `nsigs' to be unsigned, not int.
2002-11-10(interrupt_handler): Use raise, rather than kill+getpid.Jim Meyering
2002-11-10(interrupt_handler): Use raise, rather than kill+getpid.Jim Meyering
2002-11-10Use a return stmt. This isn't Perl.Jim Meyering
2002-11-10Duh. add missing semicolonJim Meyering
Include unistd.h.
2002-11-10*** empty log message ***Jim Meyering
2002-11-10(jm_MACROS): Add AC_REPLACE_FUNCS(raise).Jim Meyering
2002-11-10*** empty log message ***Jim Meyering
2002-11-09correct indentationJim Meyering
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