Jim Meyering
d22a04e396
*** empty log message ***
2002-11-24 16:58:50 +00:00
Jim Meyering
8601971967
(TESTS): Add trailing-slash.
2002-11-24 16:53:59 +00:00
Jim Meyering
5857813649
*** empty log message ***
2002-11-24 16:53:06 +00:00
Jim Meyering
ce2fb08258
More clean-up, not that / means /.
2002-11-24 16:25:26 +00:00
Jim Meyering
4b8fa5d8ad
(du_files): Don't strip any trailing slash.
...
Rewrite so that `/' is no longer represented internally as
the empty string.
(count_entry): When appending a file name component,
account for the fact that the current path may end in `/'.
Fran?ois Pinard reported that `du symlink-to-dir/' was not
equivalent to `du symlink-to-dir/.'. Now it is.
2002-11-24 16:12:52 +00:00
Jim Meyering
6f5375c038
*** empty log message ***
2002-11-24 16:12:28 +00:00
Jim Meyering
40d8af4244
*** empty log message ***
2002-11-24 16:03:14 +00:00
Jim Meyering
4d314289c3
Remove 2002 from copyright line,
...
to sync with gnulib.
2002-11-24 10:01:15 +00:00
Jim Meyering
c82be3d2ce
.
2002-11-23 16:45:51 +00:00
Jim Meyering
5649aebdef
(decode_switches): Use case-sensitive matching to
...
decode the QUOTING_STYLE environment variable. This is more
consistent with the documentation, and with --quoting-style.
2002-11-23 16:43:49 +00:00
Jim Meyering
0c64e08266
*** empty log message ***
2002-11-23 16:28:52 +00:00
Jim Meyering
6533eac241
(output): Declare some local variables to be of type size_t,
...
rather than `int' to avoid warnings from gcc.
2002-11-23 16:28:44 +00:00
Jim Meyering
8442061b30
*** empty log message ***
2002-11-23 15:44:59 +00:00
Jim Meyering
f10340e27b
Include gettext.h instead of <libintl.h>.
2002-11-23 15:44:51 +00:00
Jim Meyering
d6fac2ac6c
*** empty log message ***
2002-11-23 15:44:07 +00:00
Jim Meyering
a14ac3568f
Include gettext.h instead of <libintl.h>.
2002-11-23 15:44:01 +00:00
Jim Meyering
42cd3beba9
*** empty log message ***
2002-11-23 15:43:16 +00:00
Jim Meyering
5bd75e7682
Include gettext.h instead of <libintl.h>.
2002-11-23 15:43:13 +00:00
Jim Meyering
4372bf5619
Update from gnulib.
2002-11-23 15:42:11 +00:00
Jim Meyering
01ff25beb7
*** empty log message ***
2002-11-23 15:42:04 +00:00
Jim Meyering
4cab2486a5
*** empty log message ***
2002-11-23 15:40:44 +00:00
Jim Meyering
70212bf28b
Include gettext.h instead of <libintl.h>.
2002-11-23 15:40:40 +00:00
Jim Meyering
cc7aeee22c
*** empty log message ***
2002-11-23 15:38:47 +00:00
Jim Meyering
83415a7c5f
Include gettext.h instead of <libintl.h>.
2002-11-23 15:38:42 +00:00
Jim Meyering
ac63441825
*** empty log message ***
2002-11-23 15:05:52 +00:00
Jim Meyering
ebd76c09f4
From gnulib, by Bruno Haible
...
Include gettext.h instead of <libintl.h>.
2002-11-23 15:05:32 +00:00
Jim Meyering
f1b9a8744c
From gnulib, by Bruno Haible
...
* closeout.c: Include gettext.h instead of <libintl.h>.
2002-11-23 15:03:40 +00:00
Jim Meyering
98e5192525
.
2002-11-23 15:00:17 +00:00
Jim Meyering
ba986c2928
Update from gnulib.
2002-11-23 14:59:39 +00:00
Jim Meyering
34c25ed945
*** empty log message ***
2002-11-23 07:10:25 +00:00
Jim Meyering
08228013af
Allow multiple inclusion by surrounding with
...
"#ifndef QUOTEARG_H_". Include <stddef.h>, for size_t,
so that we can be included first.
(PARAMS): Remove; we now assume C89 or later. All uses removed.
2002-11-23 07:10:19 +00:00
Jim Meyering
a328e26342
Include quotearg.h immediately after config.h.
...
No need to include stddef.h or sys/types.h any more.
Surround local include files with "", not "<>".
Assume HAVE_LIMITS_H unconditionally, as we assume C89.
Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
(HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
(mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
(ISPRINT): Remove; no longer needed now that we assume C89.
(clone_quoting_options, quotearg_buffer, quotearg_n_options):
Preserve errno.
(quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
quotearg_char): Use SIZE_MAX rather than
(size_t) -1 when we are talking about "infinity".
(quotearg_buffer_restyled): Fix bug when quoting trigraphs.
2002-11-23 07:08:50 +00:00
Jim Meyering
38ba9564d1
*** empty log message ***
2002-11-22 13:23:55 +00:00
Jim Meyering
17bbb9bcb1
From gnulib:
...
Don't include <sys/types.h>. It's unnecessary.
2002-11-22 13:23:52 +00:00
Jim Meyering
d81d040dea
fix typo in comment
2002-11-22 11:13:32 +00:00
Jim Meyering
8aa90d8488
*** empty log message ***
2002-11-22 11:07:31 +00:00
Jim Meyering
d60ce1ccab
*** empty log message ***
2002-11-22 11:04:05 +00:00
Jim Meyering
3858ed5bad
Remove case insensitive option matching.
...
(argcasematch): Remove declaration.
(ARGCASEMATCH): Remove macro.
(__xargmatch_internal): Remove case_sensitive argument.
(XARGMATCH): Update.
(XARGCASEMATCH): Remove macro.
2002-11-22 11:04:01 +00:00
Jim Meyering
13fb4290db
Include gettext.h instead of <locale.h> and <libintl.h>.
...
Remove case insensitive option matching.
(argmatch): Renamed from __argmatch_internal. Remove
case_sensitive argument.
(argcasematch): Remove function.
(__xargmatch_internal): Remove case_sensitive argument.
(main): Use XARGMATCH instead of XARGCASEMATCH.
2002-11-22 11:03:26 +00:00
Jim Meyering
4c9c50bf72
*** empty log message ***
2002-11-22 10:28:50 +00:00
Jim Meyering
70641e502d
Change compile-time error message. Add comment about
...
required autoconf version.
Include gettext.h instead of <libintl.h>.
(textdomain): Remove definition.
2002-11-22 10:28:44 +00:00
Jim Meyering
cc92325877
*** empty log message ***
2002-11-21 19:17:26 +00:00
Jim Meyering
b2f999fdbb
Add ms (Malay).
2002-11-21 19:17:22 +00:00
Jim Meyering
b3d845869a
version: 4.5.3
2002-11-21 19:16:44 +00:00
Jim Meyering
d09524c338
*** empty log message ***
2002-11-21 13:31:07 +00:00
Jim Meyering
cae292f583
(strdup): Merge in changes from gnulib; mainly to
...
use memcpy rather than strcpy.
2002-11-21 13:31:03 +00:00
Jim Meyering
1a1ce790d8
*** empty log message ***
2002-11-21 13:25:31 +00:00
Jim Meyering
c8a8d77816
Update from gnulib.
2002-11-21 13:25:22 +00:00
Jim Meyering
944a426ade
*** empty log message ***
2002-11-21 13:18:07 +00:00
Jim Meyering
44ad4f8ed4
(str2signum): Use unsigned, not size_t.
2002-11-21 13:17:47 +00:00