Jim Meyering
a36ee874e8
(parse_long_options): Use prototype for usage function arg.
...
Pass it EXIT_SUCCESS rather than 0, for clarity.
2004-01-21 22:35:55 +00:00
Jim Meyering
b4b1fa73a4
Comment fix to match the above.
2004-01-21 22:35:10 +00:00
Jim Meyering
dfc3aad38f
(ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
...
Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
2004-01-21 22:34:58 +00:00
Jim Meyering
096e4b3a92
tweak comment: from Paul Eggert
2004-01-21 22:10:23 +00:00
Jim Meyering
d24139a648
*** empty log message ***
2004-01-21 20:57:00 +00:00
Jim Meyering
80848436f5
Remove `command' syntax.
2004-01-21 20:56:50 +00:00
Jim Meyering
7b6ec46968
*** empty log message ***
2004-01-21 20:42:24 +00:00
Jim Meyering
7589bf42ac
(__mktime_internal) [!_LIBC]: Define to mktime_internal
...
so as not to conflict with a different-sized __mktime_internal
function in GNU libc.
2004-01-21 20:42:20 +00:00
Jim Meyering
ef7abf21ee
.
2004-01-21 20:21:47 +00:00
Jim Meyering
1bf1c6f026
* tests/touch/relative: Test only year/month/day, not hours/min/sec,
...
so as to avoid problems with systems using TAI clocks.
Although it's no longer necessary, set TZ=UTC0 also for the
initial touch command. Reported by Paul Jarc here:
http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/1504
2004-01-21 19:57:35 +00:00
Jim Meyering
5098ee0cd7
Use TZ=UTC0, not TZ=utc (which isn't portable).
2004-01-21 19:46:35 +00:00
Jim Meyering
4fb08235d1
*** empty log message ***
2004-01-20 22:44:46 +00:00
Jim Meyering
5c47bf84dc
Add .mov to the list of media files.
2004-01-20 22:44:33 +00:00
Jim Meyering
97929b8880
from Alexandre Duret-Lutz
2004-01-20 22:19:36 +00:00
Jim Meyering
4809aa00ba
.
2004-01-20 09:20:18 +00:00
Jim Meyering
085c5950e1
*** empty log message ***
2004-01-20 09:19:51 +00:00
Jim Meyering
bf05ef79f3
Use TZ=UTC0, not TZ=utc (which isn't portable).
...
Problem reported by Christian Krackowizer. Also, use
+0000 rather than +0 to specify a time zone, as the documentation
requires four digits.
2004-01-20 09:19:37 +00:00
Jim Meyering
61c6a9697f
*** empty log message ***
2004-01-20 09:14:31 +00:00
Jim Meyering
b20c8fb018
Run envvar-check in case SIMPLE_BACKUP_SUFFIX is set.
2004-01-20 09:14:21 +00:00
Jim Meyering
e6af8e24cb
*** empty log message ***
2004-01-20 09:13:50 +00:00
Jim Meyering
abc7c7d035
.
2004-01-19 17:53:12 +00:00
Jim Meyering
e9c44d300d
don't bother to remove out.1
2004-01-19 16:26:38 +00:00
Jim Meyering
f4211d967e
Bump to 5.1.2
2004-01-18 20:48:33 +00:00
Jim Meyering
b5f8f0cabe
fix typo
2004-01-18 07:59:52 +00:00
Jim Meyering
76c0337603
*** empty log message ***
2004-01-17 14:58:54 +00:00
Jim Meyering
e27c4a8097
(print_changelog_deltas): Use .sig suffix, not .asc.
2004-01-17 14:58:50 +00:00
Jim Meyering
2eaffded08
.
2004-01-17 14:10:47 +00:00
Jim Meyering
466b3a3a07
*** empty log message ***
COREUTILS-5_1_1
2004-01-17 13:49:17 +00:00
Jim Meyering
5993f5a2cf
.
2004-01-17 13:48:45 +00:00
Jim Meyering
a913b0f3a4
.
2004-01-17 13:28:53 +00:00
Jim Meyering
3e7e43657c
(PATH): Remove /vg.
2004-01-17 13:28:48 +00:00
Jim Meyering
96f8c158cc
*** empty log message ***
2004-01-17 09:04:44 +00:00
Jim Meyering
c7e05a0e8b
*** empty log message ***
2004-01-17 09:03:58 +00:00
Jim Meyering
b2e8bb2b0b
*** empty log message ***
2004-01-16 14:46:37 +00:00
Jim Meyering
9235a0c07e
*** empty log message ***
2004-01-16 14:45:43 +00:00
Jim Meyering
41613a278b
*** empty log message ***
2004-01-16 14:45:32 +00:00
Jim Meyering
600bbee3f8
(TESTS): Add relative.
2004-01-16 14:45:28 +00:00
Jim Meyering
957e8de353
.
2004-01-16 10:20:01 +00:00
Jim Meyering
f62c99b35a
.
2004-01-16 10:10:49 +00:00
Jim Meyering
35a86d7174
Test HAVE_DECL_GETC_UNLOCKED, rather than HAVE_GETC_UNLOCKED.
2004-01-16 10:06:48 +00:00
Jim Meyering
e8770d98ed
*** empty log message ***
2004-01-16 09:58:16 +00:00
Jim Meyering
f6fc181190
Merge from gnulib.
...
Include <stdio.h>, so that the caller
doesn't have to include <stdio.h> before us.
(clearerr_unlocked, feof_unlocked, ferror_unlocked,
fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
if not declared, so that we can use getpass.c code from libc without
rewriting it.
(flockfile, ftrylockfile, funlockfile): New macros.
2004-01-16 09:58:08 +00:00
Jim Meyering
bb1f3d64bd
*** empty log message ***
2004-01-16 09:55:36 +00:00
Jim Meyering
50733eb567
Merge fnmatch patches from glibc.
...
(mbsinit): Remove define.
Add libc_hidden_ver (__fnmatch, fnmatch).
2004-01-16 09:55:31 +00:00
Jim Meyering
f1d3aedf65
(ALLOCA_LIMIT): Remove macro, which collided
...
with like-named macro in fnmatch.c.
(EXT): Use an internal constant instead.
Merge fnmatch patches from glibc.
(FCT): Cast to int32_t and UCHAR when appropriate.
Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
2004-01-16 09:55:15 +00:00
Jim Meyering
4d108ffc75
Remove dependency on xalloc module.
...
(xalloc_die): Remove.
(memory_full) [!defined emacs]: New macro.
[!defined emacs]: Don't include xalloc.h.
(alloca): Invoke memory_full, not xalloc_die, if malloc fails or
address arithmetic overflows. Change datatypes a bit to avoid
unnecessary casts.
2004-01-16 09:53:28 +00:00
Jim Meyering
fb64640678
update copyright to sync from gnulib
2004-01-16 09:51:42 +00:00
Jim Meyering
2c84bf64de
.
2004-01-16 09:51:28 +00:00
Jim Meyering
6ae6a27c8f
*** empty log message ***
2004-01-16 09:06:11 +00:00
Jim Meyering
c3a2d7c8f0
Sync with version from gettext-0.13.1.
2004-01-16 09:05:58 +00:00