platform/upstream/coreutils.git
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.

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

28 years ago(UID_T_MAX): Use `(unsigned long)1' rather than
Jim Meyering [Wed, 10 Jul 1996 03:33:01 +0000 (03:33 +0000)]
(UID_T_MAX): Use `(unsigned long)1' rather than
`(uid_t)1' to avoid problems on systems where uid_t is signed.
(GID_T_MAX): Likewise for gid_t.
From Kjetil Torgrim Homme <kjetilho@ifi.uio.no>.

28 years ago.
Jim Meyering [Wed, 10 Jul 1996 03:32:41 +0000 (03:32 +0000)]
.

28 years ago(long_options): Add print-data-base and print-database.
Jim Meyering [Wed, 10 Jul 1996 03:26:18 +0000 (03:26 +0000)]
(long_options): Add print-data-base and print-database.
(usage): Rearrange option descriptions.

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

28 years ago(usage): Add a one-line description to --help message.
Jim Meyering [Wed, 10 Jul 1996 03:18:31 +0000 (03:18 +0000)]
(usage): Add a one-line description to --help message.
From Karl Berry.

28 years agoChange C-shell to `C shell'.
Jim Meyering [Wed, 10 Jul 1996 03:16:30 +0000 (03:16 +0000)]
Change C-shell to `C shell'.

28 years ago.
Jim Meyering [Wed, 10 Jul 1996 03:15:51 +0000 (03:15 +0000)]
.

28 years ago(dc_parse_stream): Don't give `unrecognized keyword'
Jim Meyering [Wed, 10 Jul 1996 03:15:39 +0000 (03:15 +0000)]
(dc_parse_stream): Don't give `unrecognized keyword'
message unless we've processed a matching TERM directive.

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

28 years ago. TEXTUTILS-1_18e
Jim Meyering [Wed, 10 Jul 1996 03:06:54 +0000 (03:06 +0000)]
.

28 years ago(MAXCOST): Use `(unsigned long)1' rather than `(COST)1'
Jim Meyering [Wed, 10 Jul 1996 03:02:54 +0000 (03:02 +0000)]
(MAXCOST): Use `(unsigned long)1' rather than `(COST)1'
so the left operand of the << isn't signed.
From Kjetil Torgrim Homme.

28 years ago.
Jim Meyering [Tue, 9 Jul 1996 23:23:49 +0000 (23:23 +0000)]
.

28 years ago(install-data): Don't install NLS files when they're not requested.
Jim Meyering [Tue, 9 Jul 1996 23:23:33 +0000 (23:23 +0000)]
(install-data): Don't install NLS files when they're not requested.
From Ulrich Drepper.  Reported by Kjetil Torgrim Homme <kjetilho@ifi.uio.no>.

28 years ago.
Jim Meyering [Mon, 8 Jul 1996 04:26:31 +0000 (04:26 +0000)]
.

28 years ago.
Jim Meyering [Mon, 8 Jul 1996 04:26:09 +0000 (04:26 +0000)]
.

28 years agoMake initial colors for `color_indicator' match those
Jim Meyering [Mon, 8 Jul 1996 04:25:49 +0000 (04:25 +0000)]
Make initial colors for `color_indicator' match those
currently in dircolors.hin.

28 years ago.
Jim Meyering [Mon, 8 Jul 1996 04:23:38 +0000 (04:23 +0000)]
.

28 years agoInclude termios.h.
Jim Meyering [Mon, 8 Jul 1996 04:19:36 +0000 (04:19 +0000)]
Include termios.h.
Guard inclusion of sys/ioctl.h with #ifdef GWINSZ_IN_SYS_IOCTL,
rather than HAVE_SYS_IOCTL_H.  Modelled after sh-utils' stty.c
at suggestion from Chip Bennett <BennettC@j64.stratcom.af.mil>.

28 years agoRecognize more filename extensions. From Joshua Cowan.
Jim Meyering [Mon, 8 Jul 1996 03:58:36 +0000 (03:58 +0000)]
Recognize more filename extensions. From Joshua Cowan.

28 years ago.
Jim Meyering [Mon, 8 Jul 1996 03:55:55 +0000 (03:55 +0000)]
.

28 years ago.
Jim Meyering [Mon, 8 Jul 1996 03:41:37 +0000 (03:41 +0000)]
.

28 years ago.
Jim Meyering [Sun, 7 Jul 1996 20:20:44 +0000 (20:20 +0000)]
.

28 years ago.
Jim Meyering [Sat, 6 Jul 1996 22:53:29 +0000 (22:53 +0000)]
.

28 years ago(usage): Factor out backup-related text into separate string/printf statement.
Jim Meyering [Sat, 6 Jul 1996 22:50:57 +0000 (22:50 +0000)]
(usage): Factor out backup-related text into separate string/printf statement.

28 years ago(usage): Factor out backup-related text into separate string/printf statement.
Jim Meyering [Sat, 6 Jul 1996 22:50:36 +0000 (22:50 +0000)]
(usage): Factor out backup-related text into separate string/printf statement.

28 years ago.
Jim Meyering [Sat, 6 Jul 1996 22:29:57 +0000 (22:29 +0000)]
.

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

28 years ago(su_SOURCES): Remove group-member.c.
Jim Meyering [Sat, 6 Jul 1996 17:50:16 +0000 (17:50 +0000)]
(su_SOURCES): Remove group-member.c.
(EXTRA_DIST): Add group-member.c here.

28 years ago.
Jim Meyering [Sat, 6 Jul 1996 17:49:27 +0000 (17:49 +0000)]
.

28 years ago. FILEUTILS-3_12r
Jim Meyering [Sat, 6 Jul 1996 12:04:47 +0000 (12:04 +0000)]
.

28 years agoFix typo: top-srcdir -> top_srcdir. TEXTUTILS-1_18d
Jim Meyering [Sat, 6 Jul 1996 04:05:15 +0000 (04:05 +0000)]
Fix typo: top-srcdir -> top_srcdir.

28 years ago[!STDC_HEADERS]: Declare free. From Marcus Daniels.
Jim Meyering [Sat, 6 Jul 1996 03:17:09 +0000 (03:17 +0000)]
[!STDC_HEADERS]: Declare free.  From Marcus Daniels.

28 years ago.
Jim Meyering [Sat, 6 Jul 1996 03:02:44 +0000 (03:02 +0000)]
.

28 years ago.
Jim Meyering [Sat, 6 Jul 1996 03:00:44 +0000 (03:00 +0000)]
.

28 years agoMerge from gettext-0.10.23.
Jim Meyering [Sat, 6 Jul 1996 02:59:12 +0000 (02:59 +0000)]
Merge from gettext-0.10.23.

28 years ago($(PACKAGE).pot): Merge from gettext-0.10.23.
Jim Meyering [Sat, 6 Jul 1996 02:58:59 +0000 (02:58 +0000)]
($(PACKAGE).pot): Merge from gettext-0.10.23.

28 years ago. TEXTUTILS-1_18c
Jim Meyering [Fri, 5 Jul 1996 03:58:06 +0000 (03:58 +0000)]
.

28 years ago.
Jim Meyering [Fri, 5 Jul 1996 03:40:39 +0000 (03:40 +0000)]
.

28 years ago(usage): Remove space before newline in usage message.
Jim Meyering [Fri, 5 Jul 1996 03:40:21 +0000 (03:40 +0000)]
(usage): Remove space before newline in usage message.

28 years ago.
Jim Meyering [Fri, 5 Jul 1996 03:39:21 +0000 (03:39 +0000)]
.