Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-14 | (mail-gpg-sign-cookie): Make optional. | Jim Meyering | |
(announcement): Use the new variable. | |||
2002-11-14 | *** empty log message *** | Jim Meyering | |
2002-11-14 | Sync with Bison, i.e.: | Jim Meyering | |
(po-check): Scan .l and .y files instead of the .c and the .h files that they generate. This fixes the bug reported by Tim Van Holder in: <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html> Look for N_ as well as for _. Try to avoid matching #define for N_ and _. From Paul Eggert. | |||
2002-11-13 | *** empty log message *** | Jim Meyering | |
2002-11-13 | (Examples of expr): Remove bogus `^'s. | Jim Meyering | |
2002-11-13 | *** empty log message *** | Jim Meyering | |
2002-11-12 | *** empty log message *** | Jim Meyering | |
2002-11-12 | (HAVE_SYMLINKS): Remove unnecessary macro definition. | Jim Meyering | |
Replace sole use with equivalent `#ifdef S_ISLNK'. Inconsistency reported by Dmitry V. Levin. | |||
2002-11-11 | *** empty log message *** | Jim Meyering | |
2002-11-11 | Ensure that `ls -dF --color symlink-to-dir' works properly. | Jim Meyering | |
2002-11-11 | *** empty log message *** | Jim Meyering | |
2002-11-11 | *** empty log message *** | Jim Meyering | |
2002-11-11 | *** empty log message *** | Jim Meyering | |
2002-11-10 | *** empty log message *** | Jim Meyering | |
2002-11-10 | (usage): Transform --help output via s/ - / /, | Jim Meyering | |
so that help2man produces properly formatted man pages. | |||
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-10 | Use a return stmt. This isn't Perl. | Jim Meyering | |
2002-11-10 | Duh. add missing semicolon | Jim 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-09 | correct indentation | Jim Meyering | |
2002-11-09 | ls --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 unused | Jim 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-09 | Make 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-09 | Merge 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-09 | Update 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 | |