gnulib.git
24 years ago*** empty log message *** SH-UTILS-2_0f
Jim Meyering [Sat, 5 Feb 2000 09:54:33 +0000 (09:54 +0000)]
*** empty log message ***

24 years agobump serial number
Jim Meyering [Sat, 5 Feb 2000 08:16:53 +0000 (08:16 +0000)]
bump serial number

24 years ago*** empty log message ***
Jim Meyering [Sat, 5 Feb 2000 08:16:26 +0000 (08:16 +0000)]
*** empty log message ***

24 years ago(jm_CHECK_ALL_TYPES): Require most macros.
Jim Meyering [Sat, 5 Feb 2000 08:16:13 +0000 (08:16 +0000)]
(jm_CHECK_ALL_TYPES): Require most macros.
Remove explicit use of AC_HEADER_TIME.  It is required by
jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
`AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
in autoconf whereby the expansion of the latter ended up preceding
the expansion of its prerequisite, AC_HEADER_TIME.
Reported by Volker Borchert.

24 years ago.
Jim Meyering [Sat, 5 Feb 2000 08:10:05 +0000 (08:10 +0000)]
.

24 years ago(read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
Jim Meyering [Thu, 3 Feb 2000 12:20:59 +0000 (12:20 +0000)]
(read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
rather than with `#if HAVE_UTMPNAME'.

24 years ago*** empty log message ***
Jim Meyering [Thu, 3 Feb 2000 12:19:41 +0000 (12:19 +0000)]
*** empty log message ***

24 years ago(jm_PREREQ_READUTMP): Check for utmpxname.
Jim Meyering [Thu, 3 Feb 2000 12:19:05 +0000 (12:19 +0000)]
(jm_PREREQ_READUTMP): Check for utmpxname.

24 years ago*** empty log message ***
Jim Meyering [Wed, 2 Feb 2000 22:17:51 +0000 (22:17 +0000)]
*** empty log message ***

24 years ago(jm_PREREQ_ADDEXT): Fix typo that resulted in no
Jim Meyering [Wed, 2 Feb 2000 22:17:35 +0000 (22:17 +0000)]
(jm_PREREQ_ADDEXT): Fix typo that resulted in no
definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.

24 years ago(UT_USER): Add parens. From Andreas Schwab.
Jim Meyering [Tue, 1 Feb 2000 16:23:30 +0000 (16:23 +0000)]
(UT_USER): Add parens.  From Andreas Schwab.

24 years ago*** empty log message ***
Jim Meyering [Mon, 31 Jan 2000 22:42:59 +0000 (22:42 +0000)]
*** empty log message ***

24 years ago(jm_CHECK_DECLS): Add nanosleep to the list of
Jim Meyering [Mon, 31 Jan 2000 22:39:54 +0000 (22:39 +0000)]
(jm_CHECK_DECLS): Add nanosleep to the list of
functions.  Add the time.h and sys/time.h headers along with the
AC_REQUIRE'ment of AC_HEADER_TIME.

24 years ago(nanosleep): Guard declaration with `#if ! HAVE_DECL_NANOSLEEP'.
Jim Meyering [Mon, 31 Jan 2000 22:38:04 +0000 (22:38 +0000)]
(nanosleep): Guard declaration with `#if ! HAVE_DECL_NANOSLEEP'.

24 years agofix typo. sheesh
Jim Meyering [Mon, 31 Jan 2000 08:42:45 +0000 (08:42 +0000)]
fix typo.  sheesh

24 years ago*** empty log message ***
Jim Meyering [Mon, 31 Jan 2000 08:36:51 +0000 (08:36 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Mon, 31 Jan 2000 08:27:58 +0000 (08:27 +0000)]
*** empty log message ***

24 years ago(ISASCII): Add #undef and move definition to follow
Jim Meyering [Mon, 31 Jan 2000 08:27:51 +0000 (08:27 +0000)]
(ISASCII): Add #undef and move definition to follow
inclusion of wctype.h to work around solaris2.6 namespace pollution.
(ISPRINT): Likewise.

24 years agouse double parens on AC_CHECK_MEMBERS SH-UTILS-2_0e
Jim Meyering [Sun, 30 Jan 2000 21:19:00 +0000 (21:19 +0000)]
use double parens on AC_CHECK_MEMBERS

24 years ago*** empty log message ***
Jim Meyering [Sun, 30 Jan 2000 16:48:25 +0000 (16:48 +0000)]
*** empty log message ***

24 years agoClean up some kludgy old shadow password tests.
Jim Meyering [Sun, 30 Jan 2000 16:48:19 +0000 (16:48 +0000)]
Clean up some kludgy old shadow password tests.

24 years ago(utmp_includes): Define.
Jim Meyering [Sun, 30 Jan 2000 16:47:31 +0000 (16:47 +0000)]
(utmp_includes): Define.
Check for ut_user and ut_name members in both struct utmpx
and struct utmp.

24 years agoredo it on per-header basis
Jim Meyering [Sun, 30 Jan 2000 16:45:17 +0000 (16:45 +0000)]
redo it on per-header basis

24 years ago*** empty log message ***
Jim Meyering [Sun, 30 Jan 2000 16:41:30 +0000 (16:41 +0000)]
*** empty log message ***

24 years ago(extract_trimmed_name): Use UT_USER instead of hard-coding
Jim Meyering [Sun, 30 Jan 2000 16:41:25 +0000 (16:41 +0000)]
(extract_trimmed_name): Use UT_USER instead of hard-coding
uses of ->ut_name.  The latter doesn't work with new Linux header files
where only utmpx.ut_user is declared.

24 years ago(UT_USER): Define. Accessor macro for the member named ut_user or ut_name.
Jim Meyering [Sun, 30 Jan 2000 16:39:08 +0000 (16:39 +0000)]
(UT_USER): Define.  Accessor macro for the member named ut_user or ut_name.

24 years agowhoops: s/jm_MACROS/jm_LIB_CHECK/
Jim Meyering [Sat, 29 Jan 2000 17:05:03 +0000 (17:05 +0000)]
whoops: s/jm_MACROS/jm_LIB_CHECK/

24 years ago*** empty log message ***
Jim Meyering [Sat, 29 Jan 2000 17:00:03 +0000 (17:00 +0000)]
*** empty log message ***

24 years ago.
Jim Meyering [Sat, 29 Jan 2000 16:59:09 +0000 (16:59 +0000)]
.

24 years agoNew file containing library-related checks from
Jim Meyering [Sat, 29 Jan 2000 14:11:35 +0000 (14:11 +0000)]
New file containing library-related checks from
fileutils and sh-utils (textutils had none).

24 years ago*** empty log message ***
Jim Meyering [Fri, 28 Jan 2000 22:04:47 +0000 (22:04 +0000)]
*** empty log message ***

24 years agoChange format of warning message to look more like that
Jim Meyering [Fri, 28 Jan 2000 22:04:41 +0000 (22:04 +0000)]
Change format of warning message to look more like that
from the missing script.  Suggestion from François Pinard.

24 years agoLost version containing non-greedy changes from Emacs.
Gerd Moellmann [Thu, 27 Jan 2000 11:40:40 +0000 (11:40 +0000)]
Lost version containing non-greedy changes from Emacs.

24 years ago*** empty log message ***
Jim Meyering [Tue, 25 Jan 2000 07:26:20 +0000 (07:26 +0000)]
*** empty log message ***

24 years agoRequire AC_HEADER_TIME, and include sys/time.h as well
Jim Meyering [Tue, 25 Jan 2000 07:26:14 +0000 (07:26 +0000)]
Require AC_HEADER_TIME, and include sys/time.h as well
as time.h in the compile check.

24 years agobump serial
Jim Meyering [Tue, 25 Jan 2000 07:25:49 +0000 (07:25 +0000)]
bump serial

24 years agoFix typo in cross-compiling case: s/yes/no/.
Jim Meyering [Tue, 25 Jan 2000 07:25:38 +0000 (07:25 +0000)]
Fix typo in cross-compiling case: s/yes/no/.

24 years agoRequire AC_HEADER_TIME rather than simply using it.
Jim Meyering [Tue, 25 Jan 2000 07:21:57 +0000 (07:21 +0000)]
Require AC_HEADER_TIME rather than simply using it.

24 years ago.
Jim Meyering [Tue, 25 Jan 2000 07:20:58 +0000 (07:20 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sun, 23 Jan 2000 16:25:44 +0000 (16:25 +0000)]
*** empty log message ***

24 years agoMove df-related tests here from fileutils/configure.in
Jim Meyering [Sun, 23 Jan 2000 16:23:50 +0000 (16:23 +0000)]
Move df-related tests here from fileutils/configure.in

24 years ago.
Jim Meyering [Sun, 23 Jan 2000 16:20:48 +0000 (16:20 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sun, 23 Jan 2000 16:20:34 +0000 (16:20 +0000)]
*** empty log message ***

24 years agos/list_mounted_fs/ac_list_mounted_fs/
Jim Meyering [Sun, 23 Jan 2000 16:20:21 +0000 (16:20 +0000)]
s/list_mounted_fs/ac_list_mounted_fs/
(jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.

24 years ago(jm_FILE_SYSTEM_USAGE): Take two parameters.
Jim Meyering [Sun, 23 Jan 2000 14:49:09 +0000 (14:49 +0000)]
(jm_FILE_SYSTEM_USAGE): Take two parameters.

24 years agos/space/ac_fsusage_space/.
Jim Meyering [Sun, 23 Jan 2000 14:12:45 +0000 (14:12 +0000)]
s/space/ac_fsusage_space/.

24 years agoExtracted from fileutils/configure.in.
Jim Meyering [Sun, 23 Jan 2000 14:08:35 +0000 (14:08 +0000)]
Extracted from fileutils/configure.in.

24 years ago.
Jim Meyering [Sun, 23 Jan 2000 14:01:32 +0000 (14:01 +0000)]
.

24 years ago(jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
Jim Meyering [Sun, 23 Jan 2000 10:55:10 +0000 (10:55 +0000)]
(jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.

24 years ago(jm_FUNC_FTRUNCATE): AC_REQUIRE it.
Jim Meyering [Sun, 23 Jan 2000 10:34:42 +0000 (10:34 +0000)]
(jm_FUNC_FTRUNCATE): AC_REQUIRE it.

24 years ago*** empty log message ***
Jim Meyering [Sun, 23 Jan 2000 10:34:04 +0000 (10:34 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sun, 23 Jan 2000 10:23:26 +0000 (10:23 +0000)]
*** empty log message ***

24 years ago(AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
Jim Meyering [Sun, 23 Jan 2000 10:23:23 +0000 (10:23 +0000)]
(AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.

24 years ago*** empty log message ***
Jim Meyering [Sun, 23 Jan 2000 10:19:30 +0000 (10:19 +0000)]
*** empty log message ***

24 years ago(AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
Jim Meyering [Sun, 23 Jan 2000 10:19:26 +0000 (10:19 +0000)]
(AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
(AC_SUBST(POW_LIBM)): Likewise.

24 years ago(AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
Jim Meyering [Sun, 23 Jan 2000 10:13:25 +0000 (10:13 +0000)]
(AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.

24 years ago(libfetish_a_SOURCES): Remove explicit mention of obstack.c.
Jim Meyering [Sun, 23 Jan 2000 09:53:48 +0000 (09:53 +0000)]
(libfetish_a_SOURCES): Remove explicit mention of obstack.c.

24 years ago(AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
Jim Meyering [Sun, 23 Jan 2000 09:52:35 +0000 (09:52 +0000)]
(AM_FUNC_OBSTACK): Add (from fileutils/configure.in).

24 years ago*** empty log message ***
Jim Meyering [Sun, 23 Jan 2000 09:52:02 +0000 (09:52 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sun, 23 Jan 2000 09:31:09 +0000 (09:31 +0000)]
*** empty log message ***

24 years ago(OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
Jim Meyering [Sun, 23 Jan 2000 09:31:06 +0000 (09:31 +0000)]
(OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
AC_SUBST these here, rather than just in sh-util/configure.in, so
that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
all the same.

24 years agoversion-control: never
Jim Meyering [Sun, 23 Jan 2000 09:19:33 +0000 (09:19 +0000)]
version-control: never

24 years ago.
Jim Meyering [Sun, 23 Jan 2000 09:08:39 +0000 (09:08 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 22:43:37 +0000 (22:43 +0000)]
*** empty log message ***

24 years ago[! HAVE_DECL_STRTOUL]: Declare strtoul.
Jim Meyering [Sat, 22 Jan 2000 22:43:31 +0000 (22:43 +0000)]
[! HAVE_DECL_STRTOUL]: Declare strtoul.
[! HAVE_DECL_STRTOULL]: Declare strtoull.
Required for some AIX systems.  Reported by Christian Krackowizer.
[TESTING] (main): New function.

24 years agoCall AC_PROG_CC_STDC just before AC_C_CONST.
Jim Meyering [Sat, 22 Jan 2000 22:25:25 +0000 (22:25 +0000)]
Call AC_PROG_CC_STDC just before AC_C_CONST.

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 22:21:32 +0000 (22:21 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 22:20:08 +0000 (22:20 +0000)]
*** empty log message ***

24 years ago[HAVE_WCTYPE_H]: Include <wctype.h>.
Jim Meyering [Sat, 22 Jan 2000 22:19:48 +0000 (22:19 +0000)]
[HAVE_WCTYPE_H]: Include <wctype.h>.

24 years ago(jm_PREREQ_QUOTEARG): Add wctype.h.
Jim Meyering [Sat, 22 Jan 2000 22:19:12 +0000 (22:19 +0000)]
(jm_PREREQ_QUOTEARG): Add wctype.h.

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 22:08:50 +0000 (22:08 +0000)]
*** empty log message ***

24 years agoMerge the three lists of headers.
Jim Meyering [Sat, 22 Jan 2000 22:08:08 +0000 (22:08 +0000)]
Merge the three lists of headers.

24 years ago(AC_CHECK_HEADERS): Add checks from textutils' configure.in
Jim Meyering [Sat, 22 Jan 2000 22:04:33 +0000 (22:04 +0000)]
(AC_CHECK_HEADERS): Add checks from textutils' configure.in

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 22:03:12 +0000 (22:03 +0000)]
*** empty log message ***

24 years ago(AC_CHECK_HEADERS): Add checks from sh-utils' configure.in
Jim Meyering [Sat, 22 Jan 2000 22:03:01 +0000 (22:03 +0000)]
(AC_CHECK_HEADERS): Add checks from sh-utils' configure.in

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 22:00:31 +0000 (22:00 +0000)]
*** empty log message ***

24 years ago(AC_CHECK_HEADERS): Add checks from fileutils' configure.in
Jim Meyering [Sat, 22 Jan 2000 22:00:17 +0000 (22:00 +0000)]
(AC_CHECK_HEADERS): Add checks from fileutils' configure.in

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 21:52:02 +0000 (21:52 +0000)]
*** empty log message ***

24 years ago(jm_PREREQ_ADDEXT): New macro. Parts moved here from fileutils' configure.in.
Jim Meyering [Sat, 22 Jan 2000 21:51:57 +0000 (21:51 +0000)]
(jm_PREREQ_ADDEXT): New macro.  Parts moved here from fileutils' configure.in.

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 21:29:10 +0000 (21:29 +0000)]
*** empty log message ***

24 years ago(dir_name): Support for DOS-style file names with drive letters.
Jim Meyering [Sat, 22 Jan 2000 21:29:02 +0000 (21:29 +0000)]
(dir_name): Support for DOS-style file names with drive letters.

24 years agotack on the one from fileutils/lib
Jim Meyering [Sat, 22 Jan 2000 18:03:21 +0000 (18:03 +0000)]
tack on the one from fileutils/lib

24 years ago.
Jim Meyering [Sat, 22 Jan 2000 14:27:13 +0000 (14:27 +0000)]
.

24 years agoRemove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
Jim Meyering [Sat, 22 Jan 2000 14:24:50 +0000 (14:24 +0000)]
Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.

24 years ago(_jm_DECL_HEADERS): Define new function.
Jim Meyering [Sat, 22 Jan 2000 14:22:42 +0000 (14:22 +0000)]
(_jm_DECL_HEADERS): Define new function.
(jm_CHECK_DECLARATIONS): Require it.

24 years agoRevert to using #if HAVE_STDLIB_H
Jim Meyering [Sat, 22 Jan 2000 14:07:23 +0000 (14:07 +0000)]
Revert to using #if HAVE_STDLIB_H
to guard inclusion of <stdlib.h>.

24 years agoGuard inclusion of <stdlib.h> with `#if STDC_HEADERS',
Jim Meyering [Sat, 22 Jan 2000 13:53:10 +0000 (13:53 +0000)]
Guard inclusion of <stdlib.h> with `#if STDC_HEADERS',
not `#if HAVE_STDLIB_H'.  The former wasn't defined.
Use #if rather than #ifdef.

Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
(jm_CHECK_DECLARATIONS): Add strtoul strtoull.

24 years ago.
Jim Meyering [Sat, 22 Jan 2000 09:44:23 +0000 (09:44 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 09:43:37 +0000 (09:43 +0000)]
*** empty log message ***

24 years ago(ISDIGIT): Define.
Jim Meyering [Sat, 22 Jan 2000 09:43:23 +0000 (09:43 +0000)]
(ISDIGIT): Define.
(strverscmp): Use ISDIGIT, not isdigit.

24 years ago*** empty log message ***
Jim Meyering [Wed, 19 Jan 2000 20:41:06 +0000 (20:41 +0000)]
*** empty log message ***

24 years ago(jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
Jim Meyering [Wed, 19 Jan 2000 20:40:51 +0000 (20:40 +0000)]
(jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
defines `struct timespec' in <sys/time.h>

24 years ago*** empty log message ***
Jim Meyering [Wed, 19 Jan 2000 14:01:03 +0000 (14:01 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Wed, 19 Jan 2000 13:57:51 +0000 (13:57 +0000)]
*** empty log message ***

24 years agoRemove uses of changequote altogether.
Jim Meyering [Wed, 19 Jan 2000 13:57:42 +0000 (13:57 +0000)]
Remove uses of changequote altogether.

24 years ago.
Jim Meyering [Wed, 19 Jan 2000 08:17:47 +0000 (08:17 +0000)]
.

24 years ago.
Jim Meyering [Wed, 19 Jan 2000 08:17:16 +0000 (08:17 +0000)]
.

24 years ago.
Jim Meyering [Wed, 19 Jan 2000 07:56:52 +0000 (07:56 +0000)]
.

24 years ago(re_compile_fastmap): While checking a range table for
Richard Stallman [Tue, 18 Jan 2000 20:11:41 +0000 (20:11 +0000)]
(re_compile_fastmap): While checking a range table for
`charset', skip flag bits for a character class correctly.

24 years ago*** empty log message ***
Jim Meyering [Tue, 18 Jan 2000 07:26:07 +0000 (07:26 +0000)]
*** empty log message ***