gnulib.git
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).

25 years ago(read_filesystem_list): If all_fs is negative, omit non-local filesytems.
Jim Meyering [Sat, 25 Jul 1998 14:41:04 +0000 (14:41 +0000)]
(read_filesystem_list): If all_fs is negative, omit non-local filesytems.
From Paul Eggert.

25 years ago.
Jim Meyering [Sat, 25 Jul 1998 13:48:45 +0000 (13:48 +0000)]
.

25 years ago.
Jim Meyering [Sat, 25 Jul 1998 13:16:38 +0000 (13:16 +0000)]
.

25 years ago(regex_compile): Declare p with non-const type on AIX.
Richard Stallman [Sat, 25 Jul 1998 06:40:50 +0000 (06:40 +0000)]
(regex_compile): Declare p with non-const type on AIX.

25 years ago(human_readable): amt -> damt, to fix typo when
Jim Meyering [Wed, 22 Jul 1998 18:30:16 +0000 (18:30 +0000)]
(human_readable): amt -> damt, to fix typo when
computing which power to use after overflow occurs during
multiplication.

From Paul Eggert.

25 years agoInclude <stdio.h> if NDEBUG is not defined; needed on SunOS 4.
Jim Meyering [Wed, 22 Jul 1998 16:57:15 +0000 (16:57 +0000)]
Include <stdio.h> if NDEBUG is not defined; needed on SunOS 4.
From Paul Eggert.

25 years ago.
Jim Meyering [Mon, 20 Jul 1998 03:58:24 +0000 (03:58 +0000)]
.

25 years ago(read_filesystem_list): Fix more memory leaks on failure.
Jim Meyering [Sat, 18 Jul 1998 12:28:31 +0000 (12:28 +0000)]
(read_filesystem_list): Fix more memory leaks on failure.
From Andreas Schwab.

25 years ago(noinst_HEADERS): Add lchown.h.
Jim Meyering [Thu, 16 Jul 1998 23:26:50 +0000 (23:26 +0000)]
(noinst_HEADERS): Add lchown.h.

25 years agoinclude lchown.h
Jim Meyering [Thu, 16 Jul 1998 23:25:29 +0000 (23:25 +0000)]
include lchown.h

25 years ago.
Jim Meyering [Thu, 16 Jul 1998 23:23:05 +0000 (23:23 +0000)]
.

25 years ago[!ENOSYS] (ENOSYS): Define to ENOTSUP or ENOMSG.
Jim Meyering [Thu, 16 Jul 1998 23:12:25 +0000 (23:12 +0000)]
[!ENOSYS] (ENOSYS): Define to ENOTSUP or ENOMSG.

25 years agoUpdate prototype.
Jim Meyering [Thu, 16 Jul 1998 23:02:19 +0000 (23:02 +0000)]
Update prototype.

25 years ago(safe_read): Change type of pointer parameter to
Jim Meyering [Thu, 16 Jul 1998 23:02:03 +0000 (23:02 +0000)]
(safe_read): Change type of pointer parameter to
`void' to avoid Irix4 cc errors.  Reported by Kaveh Ghazi.

25 years ago*** empty log message ***
Jim Meyering [Thu, 9 Jul 1998 14:29:22 +0000 (14:29 +0000)]
*** empty log message ***

25 years ago(jm_FUNC_CHOWN): Add a check to verify that the
Jim Meyering [Thu, 9 Jul 1998 14:29:11 +0000 (14:29 +0000)]
(jm_FUNC_CHOWN): Add a check to verify that the
uid and gid actually remain unchanged.

25 years ago*** empty log message ***
Jim Meyering [Wed, 8 Jul 1998 01:10:45 +0000 (01:10 +0000)]
*** empty log message ***

25 years agoRemove fclose_unlocked.
Jim Meyering [Wed, 8 Jul 1998 01:03:34 +0000 (01:03 +0000)]
Remove fclose_unlocked.