|
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 ***
|
|
5088df71
|
2000-06-13T09:05:16
|
|
Include <stdlib.h> in lstat, to declare "free".
|
|
da455340
|
2000-06-10T08:04:33
|
|
(MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
(regex_compile): Fix the code for handling the case of single byte
char and multibyte char being mixed in a range within [...].
|
|
7172d5eb
|
2000-06-09T23:28:57
|
|
*** empty log message ***
|
|
130c088e
|
2000-06-09T23:28:54
|
|
.
|
|
5f0ce263
|
2000-06-06T21:40:56
|
|
.
|
|
cecb452e
|
2000-06-06T20:30:59
|
|
*** empty log message ***
|
|
3e42921b
|
2000-06-06T20:30:34
|
|
(AC_SYS_LARGEFILE_FLAGS,
AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
(AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
(AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
All uses changed.
Instead of inspecting the output of getconf, try to compile the
test program without and with the macro definition.
(AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
for getconf. Instead, check for the needed flags by compiling
test programs.
|
|
4e4ca06d
|
2000-06-04T13:28:45
|
|
*** empty log message ***
|
|
e09a10a6
|
2000-06-04T13:20:20
|
|
Include <config.h> if HAVE_CONFIG_H.
|
|
6e95edfd
|
2000-06-04T08:13:25
|
|
.
|
|
1489b493
|
2000-06-04T07:30:07
|
|
Put kludge in if-then...fi block.
|
|
f83aa1c4
|
2000-06-04T06:47:31
|
|
(getugroups): Cast -1 to gid_t, for systems like
SunOS4.1.4 for which gid_t is an unsigned type.
|
|
bd85a91a
|
2000-06-03T22:09:03
|
|
move vmp decl back out to the scope where it belongs
|
|
6ed5deac
|
2000-06-03T21:47:48
|
|
*** empty log message ***
|
|
85b73e4b
|
2000-06-03T21:47:37
|
|
[!HAVE_DECL_MEMCHR]: Declare memchr.
|
|
05cc558f
|
2000-06-03T12:41:19
|
|
*** empty log message ***
|
|
257b70ef
|
2000-06-03T12:40:56
|
|
(jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
now that autoconf requires that.
|
|
6eb4044a
|
2000-06-03T12:22:37
|
|
*** empty log message ***
|
|
42f0f91d
|
2000-06-03T12:22:33
|
|
Add a kludge to make autoheader emit the required
#undefs. E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
|
|
77ee1909
|
2000-06-03T08:34:45
|
|
.
|
|
2d1f7148
|
2000-06-03T08:34:34
|
|
(install-exec-local): On systems with glibc-2.1 or
newer, don't install charset.alias.
|
|
7b4c68df
|
2000-06-03T08:34:18
|
|
Change the Linux/glibc rules so they become empty on glibc-2.1 or newer.
|
|
e25da287
|
2000-06-03T08:33:04
|
|
*** empty log message ***
|
|
221393c0
|
2000-06-03T08:29:33
|
|
Add comment to AC_DEFINE_UNQUOTED use.
|
|
f1bd49e8
|
2000-06-03T08:26:05
|
|
.
|
|
d44b3ea9
|
2000-06-03T08:25:33
|
|
Use jm_GLIBC21.
|
|
6982148b
|
2000-06-03T08:23:54
|
|
New file. From Bruno Haible.
|
|
084ec863
|
2000-06-02T11:54:35
|
|
*** empty log message ***
|
|
bcf3308e
|
2000-06-02T11:20:47
|
|
Back out last change. Instead, do this...
(read_filesystem_list) [MOUNTED_VMOUNT]: Set the me_dummy
member using the same `ignore'-testing code.
|