Jim Meyering
98950444e6
*** empty log message ***
2001-08-12 08:37:22 +00:00
Jim Meyering
1249a88daf
(libfetish_a_SOURCES): Add gtod.h.
2001-08-12 08:33:25 +00:00
Jim Meyering
1d3ea9cba8
*** empty log message ***
2001-08-12 08:33:09 +00:00
Jim Meyering
c04d364e49
*** empty log message ***
2001-08-12 08:31:50 +00:00
Jim Meyering
e5e8774bc5
remove unused cruft
2001-08-12 08:30:36 +00:00
Jim Meyering
1a52475baa
yes/no were reversed
2001-08-12 08:30:03 +00:00
Jim Meyering
eac67711b5
*** empty log message ***
2001-08-10 19:02:06 +00:00
Jim Meyering
7ad9855775
*** empty log message ***
2001-08-10 19:02:00 +00:00
Jim Meyering
bffeb8c5aa
(print_long_format): Simplify previous patch for
...
listing negative sizes, by adding OFF_T_MAX - OFF_T_MIN + 1
instead of doing a fancy conditional shift. This is simpler
and it avoids GCC's bogus compile-time warning about shift
counts. (As a bonus, it is portable to hosts that do not use
twos-complement arithmetic. :-)
2001-08-10 19:01:54 +00:00
Jim Meyering
97dcae2fb6
(print_long_format): Multiply the shift width by zero
...
to avoid a warning from gcc on hosts with an unsigned type for the
st_size member.
2001-08-10 08:13:03 +00:00
Jim Meyering
4e27c7372b
*** empty log message ***
2001-08-10 07:51:56 +00:00
Jim Meyering
67ba4ac017
(print_long_format): If a file size is negative, assume
...
the typical case where it has wrapped around from a positive value.
2001-08-10 07:51:52 +00:00
Jim Meyering
b84a28d9dd
*** empty log message ***
2001-08-07 13:45:31 +00:00
Jim Meyering
0d1d166269
(cfcc_msg): Remove now-inaccurate part of comment.
...
From Bruno Haible.
2001-08-07 13:45:26 +00:00
Jim Meyering
62dbf128a5
*** empty log message ***
2001-08-07 12:10:39 +00:00
Jim Meyering
6258f69c2c
(m4-check): New rule.
...
(local-check): Depend on it.
2001-08-07 12:10:10 +00:00
Jim Meyering
fb3d202184
whoops
2001-08-07 11:32:28 +00:00
Jim Meyering
ea9d247693
test both cp and mv
2001-08-07 11:31:06 +00:00
Jim Meyering
65cb579ccc
.
2001-08-07 10:44:12 +00:00
Jim Meyering
ebde935587
(TESTS): Add update.
2001-08-07 10:44:00 +00:00
Jim Meyering
01f160092e
(copy_internal): Set *rename_succeeded, so that
...
the caller (mv) doesn't remove the source file.
2001-08-06 17:29:15 +00:00
Jim Meyering
053a9d88ee
(usage): Correct the description of --update.
2001-08-06 17:28:37 +00:00
Jim Meyering
742dc8804a
*** empty log message ***
2001-08-06 15:50:45 +00:00
Jim Meyering
11b02c5e13
finally make it work
2001-08-06 09:50:05 +00:00
Jim Meyering
0324f0f18b
.
2001-08-06 09:49:14 +00:00
Jim Meyering
35559dd156
rename variables
2001-08-05 08:58:52 +00:00
Jim Meyering
07e4a0df24
Reflect renaming.
2001-08-05 08:53:04 +00:00
Jim Meyering
eab8963d92
*** empty log message ***
2001-08-05 08:52:48 +00:00
Jim Meyering
8e81a3f7a5
(TESTS): Add i-3.
2001-08-05 08:50:14 +00:00
Jim Meyering
294df06bed
.
2001-08-05 08:48:05 +00:00
Jim Meyering
f0801eeaad
.
2001-08-05 08:47:20 +00:00
Jim Meyering
79209163af
Reflect name and usage changes.
2001-08-05 08:46:34 +00:00
Jim Meyering
9ae6099323
Reflect name and usage changes.
2001-08-05 08:45:36 +00:00
Jim Meyering
273c2c5fbc
Renamed from root-only.
2001-08-05 08:42:53 +00:00
Jim Meyering
8e47db95c6
Require autoconf-2.52.
2001-08-05 03:40:52 +00:00
Jim Meyering
87d796becc
*** empty log message ***
2001-08-04 19:09:07 +00:00
Jim Meyering
09bf17f365
*** empty log message ***
2001-08-04 17:55:10 +00:00
Jim Meyering
34c138f62a
*** empty log message ***
2001-08-04 17:52:45 +00:00
Jim Meyering
0e6ddcffef
(__attribute__): Remove `|| __STRICT_ANSI__' from #if stmt,
...
to get in sync with glibc.
2001-08-04 17:52:38 +00:00
Jim Meyering
a5fe0f8417
fix typos
2001-08-04 17:51:15 +00:00
Jim Meyering
c00db580d2
*** empty log message ***
2001-08-04 17:49:11 +00:00
Jim Meyering
4c625eb0d6
.
2001-08-04 17:33:17 +00:00
Jim Meyering
0e158f1b05
.
2001-08-04 17:31:31 +00:00
Jim Meyering
3ff5583bb6
.
2001-08-04 17:20:07 +00:00
Jim Meyering
aecb3ebe6f
(quote_name): Pass 0 to mbsnwidth, since the default
...
got changed and we want the default now.
2001-08-04 17:08:37 +00:00
Jim Meyering
0017571134
*** empty log message ***
2001-08-04 17:07:43 +00:00
Jim Meyering
752fb79cac
Don't include <limits.h>.
...
Include <stdlib.h> and <string.h> unconditionally.
(iswcntrl, mbsinit, ISCNTRL): New macros.
(mbsnwidth): Use K&R style function declarations.
Don't bother checking for MB_LEN_MAX == 1, since the compiler
can optimize it when MB_CUR_MAX == 1.
The width of control characters is zero, not 1.
2001-08-04 17:07:37 +00:00
Jim Meyering
465a0e3b5e
(MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
...
Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
with inverted sense. All uses changed.
2001-08-04 17:06:05 +00:00
Jim Meyering
a0921ba770
.
2001-08-04 17:03:30 +00:00
Jim Meyering
927ab782d4
(jm_MACROS): Reflect s/jm_/AM_/ renamings.
2001-08-04 17:02:18 +00:00