platform/upstream/coreutils.git
21 years ago(syntax checks): Use cvsu more (so we check only
Jim Meyering [Wed, 13 Aug 2003 07:03:09 +0000 (07:03 +0000)]
(syntax checks): Use cvsu more (so we check only
version-controlled files), rather than hard-coding exclusions
for generated files like cppi.c.

21 years agonew version from autoconf
Jim Meyering [Wed, 13 Aug 2003 06:14:50 +0000 (06:14 +0000)]
new version from autoconf

21 years ago*** empty log message ***
Jim Meyering [Tue, 12 Aug 2003 16:17:42 +0000 (16:17 +0000)]
*** empty log message ***

21 years agoAdd Irish (ga).
Jim Meyering [Tue, 12 Aug 2003 16:17:38 +0000 (16:17 +0000)]
Add Irish (ga).

21 years agoversion: 5.0.90
Jim Meyering [Tue, 12 Aug 2003 16:17:10 +0000 (16:17 +0000)]
version: 5.0.90

21 years agogrammar tweak
Jim Meyering [Tue, 12 Aug 2003 11:35:24 +0000 (11:35 +0000)]
grammar tweak

21 years ago*** empty log message ***
Jim Meyering [Mon, 11 Aug 2003 18:27:58 +0000 (18:27 +0000)]
*** empty log message ***

21 years ago.
Jim Meyering [Mon, 11 Aug 2003 18:25:04 +0000 (18:25 +0000)]
.

21 years ago.
Jim Meyering [Mon, 11 Aug 2003 14:35:58 +0000 (14:35 +0000)]
.

21 years agofold -s -wN would infloop for N < 8 with TABs in the input.
Jim Meyering [Mon, 11 Aug 2003 14:35:52 +0000 (14:35 +0000)]
fold -s -wN would infloop for N < 8 with TABs in the input.
E.g., this would not terminate: printf 'a\tb' | fold -w2 -s

(fold_file): Move contents of `else'-block
out of conditional so it's used also for --spaces (-s).

21 years agotest for fix of 2003-08-11
Jim Meyering [Mon, 11 Aug 2003 14:35:13 +0000 (14:35 +0000)]
test for fix of 2003-08-11

21 years ago(TESTS): Add fold.
Jim Meyering [Mon, 11 Aug 2003 14:34:51 +0000 (14:34 +0000)]
(TESTS): Add fold.

21 years ago*** empty log message ***
Jim Meyering [Sun, 10 Aug 2003 17:50:14 +0000 (17:50 +0000)]
*** empty log message ***

21 years ago[!NICE_PRIORITY]: Include <sys/resource.h> after
Jim Meyering [Sun, 10 Aug 2003 17:50:11 +0000 (17:50 +0000)]
[!NICE_PRIORITY]: Include <sys/resource.h> after
system.h so the types from time.h and sys/time.h are available.
It appears that this is necessary for OpenBSD, NetBSD, and
Darwin 6.5 (MacOS 10.2.5).  Reported by Nelson Beebe.

21 years ago.
Jim Meyering [Sun, 10 Aug 2003 13:33:11 +0000 (13:33 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sun, 10 Aug 2003 13:32:24 +0000 (13:32 +0000)]
*** empty log message ***

21 years ago.
Jim Meyering [Sun, 10 Aug 2003 13:32:18 +0000 (13:32 +0000)]
.

21 years agotweak comments
Jim Meyering [Sun, 10 Aug 2003 13:31:42 +0000 (13:31 +0000)]
tweak comments

21 years agoRequire gl_FUNC_UTIMES.
Jim Meyering [Sun, 10 Aug 2003 13:30:39 +0000 (13:30 +0000)]
Require gl_FUNC_UTIMES.
Don't check for utime or utimes.

21 years ago*** empty log message ***
Jim Meyering [Sun, 10 Aug 2003 13:30:03 +0000 (13:30 +0000)]
*** empty log message ***

21 years ago(utimens): Revert most of last change.
Jim Meyering [Sun, 10 Aug 2003 13:29:56 +0000 (13:29 +0000)]
(utimens): Revert most of last change.
Test HAVE_WORKING_UTIMES instead of HAVE_UTIMES.

21 years ago(gl_FUNC_UTIMES): New file.
Jim Meyering [Sun, 10 Aug 2003 13:28:38 +0000 (13:28 +0000)]
(gl_FUNC_UTIMES): New file.

21 years agoRename to utimes-null.m4.
Jim Meyering [Sun, 10 Aug 2003 10:06:14 +0000 (10:06 +0000)]
Rename to utimes-null.m4.

21 years agoRenamed from utimes.m4.
Jim Meyering [Sun, 10 Aug 2003 09:57:26 +0000 (09:57 +0000)]
Renamed from utimes.m4.

21 years ago*** empty log message ***
Jim Meyering [Sun, 10 Aug 2003 06:21:10 +0000 (06:21 +0000)]
*** empty log message ***

21 years ago.
Jim Meyering [Sat, 9 Aug 2003 18:38:02 +0000 (18:38 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 18:37:52 +0000 (18:37 +0000)]
*** empty log message ***

21 years ago.
Jim Meyering [Sat, 9 Aug 2003 18:37:08 +0000 (18:37 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 18:36:27 +0000 (18:36 +0000)]
*** empty log message ***

21 years ago(jm_PREREQ): Require gl_UTIMENS.
Jim Meyering [Sat, 9 Aug 2003 18:36:16 +0000 (18:36 +0000)]
(jm_PREREQ): Require gl_UTIMENS.

21 years agoInclude utimens.h.
Jim Meyering [Sat, 9 Aug 2003 18:35:07 +0000 (18:35 +0000)]
Include utimens.h.
Set file timestamps with utimens, not utime.

21 years ago(libeftish_a_SOURCES): Add utimens.c, utimens.h.
Jim Meyering [Sat, 9 Aug 2003 18:24:52 +0000 (18:24 +0000)]
(libeftish_a_SOURCES): Add utimens.c, utimens.h.

21 years agoTest HAVE_UTIME, not HAVE_UTIMES.
Jim Meyering [Sat, 9 Aug 2003 18:23:45 +0000 (18:23 +0000)]
Test HAVE_UTIME, not HAVE_UTIMES.
Prefer utime, since it works and utimes doesn't on some systems.

21 years agoInclude utimens.h.
Jim Meyering [Sat, 9 Aug 2003 17:48:41 +0000 (17:48 +0000)]
Include utimens.h.
(copy_internal): Set file timestamps with utimens, not utime.

21 years agoInclude utimens.h.
Jim Meyering [Sat, 9 Aug 2003 17:47:34 +0000 (17:47 +0000)]
Include utimens.h.
(change_timestamps): Set file timestamps with utimens, not utime.

21 years agoInclude utimens.h.
Jim Meyering [Sat, 9 Aug 2003 17:46:13 +0000 (17:46 +0000)]
Include utimens.h.
(re_protect): Set file timestamps with utimens, not utime.

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 17:23:13 +0000 (17:23 +0000)]
*** empty log message ***

21 years ago(gl_PREREQ_VASNPRINTF): Solaris 2.5.1 needs -lw to get the wcslen function.
Jim Meyering [Sat, 9 Aug 2003 17:23:09 +0000 (17:23 +0000)]
(gl_PREREQ_VASNPRINTF): Solaris 2.5.1 needs -lw to get the wcslen function.

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 17:01:55 +0000 (17:01 +0000)]
*** empty log message ***

21 years ago(sc_sun_os_names): New rule.
Jim Meyering [Sat, 9 Aug 2003 17:01:23 +0000 (17:01 +0000)]
(sc_sun_os_names): New rule.
(syntax-check-rules): Add it.

21 years agoTweak Solaris OS version number in comment.
Jim Meyering [Sat, 9 Aug 2003 16:35:19 +0000 (16:35 +0000)]
Tweak Solaris OS version number in comment.

21 years ago(main): Tweak Solaris OS version number in comment.
Jim Meyering [Sat, 9 Aug 2003 16:34:32 +0000 (16:34 +0000)]
(main): Tweak Solaris OS version number in comment.

21 years agoTweak Solaris OS version number in comment.
Jim Meyering [Sat, 9 Aug 2003 16:34:22 +0000 (16:34 +0000)]
Tweak Solaris OS version number in comment.

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 16:34:02 +0000 (16:34 +0000)]
*** empty log message ***

21 years agoChange Solaris 2.7 to Solaris 5.7 in comment.
Jim Meyering [Sat, 9 Aug 2003 16:33:55 +0000 (16:33 +0000)]
Change Solaris 2.7 to Solaris 5.7 in comment.

21 years agoChange Solaris2.7 to Solaris 5.7.
Jim Meyering [Sat, 9 Aug 2003 16:29:28 +0000 (16:29 +0000)]
Change Solaris2.7 to Solaris 5.7.

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 16:27:57 +0000 (16:27 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 16:26:54 +0000 (16:26 +0000)]
*** empty log message ***

21 years ago(unicode_to_mb): Change Solaris 2.7 to Solaris 5.7 in comment.
Jim Meyering [Sat, 9 Aug 2003 16:26:32 +0000 (16:26 +0000)]
(unicode_to_mb): Change Solaris 2.7 to Solaris 5.7 in comment.

21 years ago.
Jim Meyering [Sat, 9 Aug 2003 16:20:35 +0000 (16:20 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 15:33:20 +0000 (15:33 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 15:32:50 +0000 (15:32 +0000)]
*** empty log message ***

21 years ago(pipe_lines): Use memchr to skip lines, rather than an explicit loop.
Jim Meyering [Sat, 9 Aug 2003 15:32:42 +0000 (15:32 +0000)]
(pipe_lines): Use memchr to skip lines, rather than an explicit loop.

21 years agoAdd new undocumented option, --presume-input-pipe.
Jim Meyering [Sat, 9 Aug 2003 15:31:13 +0000 (15:31 +0000)]
Add new undocumented option, --presume-input-pipe.

21 years ago.
Jim Meyering [Sat, 9 Aug 2003 14:11:42 +0000 (14:11 +0000)]
.

21 years ago.
Jim Meyering [Sat, 9 Aug 2003 14:10:59 +0000 (14:10 +0000)]
.

21 years agosuperceded by extensions.m4 from gnulib
Jim Meyering [Sat, 9 Aug 2003 14:05:19 +0000 (14:05 +0000)]
superceded by extensions.m4 from gnulib

21 years agoreplaced by unlocked-io.m4 from gnulib
Jim Meyering [Sat, 9 Aug 2003 14:04:55 +0000 (14:04 +0000)]
replaced by unlocked-io.m4 from gnulib

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 14:04:04 +0000 (14:04 +0000)]
*** empty log message ***

21 years agoMerge from gnulib.
Jim Meyering [Sat, 9 Aug 2003 14:03:59 +0000 (14:03 +0000)]
Merge from gnulib.

21 years agoNew files, from gnulib.
Jim Meyering [Sat, 9 Aug 2003 14:03:30 +0000 (14:03 +0000)]
New files, from gnulib.

21 years agoUse new gnulib 'extensions' module.
Jim Meyering [Sat, 9 Aug 2003 14:02:52 +0000 (14:02 +0000)]
Use new gnulib 'extensions' module.

Invoke gl_USE_SYSTEM_EXTENSIONS instead of
AC_GNU_SOURCE.

21 years ago.
Jim Meyering [Sat, 9 Aug 2003 14:00:46 +0000 (14:00 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 14:00:39 +0000 (14:00 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 11:38:59 +0000 (11:38 +0000)]
*** empty log message ***

21 years agoEnsure that a/b/F has at least 65 bytes too.
Jim Meyering [Sat, 9 Aug 2003 11:38:57 +0000 (11:38 +0000)]
Ensure that a/b/F has at least 65 bytes too.

21 years ago.
Jim Meyering [Sat, 9 Aug 2003 10:57:04 +0000 (10:57 +0000)]
.

21 years ago.
Jim Meyering [Sat, 9 Aug 2003 10:56:40 +0000 (10:56 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 10:44:33 +0000 (10:44 +0000)]
*** empty log message ***

21 years agoUse the e.g., `$(FNMATCH_H)' notation for AC_REPLACED
Jim Meyering [Sat, 9 Aug 2003 10:44:06 +0000 (10:44 +0000)]
Use the e.g., `$(FNMATCH_H)' notation for AC_REPLACED
variable names, rather than @FNMATCH_H@.
Likewise for $(ALLOCA_H).
(fnmatch.h): Use `$@' in the commands, in place of the three copies
of the literal target, `fnmatch.h'.
(alloca.h): Likewise.

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 10:28:01 +0000 (10:28 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 10:22:01 +0000 (10:22 +0000)]
*** empty log message ***

21 years ago(jm_MACROS): Replace jm_INCLUDED_REGEX([lib/regex.c]) with gl_REGEX.
Jim Meyering [Sat, 9 Aug 2003 10:21:58 +0000 (10:21 +0000)]
(jm_MACROS): Replace jm_INCLUDED_REGEX([lib/regex.c]) with gl_REGEX.
Replace jm_FUNC_MKTIME with gl_FUNC_MKTIME.
Remove redundant AC_FUNC_FNMATCH_GNU, jm_FUNC_MKTIME.
Remove AC_FUNC_VPRINTF.
Add gl_ERROR.

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 09:58:34 +0000 (09:58 +0000)]
*** empty log message ***

21 years ago(libfetish_a_SOURCES): Remove fnmatch_.h.
Jim Meyering [Sat, 9 Aug 2003 09:58:30 +0000 (09:58 +0000)]
(libfetish_a_SOURCES): Remove fnmatch_.h.
(lib_OBJECTS): New macro, for convenience when cutting and
pasting Makefile.am templates from gnulib.
(EXTRA_DIST): Remove fnmatch_loop.c.
(BUILT_SOURCES): Append $(FNMATCH_H).

Import the following changes from gnulib templates
for alloca and fnmatch):
(all-local $(lib_OBJECTS)): New dependencies.
(alloca.h): Use alloca.h-t for temporary.
(EXTRA_DIST): Append fnmatch_.h, fnmatch_loop.c.
(fnmatch.h): New rule.
(MOSTLYCLEANFILES): Add fnmatch.h, fnmatch.h-t.
(DISTCLEANFILES): Remove fnmatch.h

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 09:52:37 +0000 (09:52 +0000)]
*** empty log message ***

21 years ago(split invocation): Add -d or --numeric-suffixes option to 'split'.
Jim Meyering [Sat, 9 Aug 2003 09:50:52 +0000 (09:50 +0000)]
(split invocation): Add -d or --numeric-suffixes option to 'split'.

21 years ago*** empty log message ***
Jim Meyering [Sat, 9 Aug 2003 09:47:10 +0000 (09:47 +0000)]
*** empty log message ***

21 years agoReflect that `split -a 0' is now accepted.
Jim Meyering [Sat, 9 Aug 2003 09:46:13 +0000 (09:46 +0000)]
Reflect that `split -a 0' is now accepted.

21 years ago(suffix_alphabet): New var.
Jim Meyering [Sat, 9 Aug 2003 09:16:39 +0000 (09:16 +0000)]
(suffix_alphabet): New var.
(longopts, usage, next_file_name, main): Support -d.
(next_file_name, main): Allow -a0, as POSIX requires.
(next_file_name): Don't assume ASCII-like encoding;
'a' through 'z' are not contiguous in EBCDIC.

21 years ago*** empty log message ***
Jim Meyering [Fri, 8 Aug 2003 21:15:01 +0000 (21:15 +0000)]
*** empty log message ***

21 years ago(read_filesystem_list) [MOUNTED_GETFSSTAT]:
Jim Meyering [Fri, 8 Aug 2003 21:14:57 +0000 (21:14 +0000)]
(read_filesystem_list) [MOUNTED_GETFSSTAT]:
Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
hang on OSF/1 5.1 for DIR on both local and remote file systems.
Reported by (and fix confirmed by) Nelson H. F. Beebe.

21 years ago.
Jim Meyering [Thu, 7 Aug 2003 09:41:34 +0000 (09:41 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Thu, 7 Aug 2003 09:36:43 +0000 (09:36 +0000)]
*** empty log message ***

21 years ago(RE_SYNTAX_POSIX_AWK): Remove SPACE in SPACE-TAB sequence.
Jim Meyering [Thu, 7 Aug 2003 09:36:38 +0000 (09:36 +0000)]
(RE_SYNTAX_POSIX_AWK): Remove SPACE in SPACE-TAB sequence.

21 years ago*** empty log message ***
Jim Meyering [Thu, 7 Aug 2003 09:33:53 +0000 (09:33 +0000)]
*** empty log message ***

21 years agoInclude getndelim2.h rather than getdelim2.h.
Jim Meyering [Thu, 7 Aug 2003 09:33:48 +0000 (09:33 +0000)]
Include getndelim2.h rather than getdelim2.h.
(cut_fields): Invoke getndelim2 rather than getdelim2.

21 years ago.
Jim Meyering [Thu, 7 Aug 2003 09:32:44 +0000 (09:32 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Thu, 7 Aug 2003 09:32:07 +0000 (09:32 +0000)]
*** empty log message ***

21 years agoNew file, from gnulib.
Jim Meyering [Thu, 7 Aug 2003 09:31:47 +0000 (09:31 +0000)]
New file, from gnulib.

21 years agoMerge from gnulib.
Jim Meyering [Thu, 7 Aug 2003 09:31:22 +0000 (09:31 +0000)]
Merge from gnulib.

21 years ago(jm_MACROS): Use gl_GETNDELIM2 rather than checking for getdelim.
Jim Meyering [Thu, 7 Aug 2003 09:30:09 +0000 (09:30 +0000)]
(jm_MACROS): Use gl_GETNDELIM2 rather than checking for getdelim.
(jm_CHECK_ALL_TYPES): Use gt_TYPE_SSIZE_T for ssize_t rather
than rolling our own.

21 years ago*** empty log message ***
Jim Meyering [Thu, 7 Aug 2003 09:26:21 +0000 (09:26 +0000)]
*** empty log message ***

21 years agoMerge from gnulib.
Jim Meyering [Thu, 7 Aug 2003 09:26:06 +0000 (09:26 +0000)]
Merge from gnulib.

21 years agoMerge from gnulib.
Jim Meyering [Thu, 7 Aug 2003 09:25:26 +0000 (09:25 +0000)]
Merge from gnulib.

21 years agosuperseded by getndelim2.[ch]
Jim Meyering [Thu, 7 Aug 2003 09:24:34 +0000 (09:24 +0000)]
superseded by getndelim2.[ch]

21 years agoNew files, from gnulib.
Jim Meyering [Thu, 7 Aug 2003 09:23:16 +0000 (09:23 +0000)]
New files, from gnulib.

21 years agoNew files, from gnulib.
Jim Meyering [Thu, 7 Aug 2003 09:22:36 +0000 (09:22 +0000)]
New files, from gnulib.

21 years ago(libfetish_a_SOURCES): Change getdelim2.c and
Jim Meyering [Thu, 7 Aug 2003 09:20:18 +0000 (09:20 +0000)]
(libfetish_a_SOURCES): Change getdelim2.c and
getdelim2.h to getndelim2.c and getndelim2.h.

21 years ago*** empty log message ***
Jim Meyering [Thu, 7 Aug 2003 09:13:55 +0000 (09:13 +0000)]
*** empty log message ***