Paul Eggert
7c3fd7cbec
(apply_translations): Use toupper rather than
...
islower followed by toupper; it's simpler and typically
faster now that we assume at least C89 semantics. Similarly
for tolower.
2006-07-09 17:01:38 +00:00
Paul Eggert
d740f05066
(_D_EXACT_NAMELEN): Renamed from NLENGTH, for
...
convenience on GNU systems. All uses changed. Don't bother
looking for any dirent.h substitute other than ndir.h.
(D_INO): Remove unnecessary parentheses.
(IN_CTYPE_DOMAIN, ISGRAPH, ISPRINT, ISALNUM, ISALPHA):
(ISCNTRL, ISLOWER, ISPUNCT, ISSPACE, ISUPPER, ISXDIGIT):
(ISDIGIT_LOCALE, TOLOWER, TOUPPER): Remove. All uses changed
to ctype.h equivalents.
(isblank): Renamed from ISBLANK. Check for HAVE_DECL_ISBLANK too.
All uses changed.
2006-07-09 17:01:13 +00:00
Paul Eggert
fbb436b3f8
Update from gnulib.
2006-07-09 16:59:35 +00:00
Paul Eggert
cb052e4f6c
Update from gnulib.
2006-07-09 16:59:05 +00:00
Paul Eggert
28edf6a75e
(stdint.h): FULL_PATH_STDINT_H -> ABSOLUTE_STDINT_H,
...
to accommodate update from gnulib.
2006-07-09 16:57:35 +00:00
Paul Eggert
533793f35c
Update from gnulib.
2006-07-09 16:57:00 +00:00
Jim Meyering
ba6a5af063
remove doubled "in"
2006-07-09 09:49:10 +00:00
Jim Meyering
62f3c3097c
fix typo: remove doubled "each"
2006-07-09 09:47:20 +00:00
Jim Meyering
75f0b1e2da
New file, test for 2006-07-05 fix in copy.c.
2006-07-08 21:52:24 +00:00
Jim Meyering
7d65513654
* regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a comment.
2006-07-08 12:08:59 +00:00
Jim Meyering
00318b60c9
* link-follow.m4: Remove one of two adjacent "whether"s in a comment.
2006-07-08 11:28:05 +00:00
Jim Meyering
7ea443fa86
Remove one of two adjacent "your"s in a comment.
2006-07-08 11:27:07 +00:00
Jim Meyering
a3752970c9
Remove one of two adjacent "can"s in a comment.
2006-07-08 11:25:18 +00:00
Jim Meyering
ecdb09854e
(getndelim2): Remove doubled "after" in comment.
2006-07-08 09:58:13 +00:00
Jim Meyering
2d9ebdc8ae
* tests/Coreutils.pm: Remove one of two adjacent "then"s in a comment.
2006-07-08 07:37:16 +00:00
Jim Meyering
d80c390842
* Makefile.maint (sc_the_the): New rule.
2006-07-08 06:08:34 +00:00
Jim Meyering
6b535b03bb
* src/dd.c (skip): Remove one of two adjacent "the"s in a comment.
2006-07-08 06:04:18 +00:00
Jim Meyering
24ec8f28bb
* coreutils.texi (Squeezing): Separate doubled "the", so typo-checkers
...
don't complain.
2006-07-08 06:03:50 +00:00
Jim Meyering
a56e9c5a4d
* Makefile.am (check-texinfo): Enforce the zeros vs. zeroes consistency.
2006-07-08 05:31:59 +00:00
Jim Meyering
38fbc11f7b
* coreutils.texi: Fix some typos. Use `zeros' consistently (both
...
`zeros' and `zeroes' are correct).
2006-07-08 05:28:39 +00:00
Jim Meyering
1ac491f062
* NEWS: Mention that mv can now remove an empty destination directory,
...
and give an example. Prompted by a report from Florent Bayle.
2006-07-07 06:38:36 +00:00
Jim Meyering
b544360dab
* src/ls.c (usage): Correct the description of -G: it is useful
...
only in a long listing. Reported by Martin Pool in
<https://launchpad.net/distros/ubuntu/+source/coreutils/+bug/51653 >.
2006-07-05 10:17:24 +00:00
Jim Meyering
2a7f886e47
* man/chmod.x: Correct the description of the sticky bit. Reported
...
by Chris Moore via Ian Jackson in <http://bugs.debian.org/376745 >.
2006-07-05 10:03:55 +00:00
Jim Meyering
36a288e41a
* src/copy.c (copy_internal): Don't work around old NFS clients like
...
SunOS-4.1.4 and Irix 5.3 that set errno to values like EIO and
ENOTEMPTY upon failed rename. Otherwise, we risk misinterpreting
a banal failure as a recursive move-into-self failure.
Reported by Florent Bayle in <http://bugs.debian.org/376749 >.
2006-07-05 09:08:42 +00:00
Jim Meyering
7669f3998d
.
2006-07-05 06:57:09 +00:00
Jim Meyering
21f0c888a2
Regenerate, to remove fuzz.
2006-07-05 06:57:00 +00:00
Jim Meyering
addbdadf16
Really add wcwidth.h.
2006-07-04 07:28:57 +00:00
Jim Meyering
2880a90019
*** empty log message ***
2006-07-04 07:28:45 +00:00
Jim Meyering
ba761d685f
*** empty log message ***
2006-07-04 07:23:10 +00:00
Jim Meyering
ab4ed7f7f1
Really add wcwidth.m4.
2006-07-04 07:17:34 +00:00
Paul Eggert
6a97405672
Sync from gnulib.
2006-07-04 05:39:07 +00:00
Paul Eggert
8e19f6282b
Sync from gnulib. Also:
...
(gt_FUNC_SETENV): Undo private change that added an
AC_LIBSOURCES line here, since Bruno didn't buy it back. Instead,
update ../lib/Makefile.am to mention the files explicitly.
2006-07-04 05:38:32 +00:00
Paul Eggert
d380605f01
(gl_PREREQ): Require gl_FUNC_WCWIDTH, to accommodate
...
sync from gnulib.
2006-07-04 05:37:58 +00:00
Paul Eggert
71e6c80352
(libcoreutils_a_SOURCES): Add setenv.h, wcwidth.h,
...
to accommodate sync from gnulib.
2006-07-04 05:37:11 +00:00
Paul Eggert
948ca71450
Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
...
MacOS X 10.4.6. Don't mention <sys/int_types.h>.
2006-07-04 04:50:34 +00:00
Jim Meyering
a9cf203e2d
Plug another unusual leak.
...
(AD_mark_helper): Free malloc'd filename if hash_insert says
that string is already in the hash table.
2006-07-03 17:38:20 +00:00
Jim Meyering
1a29d221b8
* cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
...
macro is used before the first cycle_check call.
2006-07-03 15:20:23 +00:00
Jim Meyering
a47c5ca291
The dev/inode of the topmost directory in each hierarchy were not
...
being recorded.
* src/remove.c (remove_cwd_entries): Don't call cycle_check here.
(AD_push): Call it from here instead.
2006-07-03 15:10:35 +00:00
Jim Meyering
2741ffb8b4
Fix two small leaks.
...
* src/remove.c (AD_stack_clear): New function.
(rm_1): Use it.
(AD_pop_and_chdir): Free *prev_dir just before longjmp.
2006-07-03 13:14:01 +00:00
Jim Meyering
ae87c86b4a
* tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT):
...
Add $VG_PATH_PREFIX as a prefix to $PATH
2006-07-03 12:55:25 +00:00
Jim Meyering
d67693ced9
.
2006-07-03 09:10:36 +00:00
Jim Meyering
20592da66e
* tests/envvar-check (vars): Add CDPATH and POSIXLY_CORRECT.
...
* tests/Makefile.am (evar-check): Remove rule.
(EXTRA_DIST): Remove .env-warn.
* tests/.env-warn: Remove file. No longer used.
Suggestion from Eric Blake.
2006-07-03 08:37:50 +00:00
Jim Meyering
c4a674722c
*** empty log message ***
2006-07-03 07:42:30 +00:00
Jim Meyering
f483ac253e
(gl_FUNC_FTRUNCATE): Adjust diagnostic to recommend
...
./configure SKIP_FTRUNCATE_CHECK=yes, rather than env ... ./configure.
Suggestion from Ralf Wildenhues.
2006-07-03 07:42:27 +00:00
Paul Eggert
001f33d478
(intmax_t, uintmax_t): Prefer long to long long if
...
both are 64 bits.
2006-07-02 09:15:08 +00:00
Paul Eggert
2789dcc1b9
(gl_STDINT_H): Use more-mnemonic identifiers for
...
test cases, so that config.log is a bit easier to follow.
2006-07-02 09:14:28 +00:00
Jim Meyering
85e93ac1bf
*** empty log message ***
2006-07-02 08:29:30 +00:00
Jim Meyering
b1f0257390
New file, from gnulib. Required by stdint.m4.
2006-07-02 08:29:26 +00:00
Paul Eggert
58df3afc50
Include <stdint.h> unconditionally, since we
...
now assume the stdint module.
2006-07-02 07:09:25 +00:00
Paul Eggert
047839ffb4
Sync stdint module from gnulib.
2006-07-02 07:08:50 +00:00