Compare commits

..

10 Commits

Author SHA1 Message Date
Jim Meyering
6b3f36f935 . 1997-01-27 02:18:56 +00:00
Jim Meyering
1010c1f580 . 1997-01-26 20:01:11 +00:00
Jim Meyering
7490632078 . 1997-01-26 19:04:03 +00:00
Jim Meyering
537381d409 . 1997-01-26 19:03:30 +00:00
Jim Meyering
3a01be66d4 . 1997-01-26 19:02:52 +00:00
Jim Meyering
8a87c1a169 . 1997-01-26 19:01:54 +00:00
Jim Meyering
07b07ca07c . 1997-01-26 18:57:36 +00:00
Jim Meyering
26a10a8026 (usage): Fix typo (--writeable -> --writable) in help output 1997-01-26 18:51:44 +00:00
Jim Meyering
072c1efe39 (parse_options): Add quotes to make messages identical. 1997-01-26 18:50:33 +00:00
Jim Meyering
c38939be8e . 1997-01-26 07:03:50 +00:00
8 changed files with 33 additions and 9 deletions

View File

@@ -41,11 +41,15 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
RANLIB = @RANLIB@
YACC = @YACC@
GENCAT = @GENCAT@
PERL = @PERL@
MV = @MV@
GMSGFMT = @GMSGFMT@
CC = @CC@
RANLIB = @RANLIB@
LN = @LN@
RM = @RM@
EXTRA_DIST = README \
ccstdc.m4 dmalloc.m4 error.m4 getgroups.m4 getline.m4 getloadavg.m4 \
@@ -55,7 +59,7 @@ obstack.m4 progtest.m4 protos.m4 ptrdiff.m4 regex.m4 sanity.m4 strftime.m4 \
strtod.m4 termios.m4 uptime.m4 winsz.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_FILES =
DIST_COMMON = README Makefile.am Makefile.in README
@@ -69,7 +73,7 @@ TAR = tar
default: all
.SUFFIXES:
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL)
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL)
cd $(top_srcdir) && automake --gnu m4/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
@@ -95,16 +99,16 @@ dvi:
check: all
$(MAKE)
installcheck:
install-exec:
install-exec:
$(NORMAL_INSTALL)
install-data:
install-data:
$(NORMAL_INSTALL)
install: install-exec install-data all
@:
uninstall:
uninstall:
all: Makefile

View File

@@ -1,3 +1,9 @@
Sun Jan 26 20:17:50 1997 Jim Meyering <meyering@na-net.ornl.gov>
* Version 3.16.
* acconfig.h (strftime): Add #undef. From Marcus Daniels.
Sat Jan 25 00:34:39 1997 Jim Meyering <meyering@na-net.ornl.gov>
* src/du.c (count_entry): Fix blatant bug (typo?) that made

View File

@@ -1,3 +1,10 @@
Sun Jan 26 12:51:05 1997 Jim Meyering <meyering@na-net.ornl.gov>
* Version 1.16.
* src/who-users.c (usage): Fix typo (--writeable -> --writable)
in help output. From Galen Hazelwood.
Sat Jan 25 21:01:13 1997 Jim Meyering <meyering@na-net.ornl.gov>
* src/factor.c (print_factors): Reflect changes to xstrtoul interface.

View File

@@ -1,6 +1,7 @@
Changes in release 1.16
1.15a
* stty -tabs works properly
* add tests for date
Changes in release 1.15
* nice works with very recently-changed GNU libc getopt

View File

@@ -1,3 +1,9 @@
Sun Jan 26 12:49:50 1997 Jim Meyering <meyering@na-net.ornl.gov>
* Version 1.22.
* src/tail.c (parse_options): Add quotes to make messages identical.
Sat Jan 25 00:12:29 1997 Jim Meyering <meyering@na-net.ornl.gov>
* src/tail.c (parse_obsolescent_option): Comment.

View File

@@ -1023,7 +1023,7 @@ parse_options (int argc, char **argv,
if (s_err != LONGINT_OK || tmp_ulong > OFF_T_MAX)
{
error (EXIT_FAILURE, 0,
_("%s: %s is so large that it is not representable"),
_("%s: `%s' is so large that it is not representable"),
optarg,
c == 'n' ? _("number of lines") : _("number of bytes"));
}

View File

@@ -654,7 +654,7 @@ unary_operator (void)
value = -1 != eaccess (argv[pos - 1], R_OK);
return (TRUE == value);
case 'w': /* File is writeable? */
case 'w': /* File is writable? */
unary_advance ();
value = -1 != eaccess (argv[pos - 1], W_OK);
return (TRUE == value);

View File

@@ -648,7 +648,7 @@ usage (int status)
-s (ignored)\n\
-T, -w, --mesg add user's message status as +, - or ?\n\
--message same as -T\n\
--writeable same as -T\n\
--writable same as -T\n\
--help display this help and exit\n\
--version output version information and exit\n\
\n\