|
3b0d7279
|
2000-07-23T09:25:19
|
|
*** empty log message ***
|
|
f7d19549
|
2000-07-23T09:25:14
|
|
(base_name): Add an assertion.
|
|
23a9c147
|
2000-07-23T08:38:30
|
|
*** empty log message ***
|
|
a62b804c
|
2000-07-23T08:38:25
|
|
When the system forces us to redefine mbstate_t, shadow its mbsinit function.
|
|
0b6939ba
|
2000-07-17T20:46:35
|
|
.
|
|
05dbfe00
|
2000-07-17T20:45:03
|
|
*** empty log message ***
|
|
7194c138
|
2000-07-17T20:45:00
|
|
(libfetish_a_SOURCES): Add mbswidth.c.
(noinst_HEADERS): Add mbswidth.h.
|
|
f2c15d34
|
2000-07-17T20:42:12
|
|
from Bruno Haible.
|
|
58bf49da
|
2000-07-17T20:40:18
|
|
*** empty log message ***
|
|
2957c7e4
|
2000-07-17T20:05:40
|
|
*** empty log message ***
|
|
b832246e
|
2000-07-17T20:05:30
|
|
Add support for FreeBSD. Improve support for HP-UX and IRIX 6.
|
|
ea0ad0a9
|
2000-07-17T19:43:38
|
|
.
|
|
bf186edb
|
2000-07-15T13:27:37
|
|
*** empty log message ***
|
|
739bbd82
|
2000-07-15T13:27:30
|
|
Include quote.h.
(make_path): Convert "`%s'" in format strings to "%s", and wrap each
corresponding argument in a `quote (...)' call.
Give better diagnostics.
|
|
c3c082e9
|
2000-07-15T09:58:14
|
|
*** empty log message ***
|
|
370b21b7
|
2000-07-15T09:58:10
|
|
(libfetish_a_SOURCES): Add quote.c.
(noinst_HEADERS): Add quote.h.
|
|
298a79c4
|
2000-07-15T09:57:38
|
|
*** empty log message ***
|
|
09be0e72
|
2000-07-15T09:57:19
|
|
(quote, quote_n): New file. Two functions taken verbatim
from tar's src/misc.c.
|
|
c3625dca
|
2000-07-14T15:55:13
|
|
*** empty log message ***
|
|
a618b12d
|
2000-07-14T13:56:07
|
|
(mbrtowc): Do not use HAVE_WCHAR_H in the definition.
Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
to decide whether to define the BeOS workaround macro;
this adjusts to the change to AC_MBSTATE_T.
|
|
9cd65c1b
|
2000-07-14T11:27:06
|
|
*** empty log message ***
|
|
5decc4ec
|
2000-07-14T11:27:00
|
|
(enum quoting style): New enum clocale_quoting_style.
|
|
d98c6d36
|
2000-07-14T11:26:28
|
|
(quoting_style_args, quoting_style_vals,
quotearg_buffer_restyled): Add support for
clocale_quoting_style. Undo previous change to
locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
and "{RIGHT QUOTATION MARK}" msgids.
|
|
77531436
|
2000-07-09T17:53:14
|
|
.
|
|
fc019d04
|
2000-07-09T15:48:14
|
|
*** empty log message ***
|
|
12cdbeb9
|
2000-07-09T15:46:46
|
|
The old behavior of quoting `like this' doesn't look good with
newer, ISO-style fonts. See:
http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
Instead, quote "like this" by default. Let the translator
tailor the locale-specific quoting behavior by providing
translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
(N_): New macro.
(gettext_default): New function.
(quotearg_buffer_restyled): Use
gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
|
|
7febef02
|
2000-07-09T07:26:44
|
|
*** empty log message ***
|
|
94bcfced
|
2000-07-09T07:26:34
|
|
(ENAMETOOLONG): Define to an unlikely value if not defined.
(xgethostname): Remove now-unnecessary #ifdef.
Move declaration of `err' into loop where it's used.
|
|
bf21f38f
|
2000-07-09T07:23:19
|
|
*** empty log message ***
|
|
d349992d
|
2000-07-09T07:22:43
|
|
update copyright date
|
|
1c0d7dc3
|
2000-07-08T21:48:07
|
|
(xgethostname): Protect against the SunOS5.5 bug
by allocating a larger buffer. Test the gethostname return value for
being >= 0, not == 0, for BeOS. Don't exhaust memory if gethostname
returns an error and ENAMETOOLONG isn't defined.
|
|
1f1d0940
|
2000-07-06T04:47:28
|
|
(mbrtowc): Declare returned type, since BeOS doesn't.
|
|
62588d47
|
2000-07-06T04:46:57
|
|
*** empty log message ***
|
|
ab8644ca
|
2000-07-06T04:32:11
|
|
*** empty log message ***
|
|
2793141d
|
2000-07-06T04:31:59
|
|
(struct quoting_options): Simplify quote_these_too dimension.
|
|
d1e1ab47
|
2000-07-04T17:37:47
|
|
*** empty log message ***
|
|
239b989f
|
2000-07-04T17:37:43
|
|
[!HAVE_DECL_STRNLEN]: Declare strnlen.
|
|
d5ccbc77
|
2000-07-04T17:32:00
|
|
*** empty log message ***
|
|
38254f7f
|
2000-07-04T17:31:56
|
|
Make inclusion of <wchar.h> independent of whether
HAVE_MBRTOWC is set. Required at least for irix-5.6, which lacks mbrtowc.
|
|
0ed6f63d
|
2000-07-04T08:44:35
|
|
*** empty log message ***
|
|
206968cc
|
2000-07-04T08:44:28
|
|
[HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
This is necessary to get a definition of e.g., UTMP_FILE on HP-UX 10.20.
From Bob Proulx.
|
|
8525e0ce
|
2000-07-04T07:03:26
|
|
*** empty log message ***
|
|
9c9a405b
|
2000-07-04T07:03:16
|
|
(mbrtowc): Assign to *pwc, and return 1 only if result is nonzero.
(iswprint): Use ISPRINT when substituting our own mbrtowc.
|
|
c24d19fc
|
2000-07-02T20:21:44
|
|
.
|
|
c69e9127
|
2000-07-02T18:32:05
|
|
(mbstate_t): Don't define here.
|
|
ece8afff
|
2000-07-02T18:23:56
|
|
*** empty log message ***
|
|
f7c225c5
|
2000-07-02T18:23:51
|
|
(SIGCONT): Define if not already defined.
|
|
8e09b7d8
|
2000-07-01T13:58:19
|
|
.
|
|
268eada9
|
2000-07-01T13:35:33
|
|
*** empty log message ***
|
|
9576a0ca
|
2000-07-01T13:35:28
|
|
Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
per change in ../m4/ls-mntd-fs.m4.
(read_filesystem_list): Ignore symbolic links.
|
|
79c1dec2
|
2000-07-01T07:13:53
|
|
.
|
|
6ae72006
|
2000-06-29T11:30:16
|
|
*** empty log message ***
|
|
27d8c463
|
2000-06-29T11:29:55
|
|
Include <string.h> or <strings.h>, as appropriate, for declaration of strcmp.
|
|
44da4664
|
2000-06-29T11:24:14
|
|
*** empty log message ***
|
|
49b8f6a4
|
2000-06-29T11:24:09
|
|
Include <stdlib.h>, for declaration of exit.
|
|
effcc19b
|
2000-06-29T08:37:00
|
|
*** empty log message ***
|
|
ed3c5c90
|
2000-06-29T08:30:03
|
|
(fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
Avoid warning by casting result to `char *' to remove `const'.
|
|
aa8f09a4
|
2000-06-27T10:10:13
|
|
.
|
|
11bc0e79
|
2000-06-27T10:09:49
|
|
(libfetish_a_SOURCES): Remove readutmp.c.
|
|
e4dbd0b0
|
2000-06-27T10:08:15
|
|
*** empty log message ***
|
|
0cb2bede
|
2000-06-27T07:08:52
|
|
*** empty log message ***
|
|
49c86fdb
|
2000-06-27T07:08:48
|
|
savedir now sets errno on failure and invokes xmalloc to get memory.
Fix a couple of other minor bugs while we're at it.
(<unistd.h>): Do not include; there's no need.
(NAMLEN): Remove macro.
(malloc, realloc): Remove decls.
(stpcpy): Likewise.
("xalloc.h"): Include.
(NAME_SIZE_DEFAULT): New macro.
(savedir): Use xmalloc / xrealloc to allocate memory.
Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
Skip "" directory entries.
Use strlen to calculate directory entry length, since the old method
is rarely used these days and isn't worth supporting.
Don't use a pointer after freeing it.
Check for integer overflow when calculating allocation size.
Use memcpy to copy entries, instead of stpcpy.
Set errno properly when returning NULL.
Check for readdir error.
|
|
661f3072
|
2000-06-26T10:55:57
|
|
*** empty log message ***
|
|
d68aebe0
|
2000-06-26T10:55:18
|
|
[HAVE_STDLIB_H]: Include stdlib.h.
|
|
2e50887e
|
2000-06-25T21:19:41
|
|
*** empty log message ***
|
|
c81ef04f
|
2000-06-25T21:17:32
|
|
(xmalloc, xrealloc): Remove functions.
Include xalloc.h.
Don't include <stdlib.h>. Don't declare malloc, realloc.
|
|
8ec2d4de
|
2000-06-25T06:54:36
|
|
*** empty log message ***
|
|
45fb0477
|
2000-06-25T06:54:32
|
|
(print_unicode_char): Work around ansi2knr deficiency.
|
|
f086c3e2
|
2000-06-24T12:21:52
|
|
.
|
|
cba023ba
|
2000-06-24T12:01:29
|
|
*** empty log message ***
|
|
067a83f1
|
2000-06-24T12:01:03
|
|
[!HAVE_DECL_STRERROR_R]: Declare strerror_r.
|
|
e986b397
|
2000-06-23T21:05:50
|
|
Include <wctype.h> after <wchar.h>,
for Solaris 2.5.
(mbrtowc, mbstate_t): Define substitutes if
HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
(iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
|
|
e39dd1ba
|
2000-06-23T21:03:06
|
|
*** empty log message ***
|
|
138e407e
|
2000-06-23T14:03:02
|
|
*** empty log message ***
|
|
5972f7a7
|
2000-06-21T20:21:03
|
|
ansideclify
|
|
4f4a05dc
|
2000-06-21T20:20:27
|
|
New file, from Bruno Haible. Required for BeOS.
|
|
62d4a6ee
|
2000-06-21T20:16:10
|
|
*** empty log message ***
|
|
4f796b14
|
2000-06-21T20:16:03
|
|
(xgetcwd): If the required pathname length is smaller
than 1024, return a memory chunk of least possible size, instead
of size PATH_MAX + 2. In the loop, increment the size proportionally.
Use free/xmalloc instead of xrealloc to avoid copying for very long paths.
|
|
2c096e99
|
2000-06-21T13:00:54
|
|
*** empty log message ***
|
|
011f3dd8
|
2000-06-21T13:00:49
|
|
(canon_host): Use malloc and memcpy to copy an
address, not strdup. Include <stdlib.h> and don't declare free().
|
|
a46cc0f8
|
2000-06-21T12:56:40
|
|
*** empty log message ***
|
|
8d447ad2
|
2000-06-21T12:56:33
|
|
(path_concat): Don't access dir[-1] if dir is the empty string.
|
|
831a09ff
|
2000-06-21T09:56:42
|
|
include getstr.h
|
|
3bf5fcd0
|
2000-06-21T09:21:52
|
|
*** empty log message ***
|
|
da980d26
|
2000-06-21T09:21:22
|
|
(libfetish_a_SOURCES): Add getstr.c.
(noinst_HEADERS): Add getstr.h.
|
|
90b3ed0d
|
2000-06-21T09:12:30
|
|
(getstr): Move into a separate file.
|
|
f7e56ea9
|
2000-06-21T09:10:32
|
|
copyright date
|
|
14078b53
|
2000-06-21T09:09:57
|
|
*** empty log message ***
|
|
2629f21b
|
2000-06-21T09:09:22
|
|
New file, extracted from getline.c, with the following
changes: new parameter, delim2; both delim[12] parameters have type
`int', not `char'. The latter would lose with 8-bit delimiters.
|
|
513f43a2
|
2000-06-19T09:48:54
|
|
.
|
|
35455a4f
|
2000-06-19T07:25:01
|
|
[HAVE_NLIST_H] (NLIST_STRUCT): Define.
|
|
8b4395b2
|
2000-06-19T07:19:41
|
|
revert last change
|
|
d898282a
|
2000-06-19T06:55:11
|
|
*** empty log message ***
|
|
59350b88
|
2000-06-19T06:51:58
|
|
.
|
|
825548e2
|
2000-06-18T18:17:03
|
|
*** empty log message ***
|
|
d8e74bb3
|
2000-06-18T18:16:54
|
|
Include memory.h, string.h, and/or strings.h as needed.
(this snippet comes from src/system.h).
|
|
55558298
|
2000-06-18T17:47:50
|
|
.
|
|
b8156e30
|
2000-06-18T06:17:54
|
|
s/NLIST_STRUCT/HAVE_NLIST_H/. Remove big
multi-platform `#ifndef NLIST_STRUCT' block.
|
|
2b1abb91
|
2000-06-17T18:46:16
|
|
.
|
|
febc23f2
|
2000-06-16T12:51:33
|
|
*** empty log message ***
|