gnulib.git
25 years ago. FILEUTILS-4_0-b7
Jim Meyering [Sun, 8 Nov 1998 03:49:22 +0000 (03:49 +0000)]
.

25 years ago*** empty log message ***
Jim Meyering [Sun, 8 Nov 1998 03:42:44 +0000 (03:42 +0000)]
*** empty log message ***

25 years agoRewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
Jim Meyering [Sun, 8 Nov 1998 03:42:35 +0000 (03:42 +0000)]
Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.

25 years agoRewrite to set HAVE_STAT_EMPTY_STRING_BUG.
Jim Meyering [Sun, 8 Nov 1998 03:42:20 +0000 (03:42 +0000)]
Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.

25 years ago[lstat]: Remove #undef.
Jim Meyering [Sun, 8 Nov 1998 03:40:04 +0000 (03:40 +0000)]
[lstat]: Remove #undef.
(rpl_lstat): Protoize.  Use ENOENT, not EINVAL, to be consistent
with lib/stat.c.

25 years ago(rpl_stat): Protoize.
Jim Meyering [Sun, 8 Nov 1998 03:39:42 +0000 (03:39 +0000)]
(rpl_stat): Protoize.
(stat): Remove #undef.

25 years ago.
Jim Meyering [Sun, 1 Nov 1998 01:02:24 +0000 (01:02 +0000)]
.

25 years ago. FILEUTILS-4_0-b6
Jim Meyering [Sun, 18 Oct 1998 14:14:14 +0000 (14:14 +0000)]
.

25 years ago Don't invoke localtime_r or gmtime_r unless it's the GNU C
Jim Meyering [Sun, 18 Oct 1998 14:09:48 +0000 (14:09 +0000)]
Don't invoke localtime_r or gmtime_r unless it's the GNU C
library's localtime_r and gmtime_r; there are too many buggy
implementations of localtime_r and gmtime_r out there, and
it's not worth keeping track of all the different bugs.

* strftime.c (__EXTENSIONS__): Remove.
(my_strftime_gmtime_r): Renamed from gmtime_r; all uses changed.
(my_strftime_localtime_r): Renamed from localtime_r; all uses changed.
Base them on localtime/gmtime if not _LIBC.

25 years ago Don't invoke localtime_r or gmtime_r unless it's the GNU C
Jim Meyering [Sun, 18 Oct 1998 14:08:35 +0000 (14:08 +0000)]
Don't invoke localtime_r or gmtime_r unless it's the GNU C
library's localtime_r and gmtime_r; there are too many buggy
implementations of localtime_r and gmtime_r out there, and
it's not worth keeping track of all the different bugs.

* mktime.c (__EXTENSIONS__, HAVE_LOCALTIME_R): Remove.
(my_mktime_localtime_r): Renamed from localtime_r; all uses changed.
Base it on localtime unless _LIBC.

25 years ago(jm_CHECK_DECL_LOCALTIME_R): Remove macro.
Jim Meyering [Sun, 18 Oct 1998 14:08:09 +0000 (14:08 +0000)]
(jm_CHECK_DECL_LOCALTIME_R): Remove macro.

25 years agoDeclare localtime_r if necessary. FILEUTILS-4_0-b4
Jim Meyering [Sun, 18 Oct 1998 01:10:21 +0000 (01:10 +0000)]
Declare localtime_r if necessary.

25 years ago*** empty log message ***
Jim Meyering [Sun, 18 Oct 1998 01:08:54 +0000 (01:08 +0000)]
*** empty log message ***

25 years ago(jm_CHECK_DECLS): Reflect interface change.
Jim Meyering [Sun, 18 Oct 1998 01:08:22 +0000 (01:08 +0000)]
(jm_CHECK_DECLS): Reflect interface change.
(jm_CHECK_DECL_LOCALTIME_R): New macro.

25 years ago(jm_CHECK_DECLARATION): Don't hard-code which headers to
Jim Meyering [Sun, 18 Oct 1998 01:07:17 +0000 (01:07 +0000)]
(jm_CHECK_DECLARATION): Don't hard-code which headers to
include, though we still hard-code the `require'-like AC_CHECK_HEADERS
calls for those previously hard-coded headers.  Instead, take a new parameter.
(jm_CHECK_DECLARATIONS): Reflect interface change.

25 years agoTest for spring-forward gap before long-running test.
Jim Meyering [Sun, 18 Oct 1998 00:58:07 +0000 (00:58 +0000)]
Test for spring-forward gap before long-running test.

25 years agoSome systems require <unistd.h> to be included before <time.h> for
Jim Meyering [Sat, 17 Oct 1998 12:39:30 +0000 (12:39 +0000)]
Some systems require <unistd.h> to be included before <time.h> for
localtime_r to be declared properly.

25 years agoUse the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
Jim Meyering [Wed, 14 Oct 1998 21:27:52 +0000 (21:27 +0000)]
Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
instead of "TZ=America/Vancouver".  From Paul Eggert.

25 years ago. FILEUTILS-4_0-b3
Jim Meyering [Mon, 12 Oct 1998 03:50:24 +0000 (03:50 +0000)]
.

25 years agoadd jm_ prefix to cache variable
Jim Meyering [Mon, 12 Oct 1998 03:20:21 +0000 (03:20 +0000)]
add jm_ prefix to cache variable

25 years ago*** empty log message ***
Jim Meyering [Mon, 12 Oct 1998 02:56:35 +0000 (02:56 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Mon, 12 Oct 1998 02:55:35 +0000 (02:55 +0000)]
*** empty log message ***

25 years agoRequire jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
Jim Meyering [Mon, 12 Oct 1998 02:55:28 +0000 (02:55 +0000)]
Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.

25 years ago(jm_AM_FUNC_MKTIME): New file and macro.
Jim Meyering [Mon, 12 Oct 1998 02:55:17 +0000 (02:55 +0000)]
(jm_AM_FUNC_MKTIME): New file and macro.

25 years ago.
Jim Meyering [Mon, 12 Oct 1998 02:51:10 +0000 (02:51 +0000)]
.

25 years ago(_REENTRANT): Define again -- linux-2.0.33 needs it.
Jim Meyering [Mon, 12 Oct 1998 02:00:59 +0000 (02:00 +0000)]
(_REENTRANT): Define again -- linux-2.0.33 needs it.

25 years ago(__mktime_internal): When the requested time falls
Jim Meyering [Sun, 11 Oct 1998 23:03:41 +0000 (23:03 +0000)]
(__mktime_internal): When the requested time falls
in a spring-forward gap of size DT, return a time that is DT
away from the requested time, preferring a time whose tm_isdst
differs from the requested value.  Bump the max number of
probes from 4 to 6 to account for the extra probes needed to
discover a spring-forward gap in the worst case.

25 years ago(my_mktime_localtime_r): Renamed from localtime_r.
Jim Meyering [Thu, 8 Oct 1998 12:19:48 +0000 (12:19 +0000)]
(my_mktime_localtime_r): Renamed from localtime_r.
Define also if HAVE_LOCALTIME_R && defined (localtime_r), with
a body that merely expands localtime_r; this works around a
bug in Digital Unix 4.0A and 4.0D.

25 years ago.
Jim Meyering [Mon, 5 Oct 1998 04:21:39 +0000 (04:21 +0000)]
.

25 years ago.
Jim Meyering [Sat, 3 Oct 1998 04:43:55 +0000 (04:43 +0000)]
.

25 years ago*** empty log message *** FILEUTILS-4_0-b2
Jim Meyering [Fri, 2 Oct 1998 14:31:24 +0000 (14:31 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Fri, 2 Oct 1998 14:31:11 +0000 (14:31 +0000)]
*** empty log message ***

25 years ago. FILEUTILS-4_0-pre1
Jim Meyering [Tue, 29 Sep 1998 03:12:27 +0000 (03:12 +0000)]
.

25 years agoProtect against multiple inclusion. FILEUTILS-3_16z
Jim Meyering [Sun, 27 Sep 1998 17:44:49 +0000 (17:44 +0000)]
Protect against multiple inclusion.
From Akim Demaille.

25 years ago*** empty log message ***
Jim Meyering [Sun, 27 Sep 1998 17:36:17 +0000 (17:36 +0000)]
*** empty log message ***

25 years agoadd missing close paren
Jim Meyering [Sun, 27 Sep 1998 17:31:29 +0000 (17:31 +0000)]
add missing close paren

25 years ago.
Jim Meyering [Sun, 27 Sep 1998 17:27:38 +0000 (17:27 +0000)]
.

25 years ago(jm_MACROS): Require jm_FUNC_FNMATCH.
Jim Meyering [Sun, 27 Sep 1998 17:26:55 +0000 (17:26 +0000)]
(jm_MACROS): Require jm_FUNC_FNMATCH.

25 years ago.
Jim Meyering [Sun, 27 Sep 1998 16:45:42 +0000 (16:45 +0000)]
.

25 years agoMakefile.am
Jim Meyering [Sun, 27 Sep 1998 16:45:21 +0000 (16:45 +0000)]
Makefile.am

25 years ago*** empty log message ***
Jim Meyering [Sun, 27 Sep 1998 16:41:04 +0000 (16:41 +0000)]
*** empty log message ***

25 years agoindent
Jim Meyering [Sun, 27 Sep 1998 16:40:09 +0000 (16:40 +0000)]
indent

25 years ago.
Jim Meyering [Sun, 27 Sep 1998 16:39:53 +0000 (16:39 +0000)]
.

25 years ago(my_strftime): Update from FSF.
Jim Meyering [Sun, 27 Sep 1998 12:45:33 +0000 (12:45 +0000)]
(my_strftime): Update from FSF.

25 years ago(__xstrtol) [STRING_TO_UNSIGNED]: Return
Jim Meyering [Sat, 26 Sep 1998 19:11:23 +0000 (19:11 +0000)]
(__xstrtol) [STRING_TO_UNSIGNED]: Return
LONGINT_INVALID for strings that begin with `-'.

25 years agoDeclare locals: before, after. From Andries Brouwer.
Jim Meyering [Mon, 21 Sep 1998 12:05:49 +0000 (12:05 +0000)]
Declare locals: before, after.  From Andries Brouwer.

25 years agoFix post-protoization typo.
Jim Meyering [Sat, 19 Sep 1998 13:11:23 +0000 (13:11 +0000)]
Fix post-protoization typo.

25 years ago(PARAMS): Define and use.
Jim Meyering [Thu, 17 Sep 1998 13:48:20 +0000 (13:48 +0000)]
(PARAMS): Define and use.
From Kaveh Ghazi.

25 years ago(oatoi): declare arg to be const FILEUTILS-3_16x
Jim Meyering [Wed, 9 Sep 1998 15:39:13 +0000 (15:39 +0000)]
(oatoi): declare arg to be const

25 years agoProtoize.
Jim Meyering [Wed, 9 Sep 1998 14:21:16 +0000 (14:21 +0000)]
Protoize.

25 years ago. FILEUTILS-3_16w
Jim Meyering [Mon, 7 Sep 1998 17:03:50 +0000 (17:03 +0000)]
.

25 years agoadd test harness
Jim Meyering [Mon, 7 Sep 1998 03:23:30 +0000 (03:23 +0000)]
add test harness

25 years ago*** empty log message ***
Jim Meyering [Mon, 7 Sep 1998 02:38:28 +0000 (02:38 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Mon, 7 Sep 1998 02:36:36 +0000 (02:36 +0000)]
*** empty log message ***

25 years ago(libfu_a_SOURCES): Change posixtm.y to posixtm.c.
Jim Meyering [Mon, 7 Sep 1998 02:21:19 +0000 (02:21 +0000)]
(libfu_a_SOURCES): Change posixtm.y to posixtm.c.
(noinst_HEADERS): Add posixtm.h.

25 years ago*** empty log message ***
Jim Meyering [Mon, 7 Sep 1998 02:18:43 +0000 (02:18 +0000)]
*** empty log message ***

25 years ago.
Jim Meyering [Mon, 7 Sep 1998 02:17:55 +0000 (02:17 +0000)]
.

25 years agorewrite from yacc-based version
Jim Meyering [Sun, 6 Sep 1998 22:57:00 +0000 (22:57 +0000)]
rewrite from yacc-based version

25 years ago.
Jim Meyering [Sun, 6 Sep 1998 22:55:47 +0000 (22:55 +0000)]
.

25 years ago*** empty log message ***
Jim Meyering [Sun, 6 Sep 1998 22:53:59 +0000 (22:53 +0000)]
*** empty log message ***

25 years ago. FILEUTILS-3_16v
Jim Meyering [Sun, 30 Aug 1998 03:20:13 +0000 (03:20 +0000)]
.

25 years ago(AC_STRUCT_ST_MTIM_NSEC): Renamed from AC_STRUCT_ST_MTIM.
Jim Meyering [Sun, 30 Aug 1998 03:16:57 +0000 (03:16 +0000)]
(AC_STRUCT_ST_MTIM_NSEC): Renamed from AC_STRUCT_ST_MTIM.
(AC_STRUCT_ST_MTIM_NSEC): Generate name of ns member, instead of just 1 or undef.
Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.

25 years ago(PARAMS): Define and use.
Jim Meyering [Sun, 16 Aug 1998 15:26:20 +0000 (15:26 +0000)]
(PARAMS): Define and use.

25 years ago*** empty log message *** FILEUTILS-3_16u
Jim Meyering [Sun, 16 Aug 1998 03:56:15 +0000 (03:56 +0000)]
*** empty log message ***

25 years agoUse the new AC_CHECK_TYPE(ssize_t, int) instead of jm_TYPE_SSIZE_T.
Jim Meyering [Sun, 16 Aug 1998 03:55:49 +0000 (03:55 +0000)]
Use the new AC_CHECK_TYPE(ssize_t, int) instead of jm_TYPE_SSIZE_T.

25 years ago.
Jim Meyering [Sun, 16 Aug 1998 03:53:30 +0000 (03:53 +0000)]
.

25 years agoAdd braces to suppress warning about ambiguous `else'.
Jim Meyering [Sat, 15 Aug 1998 14:20:16 +0000 (14:20 +0000)]
Add braces to suppress warning about ambiguous `else'.

25 years ago(read_filesystem_list) [MOUNTED_GETMNT]: Don't infloop on getmnt(2) returning 0.
Jim Meyering [Sat, 15 Aug 1998 03:01:13 +0000 (03:01 +0000)]
(read_filesystem_list) [MOUNTED_GETMNT]: Don't infloop on getmnt(2) returning 0.
Christian von Roques

25 years ago.
Jim Meyering [Fri, 14 Aug 1998 14:09:21 +0000 (14:09 +0000)]
.

25 years ago.
Jim Meyering [Thu, 13 Aug 1998 02:09:24 +0000 (02:09 +0000)]
.

25 years ago(noinst_HEADERS): Add filemode.h.
Jim Meyering [Thu, 13 Aug 1998 02:07:54 +0000 (02:07 +0000)]
(noinst_HEADERS): Add filemode.h.

25 years agoProtoize. Tsort function definitions and remove prototypes of
Jim Meyering [Thu, 13 Aug 1998 02:05:56 +0000 (02:05 +0000)]
Protoize.  Tsort function definitions and remove prototypes of
static functions.
(mode_string): Remove prototype.

25 years ago.
Jim Meyering [Thu, 13 Aug 1998 02:05:29 +0000 (02:05 +0000)]
.

25 years ago(ftypelet): Add comments for Cray DMF support.
Jim Meyering [Thu, 13 Aug 1998 01:52:01 +0000 (01:52 +0000)]
(ftypelet): Add comments for Cray DMF support.
From Johan Danielsson.

25 years ago*** empty log message ***
Jim Meyering [Thu, 13 Aug 1998 01:48:05 +0000 (01:48 +0000)]
*** empty log message ***

25 years ago.
Jim Meyering [Thu, 13 Aug 1998 01:41:38 +0000 (01:41 +0000)]
.

25 years agoadd comment from glibc version
Jim Meyering [Tue, 11 Aug 1998 01:52:38 +0000 (01:52 +0000)]
add comment from glibc version

25 years agoupdate from glibc FILEUTILS-3_16t
Jim Meyering [Fri, 7 Aug 1998 12:54:51 +0000 (12:54 +0000)]
update from glibc

25 years agoAnsideclify.
Jim Meyering [Mon, 3 Aug 1998 03:03:11 +0000 (03:03 +0000)]
Ansideclify.

25 years ago*** empty log message ***
Jim Meyering [Mon, 3 Aug 1998 03:02:20 +0000 (03:02 +0000)]
*** empty log message ***

25 years ago(readline): Return zero upon error as well as upon
Jim Meyering [Mon, 3 Aug 1998 03:02:04 +0000 (03:02 +0000)]
(readline): Return zero upon error as well as upon
end of file.  From James Youngman.

25 years ago.
Jim Meyering [Sun, 2 Aug 1998 20:52:34 +0000 (20:52 +0000)]
.

25 years ago.
Jim Meyering [Sun, 2 Aug 1998 19:45:45 +0000 (19:45 +0000)]
.

25 years ago.
Jim Meyering [Sun, 2 Aug 1998 16:25:14 +0000 (16:25 +0000)]
.

25 years ago*** empty log message ***
Jim Meyering [Sun, 2 Aug 1998 16:20:50 +0000 (16:20 +0000)]
*** empty log message ***

25 years agoUse hack to avoid having to put #undef HAVE_ST_MTIM in acconfig.h manually.
Jim Meyering [Sun, 2 Aug 1998 16:20:39 +0000 (16:20 +0000)]
Use hack to avoid having to put #undef HAVE_ST_MTIM in acconfig.h manually.

25 years agotweak indentation
Jim Meyering [Sun, 2 Aug 1998 16:18:21 +0000 (16:18 +0000)]
tweak indentation

25 years agofrom Paul Eggert
Jim Meyering [Sun, 2 Aug 1998 16:15:17 +0000 (16:15 +0000)]
from Paul Eggert

25 years agoRemove duplicate include of <stdio.h>.
Jim Meyering [Wed, 29 Jul 1998 04:00:36 +0000 (04:00 +0000)]
Remove duplicate include of <stdio.h>.

25 years ago(struct mount_entry):
Jim Meyering [Wed, 29 Jul 1998 03:58:55 +0000 (03:58 +0000)]
(struct mount_entry):
New members me_dummy, me_remote.
(read_filesystem_list): Remove all_fs argument.
(REMOTE_FS_TYPE): Remove.
(ME_DUMMY, ME_REMOTE): New macros.

From Paul.

25 years ago(read_filesystem_list): Remove all_fs
Jim Meyering [Wed, 29 Jul 1998 03:58:02 +0000 (03:58 +0000)]
(read_filesystem_list): Remove all_fs
argument, but put the necessary information into the result so
that the caller can ignore filesystems that he's not
interested in.

From Paul.

25 years ago*** empty log message ***
Jim Meyering [Tue, 28 Jul 1998 13:29:22 +0000 (13:29 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Tue, 28 Jul 1998 13:20:20 +0000 (13:20 +0000)]
*** empty log message ***

25 years agoUndef stat.
Jim Meyering [Tue, 28 Jul 1998 13:15:58 +0000 (13:15 +0000)]
Undef stat.

25 years ago.
Jim Meyering [Sun, 26 Jul 1998 04:10:01 +0000 (04:10 +0000)]
.

25 years ago. FILEUTILS-3_16s
Jim Meyering [Sat, 25 Jul 1998 15:28:41 +0000 (15:28 +0000)]
.

25 years agoUse PARAMS macro.
Jim Meyering [Sat, 25 Jul 1998 15:01:32 +0000 (15:01 +0000)]
Use PARAMS macro.

25 years ago(xatoi): Ansideclify.
Jim Meyering [Sat, 25 Jul 1998 15:00:37 +0000 (15:00 +0000)]
(xatoi): Ansideclify.
(fstype_to_string): Ansideclify.

25 years ago(REMOTE_FS_TYPE): New macro.
Jim Meyering [Sat, 25 Jul 1998 14:55:10 +0000 (14:55 +0000)]
(REMOTE_FS_TYPE): New macro.

25 years ago(read_filesystem_list) [MOUNTED_GETMNTINFO]: Use fsp_to_string.
Jim Meyering [Sat, 25 Jul 1998 14:54:42 +0000 (14:54 +0000)]
(read_filesystem_list) [MOUNTED_GETMNTINFO]: Use fsp_to_string.
(fsp_to_string): Don't xmalloc return value (yet).