|
8e09b7d8
|
2000-07-01T13:58:19
|
|
.
|
|
c680fbfa
|
2000-07-01T13:43:51
|
|
*** empty log message ***
|
|
6e900bf7
|
2000-07-01T13:43:46
|
|
Remove a `FIXME' comment and fix the associated problem.
|
|
f9edd8a6
|
2000-07-01T13:35:52
|
|
.
|
|
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.
|
|
e2380d6a
|
2000-07-01T13:31:20
|
|
(jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
|
|
cdc8ce48
|
2000-07-01T09:05:13
|
|
*** empty log message ***
|
|
53754c94
|
2000-07-01T09:04:56
|
|
Put double quotes around use of $cross_compiling.
|
|
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'.
|
|
53e80f7a
|
2000-06-28T20:30:59
|
|
*** empty log message ***
|
|
1fcf4b6f
|
2000-06-28T20:29:27
|
|
Use stdlib.h, not stdio.h. The latter is not included
by quotearg.c, for which we perform this test. From Bruno Haible.
|
|
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 ***
|
|
ea5404e9
|
2000-06-27T10:08:09
|
|
(jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
<utmpx.h> exists, put readutmp.o into LIBOBJS.
|
|
15c66513
|
2000-06-27T10:01:30
|
|
(_jm_DECL_HEADERS): Check for utmp.h as well.
|
|
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.
|
|
7ba31bdc
|
2000-06-25T08:49:02
|
|
*** empty log message ***
|
|
619b31b8
|
2000-06-25T08:48:58
|
|
Include stdio.h before wchar.h to work around
Linux header bug when _XOPEN_SOURCE is defined to 500.
|
|
8ec2d4de
|
2000-06-25T06:54:36
|
|
*** empty log message ***
|
|
45fb0477
|
2000-06-25T06:54:32
|
|
(print_unicode_char): Work around ansi2knr deficiency.
|
|
40544cc0
|
2000-06-24T21:05:11
|
|
*** empty log message ***
|
|
6b397a21
|
2000-06-24T21:04:44
|
|
If the compile-test says
strerror_r doesn't work, then resort to a `run'-test that works on
BeOS and segfaults on DEC Unix.
|
|
5c28b65b
|
2000-06-24T14:03:10
|
|
check for decl unconditionally
|
|
f086c3e2
|
2000-06-24T12:21:52
|
|
.
|
|
b8809156
|
2000-06-24T12:05:08
|
|
Revive this file -- to try out an experimental
version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
for which strerror does return char*, but which lacks a conveniently
accessible declaration of the function.
|
|
cba023ba
|
2000-06-24T12:01:29
|
|
*** empty log message ***
|
|
067a83f1
|
2000-06-24T12:01:03
|
|
[!HAVE_DECL_STRERROR_R]: Declare strerror_r.
|
|
1ddabc55
|
2000-06-23T21:09:12
|
|
.
|
|
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 ***
|
|
806acc84
|
2000-06-23T21:02:23
|
|
*** empty log message ***
|
|
26dec442
|
2000-06-23T21:02:15
|
|
(jm_PREREQ_QUOTEARG): Use AC_MBSTATE_T_OBJECT. Add check for iswprint.
|
|
86ba26a5
|
2000-06-23T21:00:53
|
|
New file, defining AC_MBSTATE_T_OBJECT.
|
|
138e407e
|
2000-06-23T14:03:02
|
|
*** empty log message ***
|
|
baf2f450
|
2000-06-23T13:50:42
|
|
*** empty log message ***
|
|
8dec69fa
|
2000-06-23T13:49:17
|
|
Add missing AC_MSG_RESULT.
Reported by Bruno Haible.
|
|
595e13da
|
2000-06-23T13:43:41
|
|
s/AC_MSG_CHECKING/AC_CHECKING/.
Suggestion from Bruno Haible.
|
|
79b5d0b8
|
2000-06-21T20:23:21
|
|
*** empty log message ***
|
|
78d9ed8a
|
2000-06-21T20:23:14
|
|
(AC_REPLACE_FUNCS): Add getpass.
|
|
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.
|
|
1d7122be
|
2000-06-20T16:48:05
|
|
(re_match, re_match_2): Protect calls to alloca (0).
(re_comp): Cast gettext return value to avoid complaints when
!HAVE_LIBINTL.
|
|
0944b4a5
|
2000-06-19T21:59:46
|
|
Test PROTOTYPES as well as __STDC__.
|
|
bc3a8bb0
|
2000-06-19T09:50:25
|
|
*** empty log message ***
|
|
1ac50be3
|
2000-06-19T09:50:20
|
|
(AC_REPLACE_FUNCS): Remove mkdir.
|
|
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).
|
|
7f284e21
|
2000-06-18T18:08:15
|
|
*** empty log message ***
|
|
5d879231
|
2000-06-18T18:07:51
|
|
(jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
`checking whether...' message to be consistent with that of the
lstat test.
|
|
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
|
|
.
|
|
047aa664
|
2000-06-17T18:35:44
|
|
*** empty log message ***
|
|
acf9bdc1
|
2000-06-17T18:34:33
|
|
s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/
|
|
ac5ef524
|
2000-06-17T18:33:50
|
|
(AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
from autoconf, and tweak the latter to accept an optional argument.
|
|
acf2e915
|
2000-06-17T18:31:59
|
|
*** empty log message ***
|
|
516a30eb
|
2000-06-17T18:31:51
|
|
(jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
|
|
febc23f2
|
2000-06-16T12:51:33
|
|
*** empty log message ***
|
|
e7c9de64
|
2000-06-16T12:51:28
|
|
(adjust_value): New function.
(human_readable_inexact): Apply rounding style even when
printing approximate values.
|
|
99ca3362
|
2000-06-15T12:47:56
|
|
*** empty log message ***
|
|
32cf91a6
|
2000-06-15T12:21:20
|
|
*** empty log message ***
|
|
d3551c3d
|
2000-06-15T12:21:10
|
|
(human_readable_inexact): Allow an input block
size that is not a multiple of the output block size, and vice versa.
|
|
3a6241e7
|
2000-06-15T07:58:06
|
|
*** empty log message ***
|
|
2880c2d2
|
2000-06-15T07:57:58
|
|
(get_date): Apply relative times after time zone indicator, not before.
|
|
a6d409a9
|
2000-06-13T09:19:08
|
|
.
|
|
bc54c457
|
2000-06-13T09:18:30
|
|
(all-local): Depend on lstat.c and stat.c.
|
|
afaaab1f
|
2000-06-13T09:08:50
|
|
*** empty log message ***
|
|
e82309f6
|
2000-06-13T09:08:47
|
|
[!HAVE_DECL_FREE]: Declare free in lstat.c.
|
|
5b7918f1
|
2000-06-13T09:06:10
|
|
*** empty log message ***
|