platform/upstream/coreutils.git
28 years ago(usage): Remove -h. It is not an option.
Jim Meyering [Thu, 25 Jul 1996 03:25:32 +0000 (03:25 +0000)]
(usage): Remove -h.  It is not an option.
Reported by Ulrich Drepper.

28 years agocv.
Jim Meyering [Mon, 22 Jul 1996 04:50:43 +0000 (04:50 +0000)]
cv.

28 years ago.
Jim Meyering [Mon, 22 Jul 1996 04:42:16 +0000 (04:42 +0000)]
.

28 years ago.
Jim Meyering [Mon, 22 Jul 1996 01:57:10 +0000 (01:57 +0000)]
.

28 years ago(rpmatch): Add back [[:alpha:]]. Drepper says it's the standard.
Jim Meyering [Mon, 22 Jul 1996 01:01:10 +0000 (01:01 +0000)]
(rpmatch): Add back [[:alpha:]].  Drepper says it's the standard.

28 years ago.
Jim Meyering [Sun, 21 Jul 1996 22:48:46 +0000 (22:48 +0000)]
.

28 years ago(yesno) [!HAVE_RPMATCH]: Remove function since we'll
Jim Meyering [Sun, 21 Jul 1996 22:48:41 +0000 (22:48 +0000)]
(yesno) [!HAVE_RPMATCH]: Remove function since we'll
always use the rpmatch-based version.
Declare rpmatch.

28 years ago.
Jim Meyering [Sun, 21 Jul 1996 22:46:46 +0000 (22:46 +0000)]
.

28 years ago[STDC_HEADERS]: Guard inclusion of stdlib.h.
Jim Meyering [Sun, 21 Jul 1996 22:46:39 +0000 (22:46 +0000)]
[STDC_HEADERS]: Guard inclusion of stdlib.h.
(_) [!_]: Define it.
(try): Add RESPONSE parameter.
(rpmatch): Update caller.
Change the regular expressions to be ^[yY] and ^[nN].

28 years ago.
Jim Meyering [Sun, 21 Jul 1996 22:41:26 +0000 (22:41 +0000)]
.

28 years ago.
Jim Meyering [Sun, 21 Jul 1996 17:25:50 +0000 (17:25 +0000)]
.

28 years ago(EXTRA_DIST): Add rpmatch.c.
Jim Meyering [Sun, 21 Jul 1996 17:25:10 +0000 (17:25 +0000)]
(EXTRA_DIST): Add rpmatch.c.

28 years ago.
Jim Meyering [Sun, 21 Jul 1996 17:16:13 +0000 (17:16 +0000)]
.

28 years ago.
Jim Meyering [Sun, 21 Jul 1996 17:13:47 +0000 (17:13 +0000)]
.

28 years ago(yesno) [HAVE_RPMATCH]: New rpmatch-based version of the function.
Jim Meyering [Sun, 21 Jul 1996 17:13:41 +0000 (17:13 +0000)]
(yesno) [HAVE_RPMATCH]: New rpmatch-based version of the function.

28 years ago(EXTRA_DIST): Put error.c and obstack.c here...
Jim Meyering [Sun, 21 Jul 1996 17:11:10 +0000 (17:11 +0000)]
(EXTRA_DIST): Put error.c and obstack.c here...
(fu_SOURCES): Instead of here.

28 years ago.
Jim Meyering [Sun, 21 Jul 1996 17:11:01 +0000 (17:11 +0000)]
.

28 years ago.
Jim Meyering [Sun, 21 Jul 1996 17:01:52 +0000 (17:01 +0000)]
.

28 years ago.
Jim Meyering [Sun, 21 Jul 1996 16:59:36 +0000 (16:59 +0000)]
.

28 years ago.
Jim Meyering [Sun, 21 Jul 1996 16:57:47 +0000 (16:57 +0000)]
.

28 years ago.
Jim Meyering [Sun, 21 Jul 1996 14:52:33 +0000 (14:52 +0000)]
.

28 years ago.
Jim Meyering [Sun, 21 Jul 1996 14:51:46 +0000 (14:51 +0000)]
.

28 years ago(usage): Correct typo (-iucl -> -iuclc) in usage message.
Jim Meyering [Sun, 21 Jul 1996 14:51:02 +0000 (14:51 +0000)]
(usage): Correct typo (-iucl -> -iuclc) in usage message.
From Thomas Olsson <d95to@efd.lth.se>.

28 years ago.
Jim Meyering [Sat, 20 Jul 1996 22:14:05 +0000 (22:14 +0000)]
.

28 years ago.
Jim Meyering [Sat, 20 Jul 1996 21:01:55 +0000 (21:01 +0000)]
.

28 years ago.
Jim Meyering [Sat, 20 Jul 1996 05:24:15 +0000 (05:24 +0000)]
.

28 years ago(path_concat): Rewrite to return new parameter.
Jim Meyering [Sat, 20 Jul 1996 05:24:09 +0000 (05:24 +0000)]
(path_concat): Rewrite to return new parameter.
(do_copy): Update uses of path_concat to use new parameter.
Use that new pointer to compute correct offset for make_path_private.
Before, cp --recursive --parents SRC DEST failed when SRC was
an absolute file name.  E.g.,
% cd /tmp; rm -rf d f; mkdir d; touch f; cp -PR /tmp/f d
cp: tmp: No such file or directory
Reported by Horst von Brand vonbrand@sleipnir.valparaiso.cl.

28 years ago[_AIX]: Add #pragma alloca.
Jim Meyering [Fri, 19 Jul 1996 03:56:23 +0000 (03:56 +0000)]
[_AIX]: Add #pragma alloca.
From Bernd Leibing <bernd.leibing@rz.uni-ulm.de>.

28 years ago.
Jim Meyering [Fri, 19 Jul 1996 03:15:30 +0000 (03:15 +0000)]
.

28 years ago.
Jim Meyering [Fri, 19 Jul 1996 03:00:00 +0000 (03:00 +0000)]
.

28 years ago(main): Initialize for internationalized message support:
Jim Meyering [Fri, 19 Jul 1996 02:59:54 +0000 (02:59 +0000)]
(main): Initialize for internationalized message support:
call setlocale, bindtextdomain, and textdomain.  Reported by
Michel Robitaille <robitail@IRO.UMontreal.CA>.

28 years ago.
Jim Meyering [Thu, 18 Jul 1996 04:44:54 +0000 (04:44 +0000)]
.

28 years ago.
Jim Meyering [Thu, 18 Jul 1996 04:36:09 +0000 (04:36 +0000)]
.

28 years ago.
Jim Meyering [Thu, 18 Jul 1996 04:15:00 +0000 (04:15 +0000)]
.

28 years agoInclude <sys/types.h> before system.h.
Jim Meyering [Thu, 18 Jul 1996 04:14:51 +0000 (04:14 +0000)]
Include <sys/types.h> before system.h.

28 years agoInclude <sys/types.h> before system.h.
Jim Meyering [Thu, 18 Jul 1996 04:14:19 +0000 (04:14 +0000)]
Include <sys/types.h> before system.h.

28 years agoInclude <sys/types.h> before system.h.
Jim Meyering [Thu, 18 Jul 1996 04:13:52 +0000 (04:13 +0000)]
Include <sys/types.h> before system.h.

28 years ago.
Jim Meyering [Thu, 18 Jul 1996 03:37:55 +0000 (03:37 +0000)]
.

28 years ago.
Jim Meyering [Wed, 17 Jul 1996 05:34:40 +0000 (05:34 +0000)]
.

28 years agoUse `;' instead of (void)0.
Jim Meyering [Wed, 17 Jul 1996 05:29:47 +0000 (05:29 +0000)]
Use `;' instead of (void)0.

28 years ago.
Jim Meyering [Wed, 17 Jul 1996 03:30:55 +0000 (03:30 +0000)]
.

28 years ago(OFF_T_MAX): Remove definition.
Jim Meyering [Wed, 17 Jul 1996 03:13:54 +0000 (03:13 +0000)]
(OFF_T_MAX): Remove definition.
(main): Compare against LONG_MAX rather than OFF_T_MAX.

28 years ago.
Jim Meyering [Wed, 17 Jul 1996 03:13:45 +0000 (03:13 +0000)]
.

28 years ago[OFF_T_MAX]: Use `(unsigned long)1' rather than `(off_t)1'
Jim Meyering [Tue, 16 Jul 1996 05:14:00 +0000 (05:14 +0000)]
[OFF_T_MAX]: Use `(unsigned long)1' rather than `(off_t)1'
so the left operand of the << isn't signed.
From Kaveh Ghazi.

28 years ago.
Jim Meyering [Tue, 16 Jul 1996 05:13:16 +0000 (05:13 +0000)]
.

28 years agoUse `(void)0' as second arg to add macro.
Jim Meyering [Tue, 16 Jul 1996 05:08:29 +0000 (05:08 +0000)]
Use `(void)0' as second arg to add macro.
Omitting that second arg made some HPUX C compiler report an error.
From Kaveh R. Ghazi.

28 years agoUpdate from FSF.
Jim Meyering [Tue, 16 Jul 1996 04:58:04 +0000 (04:58 +0000)]
Update from FSF.

28 years ago(print_uptime): Reverse `days' and `day' in uptime message.
Jim Meyering [Tue, 16 Jul 1996 04:50:12 +0000 (04:50 +0000)]
(print_uptime): Reverse `days' and `day' in uptime message.
From Kaveh R. Ghazi.

28 years agoUpdate from libit.
Jim Meyering [Tue, 16 Jul 1996 04:47:23 +0000 (04:47 +0000)]
Update from libit.

28 years agoUpdate FSF address.
Jim Meyering [Tue, 16 Jul 1996 04:44:29 +0000 (04:44 +0000)]
Update FSF address.
Remove trailing blanks.

28 years ago.
Jim Meyering [Tue, 16 Jul 1996 04:43:51 +0000 (04:43 +0000)]
.

28 years agoOops. Always return destination.
Jim Meyering [Tue, 16 Jul 1996 03:06:32 +0000 (03:06 +0000)]
Oops.  Always return destination.

28 years ago.
Jim Meyering [Mon, 15 Jul 1996 04:49:34 +0000 (04:49 +0000)]
.

28 years agoindent cpp-directives
Jim Meyering [Mon, 15 Jul 1996 03:57:44 +0000 (03:57 +0000)]
indent cpp-directives

28 years agoindent cpp-directives
Jim Meyering [Mon, 15 Jul 1996 03:56:06 +0000 (03:56 +0000)]
indent cpp-directives

28 years ago.
Jim Meyering [Mon, 15 Jul 1996 03:44:04 +0000 (03:44 +0000)]
.

28 years agoupdate FSF address in copyright
Jim Meyering [Mon, 15 Jul 1996 03:43:36 +0000 (03:43 +0000)]
update FSF address in copyright

28 years agoupdate FSF address in copyright
Jim Meyering [Mon, 15 Jul 1996 03:38:07 +0000 (03:38 +0000)]
update FSF address in copyright

28 years agoupdate FSF address in copyright
Jim Meyering [Mon, 15 Jul 1996 03:36:16 +0000 (03:36 +0000)]
update FSF address in copyright

28 years agoupdate FSF address in copyright and remove any trailing blanks
Jim Meyering [Mon, 15 Jul 1996 02:44:11 +0000 (02:44 +0000)]
update FSF address in copyright and remove any trailing blanks

28 years agoupdate FSF address in copyright and remove any trailing blanks
Jim Meyering [Mon, 15 Jul 1996 02:41:49 +0000 (02:41 +0000)]
update FSF address in copyright and remove any trailing blanks

28 years agocpp-indent
Jim Meyering [Mon, 15 Jul 1996 02:29:59 +0000 (02:29 +0000)]
cpp-indent

28 years ago.
Jim Meyering [Mon, 15 Jul 1996 01:07:26 +0000 (01:07 +0000)]
.

28 years ago(print_uptime): Use 0, not undefined errno in
Jim Meyering [Mon, 15 Jul 1996 01:07:16 +0000 (01:07 +0000)]
(print_uptime): Use 0, not undefined errno in
couldn't-get-boot-time diagnostic.  From Ulrich Drepper.

28 years agoupdate fsf address
Jim Meyering [Mon, 15 Jul 1996 00:04:51 +0000 (00:04 +0000)]
update fsf address

28 years agoupdate fsf address
Jim Meyering [Mon, 15 Jul 1996 00:02:50 +0000 (00:02 +0000)]
update fsf address

28 years agoupdate fsf address
Jim Meyering [Mon, 15 Jul 1996 00:00:57 +0000 (00:00 +0000)]
update fsf address

28 years agoupdate fsf address
Jim Meyering [Sun, 14 Jul 1996 23:59:45 +0000 (23:59 +0000)]
update fsf address
cpp-indent

28 years ago[HAVE_LIMITS_H]: Include limits.h for INT_MAX.
Jim Meyering [Sun, 14 Jul 1996 22:28:52 +0000 (22:28 +0000)]
[HAVE_LIMITS_H]: Include limits.h for INT_MAX.
[!INT_MAX]: Define it.
(main): Append INT_MAX to command-line-specified tab list to
ensure termination in unexpand's inner loop.
Derived from a patch from Keith Owens.

28 years ago(unexpand): Fix bug that contributed to endless loop
Jim Meyering [Sun, 14 Jul 1996 22:24:28 +0000 (22:24 +0000)]
(unexpand): Fix bug that contributed to endless loop
when invoking `echo '  ' |unexpand -t 1,2': use print_tab_index, not
tab_index in inner flush_pend: while loop.  From Keith Owens
<kaos@audio.apana.org.au>.

28 years agoRemove my address.
Jim Meyering [Sun, 14 Jul 1996 21:47:23 +0000 (21:47 +0000)]
Remove my address.

28 years agoformatting...
Jim Meyering [Sun, 14 Jul 1996 19:09:41 +0000 (19:09 +0000)]
formatting...

28 years agoReturn a value!
Jim Meyering [Sun, 14 Jul 1996 15:05:40 +0000 (15:05 +0000)]
Return a value!

28 years ago.
Jim Meyering [Sun, 14 Jul 1996 12:54:20 +0000 (12:54 +0000)]
.

28 years ago(usage): Sort option descriptions in dictionary order.
Jim Meyering [Sun, 14 Jul 1996 12:54:12 +0000 (12:54 +0000)]
(usage): Sort option descriptions in dictionary order.

28 years agoIndent nested CPP-directives.
Jim Meyering [Sun, 14 Jul 1996 12:45:09 +0000 (12:45 +0000)]
Indent nested CPP-directives.

28 years agoupdate FSF address in copyright
Jim Meyering [Sun, 14 Jul 1996 12:44:09 +0000 (12:44 +0000)]
update FSF address in copyright

28 years ago(long_options): Add missing last line of NULL
Jim Meyering [Sun, 14 Jul 1996 12:37:24 +0000 (12:37 +0000)]
(long_options): Add missing last line of NULL
entries.  From Ralph Loader <loader@maths.ox.ac.uk>.

28 years ago.
Jim Meyering [Sun, 14 Jul 1996 12:36:51 +0000 (12:36 +0000)]
.

28 years agoLibit tweaks.
Jim Meyering [Sun, 14 Jul 1996 12:35:45 +0000 (12:35 +0000)]
Libit tweaks.

28 years agoTweak for libit.
Jim Meyering [Sun, 14 Jul 1996 12:32:25 +0000 (12:32 +0000)]
Tweak for libit.

28 years agoTweak for libit.
Jim Meyering [Sun, 14 Jul 1996 12:32:01 +0000 (12:32 +0000)]
Tweak for libit.

28 years agofix comment
Jim Meyering [Sun, 14 Jul 1996 12:19:15 +0000 (12:19 +0000)]
fix comment

28 years ago.
Jim Meyering [Sun, 14 Jul 1996 04:11:25 +0000 (04:11 +0000)]
.

28 years ago(usage): Add a `\' after `\n' in usage message.
Jim Meyering [Sun, 14 Jul 1996 04:11:17 +0000 (04:11 +0000)]
(usage): Add a `\' after `\n' in usage message.
Otherwise, SunOS's /bin/cc chokes.

28 years ago.
Jim Meyering [Sat, 13 Jul 1996 19:31:51 +0000 (19:31 +0000)]
.

28 years ago[GWINSZ_BROKEN]: Remove thus-guarded `#undef TIOCGWINSZ'.
Jim Meyering [Sat, 13 Jul 1996 19:31:34 +0000 (19:31 +0000)]
[GWINSZ_BROKEN]: Remove thus-guarded `#undef TIOCGWINSZ'.
GWINSZ_BROKEN can't be defined anymore.

28 years ago.
Jim Meyering [Sat, 13 Jul 1996 19:27:59 +0000 (19:27 +0000)]
.

28 years ago.
Jim Meyering [Sat, 13 Jul 1996 19:26:22 +0000 (19:26 +0000)]
.

28 years ago. FILEUTILS-3_13
Jim Meyering [Fri, 12 Jul 1996 03:25:19 +0000 (03:25 +0000)]
.

28 years ago. TEXTUTILS-1_19
Jim Meyering [Fri, 12 Jul 1996 03:05:04 +0000 (03:05 +0000)]
.

28 years ago.
Jim Meyering [Fri, 12 Jul 1996 02:56:51 +0000 (02:56 +0000)]
.

28 years ago.
Jim Meyering [Fri, 12 Jul 1996 02:55:08 +0000 (02:55 +0000)]
.

28 years ago.
Jim Meyering [Thu, 11 Jul 1996 05:01:47 +0000 (05:01 +0000)]
.

28 years ago.
Jim Meyering [Thu, 11 Jul 1996 04:27:54 +0000 (04:27 +0000)]
.

28 years ago.
Jim Meyering [Thu, 11 Jul 1996 04:27:27 +0000 (04:27 +0000)]
.

28 years ago.
Jim Meyering [Thu, 11 Jul 1996 03:58:31 +0000 (03:58 +0000)]
.

28 years agouse latest from gettext-0.10.23
Jim Meyering [Thu, 11 Jul 1996 03:57:04 +0000 (03:57 +0000)]
use latest from gettext-0.10.23

28 years ago.
Jim Meyering [Wed, 10 Jul 1996 05:00:21 +0000 (05:00 +0000)]
.

28 years ago(usage): Fix parentheses. FILEUTILS-3_12s
Jim Meyering [Wed, 10 Jul 1996 03:56:45 +0000 (03:56 +0000)]
(usage): Fix parentheses.