platform/upstream/coreutils.git
26 years ago*** empty log message ***
Jim Meyering [Mon, 3 Nov 1997 05:38:28 +0000 (05:38 +0000)]
*** empty log message ***

26 years ago(xalloc_fail): Renamed from fixup_null_alloc.
Jim Meyering [Mon, 3 Nov 1997 05:25:44 +0000 (05:25 +0000)]
(xalloc_fail): Renamed from fixup_null_alloc.
(xcalloc): #ifdef-out unused function.
(xrealloc): Remove code to work around deficient versions of realloc.
Now we have an autoconf-enabled replacement version.
(xmalloc): Remove code to work around deficient versions of malloc.
Now we have an autoconf-enabled replacement version.

26 years agobe stricter: check for both P == 0 and N == 0.
Jim Meyering [Mon, 3 Nov 1997 05:20:41 +0000 (05:20 +0000)]
be stricter: check for both P == 0 and N == 0.

26 years ago*** empty log message ***
Jim Meyering [Mon, 3 Nov 1997 05:20:09 +0000 (05:20 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Mon, 3 Nov 1997 05:19:56 +0000 (05:19 +0000)]
*** empty log message ***

26 years ago(main): New option, --max-line-length (-L).
Jim Meyering [Mon, 3 Nov 1997 05:08:36 +0000 (05:08 +0000)]
(main): New option, --max-line-length (-L).
(wc, write_counts): Implement it.
From Bruno Haible.

26 years ago.
Jim Meyering [Mon, 3 Nov 1997 04:52:50 +0000 (04:52 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Mon, 3 Nov 1997 04:51:54 +0000 (04:51 +0000)]
*** empty log message ***

26 years agodon't use touch
Jim Meyering [Mon, 3 Nov 1997 04:50:11 +0000 (04:50 +0000)]
don't use touch

26 years agorevert last change
Jim Meyering [Mon, 3 Nov 1997 04:40:37 +0000 (04:40 +0000)]
revert last change

26 years agocreate 100 at a time
Jim Meyering [Mon, 3 Nov 1997 04:40:07 +0000 (04:40 +0000)]
create 100 at a time

26 years agoPut cycle-detecting code inside an
Jim Meyering [Mon, 3 Nov 1997 04:22:57 +0000 (04:22 +0000)]
Put cycle-detecting code inside an
#ifdef ENABLE_CYCLE_CHECK, for systems lacking d_ino.
[D_INO_IN_DIRENT]: Define ENABLE_CYCLE_CHECK.

(ASSIGN_STRDUPA): Clean up.
(right_justify): Use memcpy return value directly.
Suggestions from Ulrich Drepper.

(remove_cwd_entries) [! defined HAVE_WORKING_READDIR]: Impose overhead
of working around non-POSIX readdir implementation only on systems
that need it.
(remove_cwd_entries): Temporarily save a copy of each entry name in
an obstack rather than on the stack via alloca, then free it in the
likely event that we don't save the entry in the hash table.

26 years ago*** empty log message ***
Jim Meyering [Sun, 2 Nov 1997 14:38:49 +0000 (14:38 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Sun, 2 Nov 1997 14:28:13 +0000 (14:28 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Sun, 2 Nov 1997 14:28:10 +0000 (14:28 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Sun, 2 Nov 1997 14:25:46 +0000 (14:25 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Sun, 2 Nov 1997 14:24:16 +0000 (14:24 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Sun, 2 Nov 1997 14:21:59 +0000 (14:21 +0000)]
*** empty log message ***

26 years agoGuard cycle-detecting code inside #ifdef ENABLE_CYCLE_CHECK.
Jim Meyering [Tue, 28 Oct 1997 00:55:11 +0000 (00:55 +0000)]
Guard cycle-detecting code inside #ifdef ENABLE_CYCLE_CHECK.
[D_INO_IN_DIRENT]: Define ENABLE_CYCLE_CHECK.

26 years ago*** empty log message ***
Jim Meyering [Mon, 27 Oct 1997 05:00:47 +0000 (05:00 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Jim Meyering [Mon, 27 Oct 1997 04:59:35 +0000 (04:59 +0000)]
*** empty log message ***

26 years agoadd comment
Jim Meyering [Mon, 27 Oct 1997 04:59:25 +0000 (04:59 +0000)]
add comment

26 years agoConvert to upper case before comparing.
Jim Meyering [Mon, 27 Oct 1997 04:58:22 +0000 (04:58 +0000)]
Convert to upper case before comparing.
This makes join -i work with sort -f.

26 years agofix typo in comment
Jim Meyering [Mon, 27 Oct 1997 03:22:01 +0000 (03:22 +0000)]
fix typo in comment

26 years ago.
Jim Meyering [Sun, 26 Oct 1997 15:07:47 +0000 (15:07 +0000)]
.

26 years agoAdd A, _, a tests using -f.
Jim Meyering [Sun, 26 Oct 1997 15:07:01 +0000 (15:07 +0000)]
Add A, _, a tests using -f.

26 years ago.
Jim Meyering [Sun, 26 Oct 1997 04:51:38 +0000 (04:51 +0000)]
.

26 years ago.
Jim Meyering [Sun, 26 Oct 1997 04:50:59 +0000 (04:50 +0000)]
.

26 years ago.
Jim Meyering [Sun, 26 Oct 1997 04:50:23 +0000 (04:50 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Sun, 26 Oct 1997 04:50:05 +0000 (04:50 +0000)]
*** empty log message ***

26 years ago(NLS_STRNCMP) [!ENABLE_NLS]: s/strcmp/strncmp/
Jim Meyering [Sun, 26 Oct 1997 04:42:02 +0000 (04:42 +0000)]
(NLS_STRNCMP) [!ENABLE_NLS]: s/strcmp/strncmp/

26 years ago(xalloc_fail_func): Initialize to 0, not NULL.
Jim Meyering [Sun, 26 Oct 1997 04:39:53 +0000 (04:39 +0000)]
(xalloc_fail_func): Initialize to 0, not NULL.

26 years ago.
Jim Meyering [Sun, 26 Oct 1997 04:26:09 +0000 (04:26 +0000)]
.

26 years ago(EXTRA_DIST): Add malloc.c.
Jim Meyering [Sun, 26 Oct 1997 03:58:27 +0000 (03:58 +0000)]
(EXTRA_DIST): Add malloc.c.

26 years ago.
Jim Meyering [Sun, 26 Oct 1997 03:57:43 +0000 (03:57 +0000)]
.

26 years ago(EXTRA_DIST): Add malloc.m4.
Jim Meyering [Sun, 26 Oct 1997 03:53:07 +0000 (03:53 +0000)]
(EXTRA_DIST): Add malloc.m4.

26 years ago.
Jim Meyering [Sun, 26 Oct 1997 03:52:27 +0000 (03:52 +0000)]
.

26 years ago(EXTRA_DIST): Add realloc.c.
Jim Meyering [Sun, 26 Oct 1997 03:15:47 +0000 (03:15 +0000)]
(EXTRA_DIST): Add realloc.c.

26 years ago.
Jim Meyering [Sun, 26 Oct 1997 02:48:44 +0000 (02:48 +0000)]
.

26 years ago.
Jim Meyering [Sun, 26 Oct 1997 02:48:15 +0000 (02:48 +0000)]
.

26 years ago.
Jim Meyering [Sun, 26 Oct 1997 02:47:19 +0000 (02:47 +0000)]
.

26 years ago.
Jim Meyering [Sun, 26 Oct 1997 02:46:35 +0000 (02:46 +0000)]
.

26 years ago(noinst_HEADERS): Add xalloc.h.
Jim Meyering [Sun, 26 Oct 1997 02:20:32 +0000 (02:20 +0000)]
(noinst_HEADERS): Add xalloc.h.

26 years ago.
Jim Meyering [Sat, 25 Oct 1997 22:04:11 +0000 (22:04 +0000)]
.

26 years agoRemove old-style xmalloc and xrealloc decls.
Jim Meyering [Sat, 25 Oct 1997 22:03:55 +0000 (22:03 +0000)]
Remove old-style xmalloc and xrealloc decls.

26 years agoRemove old-style xmalloc and xrealloc decls.
Jim Meyering [Sat, 25 Oct 1997 22:03:20 +0000 (22:03 +0000)]
Remove old-style xmalloc and xrealloc decls.

26 years agoInclude xalloc.h.
Jim Meyering [Sat, 25 Oct 1997 22:01:13 +0000 (22:01 +0000)]
Include xalloc.h.
Remove dcls of xmalloc, xcalloc and xrealloc.

26 years ago.
Jim Meyering [Sat, 25 Oct 1997 21:52:24 +0000 (21:52 +0000)]
.

26 years agos/xmalloc_exit_failure/xalloc_exit_failure
Jim Meyering [Sat, 25 Oct 1997 21:52:09 +0000 (21:52 +0000)]
s/xmalloc_exit_failure/xalloc_exit_failure

26 years agoInclude xalloc.h.
Jim Meyering [Sat, 25 Oct 1997 21:51:21 +0000 (21:51 +0000)]
Include xalloc.h.
Change VOID to void.
(xalloc_exit_failure): Renamed extern.
(xalloc_msg_memory_exhausted): New extern.
(xalloc_fail_func): New extern.
(fixup_null_alloc): Use new variables.

26 years ago.
Jim Meyering [Sat, 25 Oct 1997 21:49:45 +0000 (21:49 +0000)]
.

26 years ago.
Jim Meyering [Sat, 25 Oct 1997 04:45:58 +0000 (04:45 +0000)]
.

26 years agoRemove old-style xmalloc and xrealloc decls.
Jim Meyering [Sat, 25 Oct 1997 04:45:43 +0000 (04:45 +0000)]
Remove old-style xmalloc and xrealloc decls.

26 years agoRemove old-style xmalloc and xrealloc decls.
Jim Meyering [Sat, 25 Oct 1997 04:44:00 +0000 (04:44 +0000)]
Remove old-style xmalloc and xrealloc decls.
(add_tabstop): Cast first arg of xrealloc to char*.

26 years agoInclude xalloc.h.
Jim Meyering [Sat, 25 Oct 1997 04:43:10 +0000 (04:43 +0000)]
Include xalloc.h.
(xmalloc): Remove function.
(xrealloc): Remove function.
(main): Set xalloc_fail_func to cleanup.
Set xmalloc_exit_failure SORT_FAILURE.

26 years agoRemove old-style xmalloc and xrealloc decls.
Jim Meyering [Sat, 25 Oct 1997 04:42:15 +0000 (04:42 +0000)]
Remove old-style xmalloc and xrealloc decls.
(paste_parallel): Cast first arg of xrealloc to char*.

26 years agoRemove old-style xmalloc and xrealloc decls.
Jim Meyering [Sat, 25 Oct 1997 04:41:18 +0000 (04:41 +0000)]
Remove old-style xmalloc and xrealloc decls.
(decode_format_string): Cast first arg of xrealloc to char*.

26 years agoRemove old-style xmalloc and xrealloc decls.
Jim Meyering [Sat, 25 Oct 1997 04:40:28 +0000 (04:40 +0000)]
Remove old-style xmalloc and xrealloc decls.
(add_tabstop): Cast first arg of xrealloc to char*.

26 years agoInclude xalloc.h.
Jim Meyering [Sat, 25 Oct 1997 04:38:58 +0000 (04:38 +0000)]
Include xalloc.h.
(xmalloc): Remove function.
(xrealloc): Remove function.
(main): Set xalloc_fail_func to cleanup.

26 years ago(ADD_RANGE_PAIR): Cast first arg of xrealloc to char*.
Jim Meyering [Sat, 25 Oct 1997 04:37:57 +0000 (04:37 +0000)]
(ADD_RANGE_PAIR): Cast first arg of xrealloc to char*.
(getstr): Cast xmalloc return value to char*.
(xmalloc): Remove decl.
(xrealloc): Remove decl.

26 years agoUse unsigned int, not just unsigned.
Jim Meyering [Fri, 24 Oct 1997 13:17:16 +0000 (13:17 +0000)]
Use unsigned int, not just unsigned.

26 years ago*** empty log message ***
Jim Meyering [Fri, 24 Oct 1997 13:06:56 +0000 (13:06 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Fri, 24 Oct 1997 04:29:41 +0000 (04:29 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Fri, 24 Oct 1997 02:13:01 +0000 (02:13 +0000)]
*** empty log message ***

26 years agoquote AC_HEADER_STDC in AC_REQUIRE.
Jim Meyering [Fri, 24 Oct 1997 02:06:52 +0000 (02:06 +0000)]
quote AC_HEADER_STDC in AC_REQUIRE.

26 years agodon't use lower and upper temporaries
Jim Meyering [Fri, 24 Oct 1997 01:45:56 +0000 (01:45 +0000)]
don't use lower and upper temporaries

26 years ago.
Jim Meyering [Fri, 24 Oct 1997 01:44:35 +0000 (01:44 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Fri, 24 Oct 1997 01:44:29 +0000 (01:44 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Fri, 24 Oct 1997 01:43:24 +0000 (01:43 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Fri, 24 Oct 1997 01:43:12 +0000 (01:43 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Fri, 24 Oct 1997 01:42:27 +0000 (01:42 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Fri, 24 Oct 1997 01:42:02 +0000 (01:42 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Thu, 23 Oct 1997 16:15:31 +0000 (16:15 +0000)]
.

26 years ago[!HAVE_DECLARATION_FREE]: Declare free.
Jim Meyering [Thu, 23 Oct 1997 16:07:31 +0000 (16:07 +0000)]
[!HAVE_DECLARATION_FREE]: Declare free.
[!HAVE_DECLARATION_MALLOC]: Declare malloc.
[!HAVE_DECLARATION_REALLOC]: Declare realloc.
[!HAVE_DECLARATION_STPCPY]: Declare stpcpy.
[!HAVE_DECLARATION_STRSTR]: Declare strstr.

26 years agoRemove stpcpy decl.
Jim Meyering [Thu, 23 Oct 1997 16:06:59 +0000 (16:06 +0000)]
Remove stpcpy decl.
Remove free, malloc, and realloc decls.

26 years agoRemove free and malloc decls.
Jim Meyering [Thu, 23 Oct 1997 16:06:19 +0000 (16:06 +0000)]
Remove free and malloc decls.

26 years agoRemove stpcpy decl.
Jim Meyering [Thu, 23 Oct 1997 16:05:59 +0000 (16:05 +0000)]
Remove stpcpy decl.
Remove free and malloc decls.

26 years agoRemove stpcpy decl.
Jim Meyering [Thu, 23 Oct 1997 16:04:47 +0000 (16:04 +0000)]
Remove stpcpy decl.

26 years ago.
Jim Meyering [Thu, 23 Oct 1997 16:04:22 +0000 (16:04 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Thu, 23 Oct 1997 16:04:09 +0000 (16:04 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Thu, 23 Oct 1997 15:59:42 +0000 (15:59 +0000)]
.

26 years ago.
Jim Meyering [Thu, 23 Oct 1997 15:58:39 +0000 (15:58 +0000)]
.

26 years ago[STREQ]: Undef then redefine.
Jim Meyering [Thu, 23 Oct 1997 15:57:54 +0000 (15:57 +0000)]
[STREQ]: Undef then redefine.

26 years agoRemove strstr decl.
Jim Meyering [Thu, 23 Oct 1997 15:57:36 +0000 (15:57 +0000)]
Remove strstr decl.

26 years agoRemove stpcpy decl.
Jim Meyering [Thu, 23 Oct 1997 15:57:21 +0000 (15:57 +0000)]
Remove stpcpy decl.

26 years ago.
Jim Meyering [Thu, 23 Oct 1997 15:34:12 +0000 (15:34 +0000)]
.

26 years ago.
Jim Meyering [Thu, 23 Oct 1997 15:32:42 +0000 (15:32 +0000)]
.

26 years ago.
Jim Meyering [Thu, 23 Oct 1997 15:32:08 +0000 (15:32 +0000)]
.

26 years ago*** empty log message ***
Jim Meyering [Thu, 23 Oct 1997 14:30:37 +0000 (14:30 +0000)]
*** empty log message ***

26 years agoRemove stpcpy dcl.
Jim Meyering [Thu, 23 Oct 1997 14:30:27 +0000 (14:30 +0000)]
Remove stpcpy dcl.

26 years agoRemove malloc, and realloc dcls.
Jim Meyering [Thu, 23 Oct 1997 14:30:14 +0000 (14:30 +0000)]
Remove malloc, and realloc dcls.

26 years agoRemove free, malloc, and realloc dcls.
Jim Meyering [Thu, 23 Oct 1997 14:30:03 +0000 (14:30 +0000)]
Remove free, malloc, and realloc dcls.

26 years agoRemove malloc and realloc dcls.
Jim Meyering [Thu, 23 Oct 1997 14:29:46 +0000 (14:29 +0000)]
Remove malloc and realloc dcls.

26 years agoRemove stpcpy dcl.
Jim Meyering [Thu, 23 Oct 1997 14:28:31 +0000 (14:28 +0000)]
Remove stpcpy dcl.

26 years ago*** empty log message ***
Jim Meyering [Thu, 23 Oct 1997 13:28:01 +0000 (13:28 +0000)]
*** empty log message ***

26 years ago(EXTRA_DIST): Add decl.m4 and do-decl.m4.
Jim Meyering [Thu, 23 Oct 1997 13:26:45 +0000 (13:26 +0000)]
(EXTRA_DIST): Add decl.m4 and do-decl.m4.

26 years ago*** empty log message ***
Jim Meyering [Thu, 23 Oct 1997 04:53:18 +0000 (04:53 +0000)]
*** empty log message ***

26 years ago.
Jim Meyering [Thu, 23 Oct 1997 04:53:06 +0000 (04:53 +0000)]
.

26 years agoupdate from FSF
Jim Meyering [Wed, 22 Oct 1997 14:06:16 +0000 (14:06 +0000)]
update from FSF

26 years ago*** empty log message ***
Jim Meyering [Mon, 20 Oct 1997 18:31:29 +0000 (18:31 +0000)]
*** empty log message ***