Jim Meyering
f85ea30f21
*** empty log message ***
2002-11-15 21:02:16 +00:00
Jim Meyering
2aee9e8a9b
(gnu_rel_host): Define.
...
(url_dir_list): Choose from (alpha|ftp).gnu.org depending
on whether $(VERSION) looks like a major release number.
2002-11-15 21:02:04 +00:00
Jim Meyering
c07eca7caa
(mail_gpg_sign_cookie): Backslash-escape `#'.
...
(release): Rename from `alpha'.
(alpha): Depend on release.
2002-11-15 20:59:56 +00:00
Jim Meyering
086c161966
*** empty log message ***
2002-11-15 10:19:09 +00:00
Jim Meyering
4716e59ab4
(signatures): Define with ?=, so it's easy to override.
2002-11-15 10:19:02 +00:00
Jim Meyering
d421906870
.
2002-11-15 08:36:57 +00:00
Jim Meyering
fc152acf79
.
2002-11-15 08:19:10 +00:00
Jim Meyering
fcb6c411f0
*** empty log message ***
2002-11-14 14:38:23 +00:00
Jim Meyering
f9362b8897
Don't include libintl.h, and don't define `_' -- they're not used.
2002-11-14 14:38:03 +00:00
Jim Meyering
e946e96a84
update from master sources
2002-11-14 14:26:05 +00:00
Jim Meyering
c908728ac8
Remove lib/long-options.c and lib/same.c.
...
Although each defines `_', neither actually used it.
2002-11-14 12:46:17 +00:00
Jim Meyering
1f0ec2c2ad
*** empty log message ***
2002-11-14 12:37:49 +00:00
Jim Meyering
d9b899db94
Duh. change use, too.
2002-11-14 12:37:27 +00:00
Jim Meyering
01606b7988
(mail_gpg_sign_cookie): Rename to use _'s, not -'s.
2002-11-14 12:32:57 +00:00
Jim Meyering
be7e030ca9
*** empty log message ***
2002-11-14 12:20:09 +00:00
Jim Meyering
500f37f119
(mail-gpg-sign-cookie): Make optional.
...
(announcement): Use the new variable.
2002-11-14 12:20:01 +00:00
Jim Meyering
8bbe97528d
*** empty log message ***
2002-11-14 12:09:42 +00:00
Jim Meyering
f6af345922
Sync with Bison, i.e.:
...
(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-14 12:09:16 +00:00
Jim Meyering
c3d9348a86
*** empty log message ***
2002-11-13 09:50:22 +00:00
Jim Meyering
23b4046380
(Examples of expr): Remove bogus `^'s.
2002-11-13 09:50:16 +00:00
Jim Meyering
e08ebb3e61
*** empty log message ***
2002-11-13 09:49:41 +00:00
Jim Meyering
8bd460c1b7
*** empty log message ***
2002-11-12 08:31:16 +00:00
Jim Meyering
3048fb4d0f
(HAVE_SYMLINKS): Remove unnecessary macro definition.
...
Replace sole use with equivalent `#ifdef S_ISLNK'.
Inconsistency reported by Dmitry V. Levin.
2002-11-12 08:31:05 +00:00
Jim Meyering
1cd5cc1b70
*** empty log message ***
2002-11-11 13:39:02 +00:00
Jim Meyering
e8f4c08e14
Ensure that `ls -dF --color symlink-to-dir' works properly.
2002-11-11 13:38:48 +00:00
Jim Meyering
f29777ab29
*** empty log message ***
2002-11-11 09:15:35 +00:00
Jim Meyering
f1bfccb00b
*** empty log message ***
2002-11-11 09:15:08 +00:00
Jim Meyering
092a0520eb
*** empty log message ***
2002-11-11 09:10:39 +00:00
Jim Meyering
864e2eb4e2
*** empty log message ***
2002-11-10 23:25:13 +00:00
Jim Meyering
f2308f74e8
(usage): Transform --help output via s/ - / /,
...
so that help2man produces properly formatted man pages.
2002-11-10 23:24:52 +00:00
Jim Meyering
9bec2462e8
*** empty log message ***
2002-11-10 20:15:59 +00:00
Jim Meyering
f549fc269c
(sighandler): Handle SIGTSTP specially.
...
Based on suggestions from Solar Designer and Dmitry V. Levin.
Add comments.
2002-11-10 20:15:54 +00:00
Jim Meyering
7acacbf29a
*** empty log message ***
2002-11-10 14:34:29 +00:00
Jim Meyering
8056e2607f
(cvs_files): Define. From autoconf.
...
(local_updates): Likewise.
2002-11-10 14:34:23 +00:00
Jim Meyering
f740d054ae
*** empty log message ***
2002-11-10 13:33:04 +00:00
Jim Meyering
99ad3e326a
.
2002-11-10 11:12:13 +00:00
Jim Meyering
ecf915a6a4
*** empty log message ***
2002-11-10 11:11:39 +00:00
Jim Meyering
bb38561062
(restore_default_color_handler, sigtstp_handler): Remove functions.
...
(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 11:11:34 +00:00
Jim Meyering
20282f4992
(main): Also declare `i' to be unsigned, not int.
2002-11-10 10:23:41 +00:00
Jim Meyering
8988c3acb3
*** empty log message ***
2002-11-10 09:56:28 +00:00
Jim Meyering
a040c8e428
(sighandler): Use raise, rather than kill+getpid.
...
(main): Declare `nsigs' to be unsigned, not int.
2002-11-10 09:56:19 +00:00
Jim Meyering
faf852d2dd
(interrupt_handler): Use raise, rather than kill+getpid.
2002-11-10 09:54:37 +00:00
Jim Meyering
2ebcd575a0
(interrupt_handler): Use raise, rather than kill+getpid.
2002-11-10 09:53:57 +00:00
Jim Meyering
34ed452d0a
Use a return stmt. This isn't Perl.
2002-11-10 09:51:37 +00:00
Jim Meyering
a0a7aef8bd
Duh. add missing semicolon
...
Include unistd.h.
2002-11-10 09:50:59 +00:00
Jim Meyering
f63f39031e
*** empty log message ***
2002-11-10 09:46:14 +00:00
Jim Meyering
f84d927787
(jm_MACROS): Add AC_REPLACE_FUNCS(raise).
2002-11-10 09:46:10 +00:00
Jim Meyering
bd03362ebb
*** empty log message ***
2002-11-10 09:44:05 +00:00
Jim Meyering
b52870d14f
correct indentation
2002-11-09 22:36:58 +00:00
Jim Meyering
85490682b7
ls --color: restore terminal state (color) upon signal.
...
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 22:27:27 +00:00