platform/upstream/coreutils.git
24 years ago*** empty log message ***
Jim Meyering [Sat, 4 Mar 2000 12:22:14 +0000 (12:22 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sat, 4 Mar 2000 12:19:57 +0000 (12:19 +0000)]
*** empty log message ***

24 years agocopyright
Jim Meyering [Sat, 4 Mar 2000 12:14:57 +0000 (12:14 +0000)]
copyright

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

24 years ago(jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE, for lib/localcharset.c.
Jim Meyering [Sat, 4 Mar 2000 08:11:18 +0000 (08:11 +0000)]
(jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE, for lib/localcharset.c.

24 years agoAdd Bruno's comment justifying use of volatile.
Jim Meyering [Sat, 4 Mar 2000 07:57:35 +0000 (07:57 +0000)]
Add Bruno's comment justifying use of volatile.

24 years agoNew version, incorporating remarks from a linux
Jim Meyering [Sat, 4 Mar 2000 07:53:33 +0000 (07:53 +0000)]
New version, incorporating remarks from a linux
i18n mailing list.  From Bruno Haible.

24 years ago*** empty log message ***
Jim Meyering [Fri, 3 Mar 2000 21:48:23 +0000 (21:48 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Fri, 3 Mar 2000 21:48:02 +0000 (21:48 +0000)]
*** empty log message ***

24 years agoMake it so stty's rprnt attribute works on HPUX 10.20.
Jim Meyering [Fri, 3 Mar 2000 21:47:59 +0000 (21:47 +0000)]
Make it so stty's rprnt attribute works on HPUX 10.20.
[CREPRINT && !CRPRNT] (CRPRNT): Define.
(control_info): Recognize HPUX's CREPRINT.

24 years ago.
Jim Meyering [Fri, 3 Mar 2000 12:28:28 +0000 (12:28 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Fri, 3 Mar 2000 12:24:11 +0000 (12:24 +0000)]
*** empty log message ***

24 years agoMake sure re_compile_pattern accepts patterns like `{1'.
Jim Meyering [Fri, 3 Mar 2000 12:23:47 +0000 (12:23 +0000)]
Make sure re_compile_pattern accepts patterns like `{1'.

24 years ago*** empty log message ***
Jim Meyering [Fri, 3 Mar 2000 12:21:32 +0000 (12:21 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Fri, 3 Mar 2000 08:25:29 +0000 (08:25 +0000)]
*** empty log message ***

24 years ago.
Jim Meyering [Fri, 3 Mar 2000 08:25:13 +0000 (08:25 +0000)]
.

24 years ago(fillbuf): Move declaration of local, cc, into scope of
Jim Meyering [Fri, 3 Mar 2000 08:24:16 +0000 (08:24 +0000)]
(fillbuf): Move declaration of local, cc, into scope of
`while' loop where it's used.

24 years agoBig performance improvement when sorting many small files,
Jim Meyering [Fri, 3 Mar 2000 08:18:48 +0000 (08:18 +0000)]
Big performance improvement when sorting many small files,
building on a suggestion by Charles Randall.

(fillbuf): Skip memmove if it would be a no-op,
as many memmove implementations are slow in that case.
Don't examine leftover bytes for eolchar, since they may be left
over from a previous file, and we want to read from this file.

(sort): At end of file, if there is more input and buffer room,
concatenate the next input file.

24 years ago*** empty log message ***
Jim Meyering [Fri, 3 Mar 2000 08:12:51 +0000 (08:12 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Fri, 3 Mar 2000 08:05:27 +0000 (08:05 +0000)]
*** empty log message ***

24 years ago(EXTRA_DIST): Add config.charset.
Jim Meyering [Thu, 2 Mar 2000 15:28:23 +0000 (15:28 +0000)]
(EXTRA_DIST): Add config.charset.

24 years agowrap lines and reformat @examples a little to avoid
Jim Meyering [Thu, 2 Mar 2000 12:33:06 +0000 (12:33 +0000)]
wrap lines and reformat @examples a little to avoid
`Overfull \hbox ... too wide' warnings

24 years agomake example narrower to avoid `Overfull \hbox ... too wide' warning
Jim Meyering [Thu, 2 Mar 2000 12:30:39 +0000 (12:30 +0000)]
make example narrower to avoid `Overfull \hbox ... too wide' warning

24 years ago*** empty log message ***
Jim Meyering [Thu, 2 Mar 2000 12:24:21 +0000 (12:24 +0000)]
*** empty log message ***

24 years ago(printf invocation): Describe new unicode syntax.
Jim Meyering [Thu, 2 Mar 2000 12:24:00 +0000 (12:24 +0000)]
(printf invocation): Describe new unicode syntax.
From Bruno Haible.

24 years ago*** empty log message ***
Jim Meyering [Thu, 2 Mar 2000 09:44:56 +0000 (09:44 +0000)]
*** empty log message ***

24 years agoRequire AC_HEADER_TIME before the cache check so
Jim Meyering [Thu, 2 Mar 2000 09:44:43 +0000 (09:44 +0000)]
Require AC_HEADER_TIME before the cache check so
the messages come out on separate lines.

24 years ago*** empty log message ***
Jim Meyering [Thu, 2 Mar 2000 09:09:08 +0000 (09:09 +0000)]
*** empty log message ***

24 years ago.
Jim Meyering [Thu, 2 Mar 2000 09:09:02 +0000 (09:09 +0000)]
.

24 years ago(jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS, rather than jm_CHECK_DECLARATIONS.
Jim Meyering [Thu, 2 Mar 2000 09:08:32 +0000 (09:08 +0000)]
(jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS, rather than jm_CHECK_DECLARATIONS.

24 years ago*** empty log message ***
Jim Meyering [Thu, 2 Mar 2000 09:05:33 +0000 (09:05 +0000)]
*** empty log message ***

24 years ago(AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
Jim Meyering [Thu, 2 Mar 2000 09:05:28 +0000 (09:05 +0000)]
(AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.

24 years ago(getlogin, ttyname, geteuid): Declare them here, if needed.
Jim Meyering [Thu, 2 Mar 2000 09:04:06 +0000 (09:04 +0000)]
(getlogin, ttyname, geteuid): Declare them here, if needed.

24 years ago.
Jim Meyering [Thu, 2 Mar 2000 07:38:57 +0000 (07:38 +0000)]
.

24 years ago(show_point): Ignore shortcuts based on path
Jim Meyering [Thu, 2 Mar 2000 07:30:36 +0000 (07:30 +0000)]
(show_point): Ignore shortcuts based on path
prefixes that are loop file system mount points, since they
yield undesirable output.

24 years ago(DEFS): Add -DLIBDIR=...
Jim Meyering [Wed, 1 Mar 2000 13:26:04 +0000 (13:26 +0000)]
(DEFS): Add -DLIBDIR=...
(libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
(noinst_HEADERS): Add unicodeio.h.
(all-local, install-exec-local, charset.alias): New targets.

24 years ago*** empty log message ***
Jim Meyering [Wed, 1 Mar 2000 13:23:53 +0000 (13:23 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Wed, 1 Mar 2000 13:23:47 +0000 (13:23 +0000)]
*** empty log message ***

24 years agoNew file from Bruno.
Jim Meyering [Wed, 1 Mar 2000 13:23:41 +0000 (13:23 +0000)]
New file from Bruno.

24 years agoNew file from Bruno.
Jim Meyering [Wed, 1 Mar 2000 13:22:57 +0000 (13:22 +0000)]
New file from Bruno.
filter through cppi

24 years agoNew file from Bruno.
Jim Meyering [Wed, 1 Mar 2000 13:22:35 +0000 (13:22 +0000)]
New file from Bruno.
One portability tweak:
guard inclusion of stddef.h.

24 years agoGuard some #includes with `#if HAVE_...'.
Jim Meyering [Wed, 1 Mar 2000 13:21:23 +0000 (13:21 +0000)]
Guard some #includes with `#if HAVE_...'.

24 years agonew file, from Bruno
Jim Meyering [Wed, 1 Mar 2000 13:11:05 +0000 (13:11 +0000)]
new file, from Bruno

24 years agoDescribe eq-wid-2 failure conditions.
Jim Meyering [Wed, 1 Mar 2000 12:53:37 +0000 (12:53 +0000)]
Describe eq-wid-2 failure conditions.

24 years ago.
Jim Meyering [Wed, 1 Mar 2000 12:51:07 +0000 (12:51 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Wed, 1 Mar 2000 12:50:28 +0000 (12:50 +0000)]
*** empty log message ***

24 years ago.
Jim Meyering [Wed, 1 Mar 2000 12:49:12 +0000 (12:49 +0000)]
.

24 years ago(get_width_format): Fix portability problem with `-0' vs. `0'.
Jim Meyering [Wed, 1 Mar 2000 12:31:16 +0000 (12:31 +0000)]
(get_width_format): Fix portability problem with `-0' vs. `0'.

24 years ago.
Jim Meyering [Wed, 1 Mar 2000 12:29:00 +0000 (12:29 +0000)]
.

24 years ago.
Jim Meyering [Wed, 1 Mar 2000 12:27:54 +0000 (12:27 +0000)]
.

24 years ago(decode_switches): Remove `e' from getopt_long's list of
Jim Meyering [Tue, 29 Feb 2000 15:22:16 +0000 (15:22 +0000)]
(decode_switches): Remove `e' from getopt_long's list of
option characters.  Reported by John Summerfield.

24 years ago*** empty log message ***
Jim Meyering [Tue, 29 Feb 2000 07:32:27 +0000 (07:32 +0000)]
*** empty log message ***

24 years ago(make_blank): Add an explicit cast to `unsigned char *'
Jim Meyering [Tue, 29 Feb 2000 07:32:23 +0000 (07:32 +0000)]
(make_blank): Add an explicit cast to `unsigned char *'
to placate HPUX's C compiler.  Reported by Bob Proulx.

24 years agosplit a long line
Jim Meyering [Tue, 29 Feb 2000 06:34:25 +0000 (06:34 +0000)]
split a long line

24 years ago*** empty log message ***
Jim Meyering [Mon, 28 Feb 2000 20:45:33 +0000 (20:45 +0000)]
*** empty log message ***

24 years ago(ALERT_CHAR): New macro.
Jim Meyering [Mon, 28 Feb 2000 20:45:28 +0000 (20:45 +0000)]
(ALERT_CHAR): New macro.
(quotearg_buffer_restyled): Use it.

24 years ago*** empty log message ***
Jim Meyering [Mon, 28 Feb 2000 07:23:06 +0000 (07:23 +0000)]
*** empty log message ***

24 years agoUse ginstall, not install.
Jim Meyering [Mon, 28 Feb 2000 07:23:00 +0000 (07:23 +0000)]
Use ginstall, not install.

24 years ago. FILEUTILS-4_0q
Jim Meyering [Sun, 27 Feb 2000 19:05:50 +0000 (19:05 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sun, 27 Feb 2000 18:53:50 +0000 (18:53 +0000)]
*** empty log message ***

24 years agoGuard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
Jim Meyering [Sun, 27 Feb 2000 18:50:31 +0000 (18:50 +0000)]
Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.

24 years agoFix typo in decl of strtoul: s/long long/long/.
Jim Meyering [Sun, 27 Feb 2000 18:49:10 +0000 (18:49 +0000)]
Fix typo in decl of strtoul: s/long long/long/.
Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.

24 years agoFix typo in decl of strtoul: s/long long/long/.
Jim Meyering [Sun, 27 Feb 2000 18:45:29 +0000 (18:45 +0000)]
Fix typo in decl of strtoul: s/long long/long/.

24 years ago*** empty log message ***
Jim Meyering [Sun, 27 Feb 2000 18:04:10 +0000 (18:04 +0000)]
*** empty log message ***

24 years agoGuard inclusion of stdlib.h with `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
Jim Meyering [Sun, 27 Feb 2000 18:04:00 +0000 (18:04 +0000)]
Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
Declare malloc if needed.

24 years agouse double quotes, not single quotes around syntax-error-evoking string
Jim Meyering [Sun, 27 Feb 2000 17:54:25 +0000 (17:54 +0000)]
use double quotes, not single quotes around syntax-error-evoking string

24 years ago*** empty log message ***
Jim Meyering [Sun, 27 Feb 2000 17:53:36 +0000 (17:53 +0000)]
*** empty log message ***

24 years agoAdd getenv to the list.
Jim Meyering [Sun, 27 Feb 2000 17:53:31 +0000 (17:53 +0000)]
Add getenv to the list.

24 years ago*** empty log message ***
Jim Meyering [Sun, 27 Feb 2000 17:42:26 +0000 (17:42 +0000)]
*** empty log message ***

24 years agoUse `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
Jim Meyering [Sun, 27 Feb 2000 17:41:20 +0000 (17:41 +0000)]
Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
now that autoconf always defines the HAVE_DECL_ symbols.

Arrange for cpp to fail if the configure-time
declaration check was not run.

24 years agoArrange for cpp to fail if the configure-time
Jim Meyering [Sun, 27 Feb 2000 17:40:53 +0000 (17:40 +0000)]
Arrange for cpp to fail if the configure-time
declaration check was not run.

24 years agoUse `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
Jim Meyering [Sun, 27 Feb 2000 17:40:24 +0000 (17:40 +0000)]
Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
now that autoconf always defines the HAVE_DECL_ symbols.

Arrange for cpp to fail if the configure-time
declaration check was not run.

24 years agoUse `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
Jim Meyering [Sun, 27 Feb 2000 17:39:52 +0000 (17:39 +0000)]
Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
now that autoconf always defines the HAVE_DECL_ symbols.

Arrange for cpp to fail if the configure-time
declaration check was not run.

24 years agoUse `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL...'
Jim Meyering [Sun, 27 Feb 2000 17:26:39 +0000 (17:26 +0000)]
Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL...'
now that autoconf always defines the HAVE_DECL_ symbols.

24 years ago.
Jim Meyering [Sun, 27 Feb 2000 15:43:43 +0000 (15:43 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sun, 27 Feb 2000 15:06:19 +0000 (15:06 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sun, 27 Feb 2000 15:01:34 +0000 (15:01 +0000)]
*** empty log message ***

24 years ago(install_file_to_path): Always use install_file_in_file.
Jim Meyering [Sun, 27 Feb 2000 15:01:21 +0000 (15:01 +0000)]
(install_file_to_path): Always use install_file_in_file.
Based on a patch from Adam Klein via Michael Stone.

24 years ago*** empty log message ***
Jim Meyering [Sun, 27 Feb 2000 15:00:31 +0000 (15:00 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sun, 27 Feb 2000 14:52:45 +0000 (14:52 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sun, 27 Feb 2000 14:39:48 +0000 (14:39 +0000)]
*** empty log message ***

24 years ago(TESTS): Add create-leading.
Jim Meyering [Sun, 27 Feb 2000 14:39:19 +0000 (14:39 +0000)]
(TESTS): Add create-leading.

24 years ago*** empty log message ***
Jim Meyering [Sun, 27 Feb 2000 14:35:07 +0000 (14:35 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sun, 27 Feb 2000 14:27:13 +0000 (14:27 +0000)]
*** empty log message ***

24 years agoPut cedilla on `c' in author's name.
Jim Meyering [Sun, 27 Feb 2000 13:58:12 +0000 (13:58 +0000)]
Put cedilla on `c' in author's name.

24 years ago(TESTS_ENVIRONMENT): Add PATH. Remove cruft.
Jim Meyering [Sun, 27 Feb 2000 13:18:24 +0000 (13:18 +0000)]
(TESTS_ENVIRONMENT): Add PATH. Remove cruft.

24 years agoClean up.
Jim Meyering [Sun, 27 Feb 2000 13:17:12 +0000 (13:17 +0000)]
Clean up.

24 years ago*** empty log message ***
Jim Meyering [Sun, 27 Feb 2000 11:29:13 +0000 (11:29 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sun, 27 Feb 2000 11:28:47 +0000 (11:28 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sun, 27 Feb 2000 11:27:38 +0000 (11:27 +0000)]
*** empty log message ***

24 years ago.
Jim Meyering [Sun, 27 Feb 2000 11:26:07 +0000 (11:26 +0000)]
.

24 years ago.
Jim Meyering [Sun, 27 Feb 2000 11:23:22 +0000 (11:23 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sun, 27 Feb 2000 11:23:11 +0000 (11:23 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sun, 27 Feb 2000 11:19:40 +0000 (11:19 +0000)]
*** empty log message ***

24 years ago(parse_user_spec): If there is no `:' but there is a `.',
Jim Meyering [Sun, 27 Feb 2000 11:13:16 +0000 (11:13 +0000)]
(parse_user_spec): If there is no `:' but there is a `.',
then first look up the entire `.'-containing string as a login name.

24 years ago*** empty log message ***
Jim Meyering [Sat, 26 Feb 2000 22:19:54 +0000 (22:19 +0000)]
*** empty log message ***

24 years ago.
Jim Meyering [Sat, 26 Feb 2000 21:34:58 +0000 (21:34 +0000)]
.

24 years agoDon't make the success of the test depend on the
Jim Meyering [Sat, 26 Feb 2000 21:34:41 +0000 (21:34 +0000)]
Don't make the success of the test depend on the
order in which directory entries are processed.
Reported by Andreas Schwab.

24 years agowhoops. Add commas in parenthesized list of functions in call
Jim Meyering [Sat, 26 Feb 2000 21:28:10 +0000 (21:28 +0000)]
whoops.  Add commas in parenthesized list of functions in call
to AC_CHECK_DECLS.

24 years ago*** empty log message ***
Jim Meyering [Wed, 23 Feb 2000 15:24:57 +0000 (15:24 +0000)]
*** empty log message ***