oweals/busybox.git
23 years agoInitial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.
Eric Andersen [Mon, 4 Sep 2000 15:15:55 +0000 (15:15 -0000)]
Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.
Very cool.  Still lacks "chunked" transfer-coding, so not totally RFC
compliant for HTTP1.1, but very nice nonethe less, and very small.
 -Erik

23 years agoAllow selective extraction and listing of files. And fix an unchecked
Matt Kraai [Mon, 4 Sep 2000 08:25:42 +0000 (08:25 -0000)]
Allow selective extraction and listing of files.  And fix an unchecked
return value of realloc (with xrealloc).

23 years agoAdd in byld
Eric Andersen [Fri, 1 Sep 2000 22:24:03 +0000 (22:24 -0000)]
Add in byld

23 years agoFix compile when BB_FEATURE_LINUXRC is defined
Eric Andersen [Fri, 1 Sep 2000 18:43:02 +0000 (18:43 -0000)]
Fix compile when BB_FEATURE_LINUXRC is defined
 -Erik

23 years agoFixed a stupid thinko preventing zcat from doing its job, thanks
Eric Andersen [Fri, 1 Sep 2000 16:25:33 +0000 (16:25 -0000)]
Fixed a stupid thinko preventing zcat from doing its job, thanks
to Torbj�rn Axelsson <torax@cendio.se> for the fix.
 -Erik

23 years agoTurned off ls file-sorting till it can be fixed.
Eric Andersen [Fri, 1 Sep 2000 16:15:51 +0000 (16:15 -0000)]
Turned off ls file-sorting till it can be fixed.

23 years agoupdated some usage info from a patch from robotti@metconnect.com
Eric Andersen [Fri, 1 Sep 2000 16:12:57 +0000 (16:12 -0000)]
updated some usage info from a patch from robotti@metconnect.com
 -Erik

23 years agoArgh. I *will* compile before checking in.
Matt Kraai [Fri, 1 Sep 2000 02:53:01 +0000 (02:53 -0000)]
Argh.  I *will* compile before checking in.

23 years agoDon't unlink files if we are extracting to stdout.
Matt Kraai [Fri, 1 Sep 2000 02:50:48 +0000 (02:50 -0000)]
Don't unlink files if we are extracting to stdout.

23 years agoCorrect the stdin/stdout behavior when no args are provided.
Eric Andersen [Fri, 1 Sep 2000 00:41:10 +0000 (00:41 -0000)]
Correct the stdin/stdout behavior when no args are provided.
 -Erik

23 years agoSigh. Seems I screwed up last time. This fixed detecting
Eric Andersen [Fri, 1 Sep 2000 00:33:06 +0000 (00:33 -0000)]
Sigh.  Seems I screwed up last time.  This fixed detecting
when on a console or not, and make default behavior compatible
with GNU gzip...
 -Erik

23 years agoAdd an extra sanity check in parse_mode
Eric Andersen [Fri, 1 Sep 2000 00:06:17 +0000 (00:06 -0000)]
Add an extra sanity check in parse_mode
 -Erik

23 years agoFix a spelling error
Eric Andersen [Thu, 31 Aug 2000 23:53:58 +0000 (23:53 -0000)]
Fix a spelling error
 -Erik

23 years agoFix spelling error
Eric Andersen [Thu, 31 Aug 2000 23:52:46 +0000 (23:52 -0000)]
Fix spelling error
 -Erik

23 years agoRewritten by mistake.
Matt Kraai [Mon, 28 Aug 2000 03:53:27 +0000 (03:53 -0000)]
Rewritten by mistake.

23 years agoRemoved dead regular expression code.
Matt Kraai [Mon, 28 Aug 2000 03:12:30 +0000 (03:12 -0000)]
Removed dead regular expression code.

23 years agoCompile xstrdup and xstrndup iff they are needed.
Matt Kraai [Sat, 26 Aug 2000 16:52:28 +0000 (16:52 -0000)]
Compile xstrdup and xstrndup iff they are needed.

23 years agoar.c now uses a linked list to process headers, uses getopt, new internal function...
Glenn L McGrath [Fri, 25 Aug 2000 03:50:10 +0000 (03:50 -0000)]
ar.c now uses a linked list to process headers, uses getopt, new internal function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions.

moved copySubFile from ar.c to utilities.c

modified dd.c to use fullWrite

modified copyFile in utilities.c to use copySubFile

23 years agoFix tab stops for sed usage.
Eric Andersen [Fri, 25 Aug 2000 00:23:36 +0000 (00:23 -0000)]
Fix tab stops for sed usage.

23 years agoFixed a warning about a label not being used
Pavel Roskin [Tue, 22 Aug 2000 15:47:57 +0000 (15:47 -0000)]
Fixed a warning about a label not being used

23 years agoFixed misuse of type "char"
Pavel Roskin [Tue, 22 Aug 2000 15:38:16 +0000 (15:38 -0000)]
Fixed misuse of type "char"

23 years agoFrom Ken Chalmers <chalmers@norscan.com>:
Pavel Roskin [Tue, 22 Aug 2000 15:35:31 +0000 (15:35 -0000)]
From Ken Chalmers <chalmers@norscan.com>:
The current CVS mount.c is missing a semicolon, causing building to fail
if NFS is enabled (#define BB_NFSMOUNT).

23 years agoFix a unterminated string.
Eric Andersen [Tue, 22 Aug 2000 05:18:30 +0000 (05:18 -0000)]
Fix a unterminated string.
 -Erik

23 years agoNote the chmod fix.
Eric Andersen [Tue, 22 Aug 2000 01:02:05 +0000 (01:02 -0000)]
Note the chmod fix.
 -Erik

23 years agoFix an option parsing bug where things like
Eric Andersen [Tue, 22 Aug 2000 01:00:56 +0000 (01:00 -0000)]
Fix an option parsing bug where things like
    chmod -r /tmp/file
wholdn't work (since it thought -r was an option).  Doh!
 -Erik

23 years agoSome additional tips and formatting changes.
Mark Whitley [Tue, 22 Aug 2000 00:20:21 +0000 (00:20 -0000)]
Some additional tips and formatting changes.

23 years agoFix a silly bug so it compiles up properly
Eric Andersen [Mon, 21 Aug 2000 23:29:45 +0000 (23:29 -0000)]
Fix a silly bug so it compiles up properly
 -Erik

23 years agoOops. Forgot to commit rdate.c.
Eric Andersen [Mon, 21 Aug 2000 23:04:00 +0000 (23:04 -0000)]
Oops.  Forgot to commit rdate.c.
 -Erik

23 years agoScript to do regression test, by combining all possible options.
Eric Andersen [Mon, 21 Aug 2000 23:01:39 +0000 (23:01 -0000)]
Script to do regression test, by combining all possible options.
 -Erik

23 years agoScript to do regression test, by combining all possible options.
Eric Andersen [Mon, 21 Aug 2000 23:01:20 +0000 (23:01 -0000)]
Script to do regression test, by combining all possible options.
Run this to check for combinitorial type build errors.
 -Erik

23 years agoAdded the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.
Eric Andersen [Mon, 21 Aug 2000 22:46:33 +0000 (22:46 -0000)]
Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.
I added the docs, and made behavior identical to the GNU version.
 -Erik

23 years agoTurn off some debug noise.
Eric Andersen [Mon, 21 Aug 2000 22:34:23 +0000 (22:34 -0000)]
Turn off some debug noise.
 -Erik

23 years agoAdded getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
Eric Andersen [Mon, 21 Aug 2000 22:02:34 +0000 (22:02 -0000)]
Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
 -Erik

23 years agoRemoved since this patch is now in the current 2.4.x kernel
Eric Andersen [Mon, 21 Aug 2000 21:44:52 +0000 (21:44 -0000)]
Removed since this patch is now in the current 2.4.x kernel
tree.
 -Erik

23 years agoApplied patch from Mark Ferrell <mferrell@mvista.com> to use the 'p' option in
Mark Whitley [Mon, 21 Aug 2000 21:29:20 +0000 (21:29 -0000)]
Applied patch from Mark Ferrell <mferrell@mvista.com> to use the 'p' option in
substitution expressions.

23 years agoOops. Forgot to add in reset.c. Doh!
Eric Andersen [Mon, 21 Aug 2000 21:26:33 +0000 (21:26 -0000)]
Oops.  Forgot to add in reset.c.  Doh!
 -Erik

23 years agoFix a thinko, thanks to Klaasjan <klaasjan@europe.com>
Eric Andersen [Mon, 21 Aug 2000 21:23:48 +0000 (21:23 -0000)]
Fix a thinko, thanks to Klaasjan <klaasjan@europe.com>
 -Erik

23 years agoAdd in the "reset" command.
Eric Andersen [Mon, 21 Aug 2000 21:18:52 +0000 (21:18 -0000)]
Add in the "reset" command.
 -Erik

23 years agoYet another patch to fixup lsmod
Eric Andersen [Mon, 21 Aug 2000 19:40:42 +0000 (19:40 -0000)]
Yet another patch to fixup lsmod
 -Erik

23 years agoSome leftover stuff I forgot to commit for the lsmod change.
Eric Andersen [Mon, 21 Aug 2000 19:38:49 +0000 (19:38 -0000)]
Some leftover stuff I forgot to commit for the lsmod change.
 -Erik

23 years agolsmod now uses the query_module syscall, rather then /proc
Eric Andersen [Mon, 21 Aug 2000 19:25:16 +0000 (19:25 -0000)]
lsmod now uses the query_module syscall, rather then /proc
 -Erik

23 years agosyslogd was leaking processes that could forever busyloop. Fixed.
Eric Andersen [Sun, 20 Aug 2000 06:11:32 +0000 (06:11 -0000)]
syslogd was leaking processes that could forever busyloop.  Fixed.
 -Erik

23 years agoMinor fixups.
Eric Andersen [Sat, 19 Aug 2000 20:16:16 +0000 (20:16 -0000)]
Minor fixups.
 -Erik

23 years agoBetter 'mt' docs, thanks to Kent Robotti <robotti@metconnect.com>
Eric Andersen [Fri, 11 Aug 2000 20:14:11 +0000 (20:14 -0000)]
Better 'mt' docs, thanks to Kent Robotti <robotti@metconnect.com>
 -Erik

23 years agoFix to make 'ar xv' work, thanks to Kent Robotti <robotti@metconnect.com>
Eric Andersen [Fri, 11 Aug 2000 20:11:35 +0000 (20:11 -0000)]
Fix to make 'ar xv' work, thanks to Kent Robotti <robotti@metconnect.com>
 -Erik

23 years agoMinor link update
Eric Andersen [Fri, 11 Aug 2000 18:13:21 +0000 (18:13 -0000)]
Minor link update
 -Erik

23 years agoAdd optional ls file sorting, thanks to a patch from
Eric Andersen [Fri, 11 Aug 2000 18:10:21 +0000 (18:10 -0000)]
Add optional ls file sorting, thanks to a patch from
Sterling Huxley <sterling@europa.com>
 -Erik

23 years agoAdded fix from David Vrabel <dvrabel@arcom.co.uk> for a
Eric Andersen [Fri, 11 Aug 2000 17:45:02 +0000 (17:45 -0000)]
Added fix from David Vrabel <dvrabel@arcom.co.uk> for a
buffer overrun in find_real_root_device(), fixing bug #1019
 -Erik

23 years agoSome #include updates.
Eric Andersen [Thu, 10 Aug 2000 17:59:11 +0000 (17:59 -0000)]
Some #include updates.
 -Erik

23 years agoApplied patch from Mark Ferrell <mferrell@mvista.com> to fix sed '1,$p' where
Mark Whitley [Thu, 10 Aug 2000 00:09:47 +0000 (00:09 -0000)]
Applied patch from Mark Ferrell <mferrell@mvista.com> to fix sed '1,$p' where
sed was only printing the first line and then exiting.

23 years agoWe complained if the total number of arguments was greater than 3 and
Matt Kraai [Sun, 6 Aug 2000 15:36:50 +0000 (15:36 -0000)]
We complained if the total number of arguments was greater than 3 and
the destination wasn't a directory.  We should only complain if the
there are multiple sources and target isn't a directory.

23 years agoExit with the appropriate value when grepping multiple files.
Matt Kraai [Sun, 6 Aug 2000 15:25:53 +0000 (15:25 -0000)]
Exit with the appropriate value when grepping multiple files.

23 years agoCleaner way to handle -NUM and +NUM, reduces the mem usage as well.
Eric Andersen [Wed, 2 Aug 2000 19:57:18 +0000 (19:57 -0000)]
Cleaner way to handle -NUM and +NUM, reduces the mem usage as well.
 -Erik

23 years agoFixed the "-f" option.
Eric Andersen [Wed, 2 Aug 2000 18:56:25 +0000 (18:56 -0000)]
Fixed the "-f" option.
 -Erik

23 years agoMerge in two patches from Dave Cinege:
Eric Andersen [Wed, 2 Aug 2000 18:48:26 +0000 (18:48 -0000)]
Merge in two patches from Dave Cinege:
    the first is a cleanup of tar --exclude
    the second changes mount so mtab works more as it should, and
    also allows mount to use the traditional short form (i.e.
    'mount / -o remount,rw' now works.

While inside tar, I changed it to use getopt...
 -Erik

23 years agoMinor cleanup thingy. fprintf(stderr, ...) -> errorMsg().
Mark Whitley [Wed, 2 Aug 2000 18:34:41 +0000 (18:34 -0000)]
Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg().

23 years agoBrand, new version of cut. This fixes the bugs in the old cut, is smaller, and
Mark Whitley [Wed, 2 Aug 2000 18:30:11 +0000 (18:30 -0000)]
Brand, new version of cut. This fixes the bugs in the old cut, is smaller, and
is a sight easier to understand than the Minix cut.

23 years agoUpdate to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net>
Eric Andersen [Wed, 2 Aug 2000 16:42:58 +0000 (16:42 -0000)]
Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net>
 -Erik

23 years agoMinor fix to clean target
Eric Andersen [Tue, 1 Aug 2000 22:44:32 +0000 (22:44 -0000)]
Minor fix to clean target
 -Erik

23 years agoFix bug 1017, which reports that insmod segfaults when /lib/modules doesn't
Matt Kraai [Tue, 1 Aug 2000 18:16:56 +0000 (18:16 -0000)]
Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn't
exist.  Also allow early search termination (per the comments).

23 years agoCommit the rewrite of tail by Allen Soard
Eric Andersen [Mon, 31 Jul 2000 17:05:58 +0000 (17:05 -0000)]
Commit the rewrite of tail by Allen Soard
<esp-software@mail.hypermart.net>.  Thanks Allen for
you work at getting this into shape,
 -Erik

23 years agoNew variable WARNINGS to hold all warning options
Pavel Roskin [Fri, 28 Jul 2000 19:41:32 +0000 (19:41 -0000)]
New variable WARNINGS to hold all warning options

23 years agoFixed to pass -Wundef
Pavel Roskin [Fri, 28 Jul 2000 19:38:27 +0000 (19:38 -0000)]
Fixed to pass -Wundef

23 years agoDisabled debugging output
Pavel Roskin [Fri, 28 Jul 2000 19:34:02 +0000 (19:34 -0000)]
Disabled debugging output
Fine-grained checks for possible errors instead of "set -e"
The standard output shows what is being linked to what

23 years agoFix for a potential uninitialized variable, thx to
Eric Andersen [Fri, 28 Jul 2000 19:05:20 +0000 (19:05 -0000)]
Fix for a potential uninitialized variable, thx to
Ken Chalmers <chalmers@norscan.com>
 -Erik

23 years agoClean up the nasty blunder I'd made of how different behaviors happen.
Eric Andersen [Fri, 28 Jul 2000 17:08:36 +0000 (17:08 -0000)]
Clean up the nasty blunder I'd made of how different behaviors happen.
 -Erik

23 years agoSome cleanups, based on a patch from Ken Chalmers
Eric Andersen [Fri, 28 Jul 2000 16:22:51 +0000 (16:22 -0000)]
Some cleanups, based on a patch from Ken Chalmers
 -Erik

23 years agoFix from Robert Kaiser for stdin behavior.
Eric Andersen [Fri, 28 Jul 2000 15:20:24 +0000 (15:20 -0000)]
Fix from Robert Kaiser for stdin behavior.
 -Erik

23 years agoOops. Forgot an ifdef
Eric Andersen [Fri, 28 Jul 2000 15:19:30 +0000 (15:19 -0000)]
Oops.  Forgot an ifdef
 -Erik

23 years agoFix from Arne Bernin for return code -- now reflects whether the rmmod
Eric Andersen [Fri, 28 Jul 2000 15:16:37 +0000 (15:16 -0000)]
Fix from Arne Bernin for return code -- now reflects whether the rmmod
failed or not.
 -Erik

23 years agoMore sh updates (with related changes to everything else). Switched
Eric Andersen [Fri, 28 Jul 2000 15:14:45 +0000 (15:14 -0000)]
More sh updates (with related changes to everything else).  Switched
to using getopt and cleaned up the resulting mess.  if-then-else-fi
is now basically working (given a bunch of constraints).
 -Erik

23 years agoMore shell features.... if-then-else-fi is now basically usable (disable
Eric Andersen [Thu, 27 Jul 2000 00:15:20 +0000 (00:15 -0000)]
More shell features.... if-then-else-fi is now basically usable (disable
by default pending further debugging).  Added in some basic shell environment
support (i.e. $?, $0-$9, $$, $!, $#).
 -Erik

23 years agoFixed a syntax error & superfluous param decl that was causing the build to
Mark Whitley [Wed, 26 Jul 2000 18:09:22 +0000 (18:09 -0000)]
Fixed a syntax error & superfluous param decl that was causing the build to
fail.

23 years agoMinor style cleanups.
Eric Andersen [Wed, 26 Jul 2000 00:53:56 +0000 (00:53 -0000)]
Minor style cleanups.

23 years agoBetter description
Eric Andersen [Wed, 26 Jul 2000 00:53:34 +0000 (00:53 -0000)]
Better description

23 years agoFix some bitrot.
Eric Andersen [Wed, 26 Jul 2000 00:52:04 +0000 (00:52 -0000)]
Fix some bitrot.
 -Erik

23 years agoModified print_subst_w_backrefs() so it will print backslash escaped
Mark Whitley [Tue, 25 Jul 2000 20:48:44 +0000 (20:48 -0000)]
Modified print_subst_w_backrefs() so it will print backslash escaped
characters properly, just like GNU sed.

23 years agoAdded a note in the "Tips and Pointer" section on the correct way to test for
Mark Whitley [Tue, 25 Jul 2000 20:30:00 +0000 (20:30 -0000)]
Added a note in the "Tips and Pointer" section on the correct way to test for
string equivalence with strcmp().

23 years agoFinish off fixing up the memleaks (I think). Added the beginnings of
Eric Andersen [Tue, 25 Jul 2000 18:06:52 +0000 (18:06 -0000)]
Finish off fixing up the memleaks (I think).  Added the beginnings of
some if-then-else-fi support (nonfunctional and turned off)
 -Erik

23 years agoUse BB_FEATURE_CLEAN_UP where appropriate
Eric Andersen [Tue, 25 Jul 2000 18:01:20 +0000 (18:01 -0000)]
Use BB_FEATURE_CLEAN_UP where appropriate
 -Erik

23 years agoAdd in BB_FEATURE_CLEAN_UP, which is whether to clean up mem leaks and close
Eric Andersen [Tue, 25 Jul 2000 17:59:37 +0000 (17:59 -0000)]
Add in BB_FEATURE_CLEAN_UP, which is whether to clean up mem leaks and close
files, or not.  Usually safe to leave it off and let the OS clean up...
 -Erik

23 years agoRemove some noise.
Eric Andersen [Tue, 25 Jul 2000 17:58:01 +0000 (17:58 -0000)]
Remove some noise.
 -Erik

23 years agoClean up $1=$prefix
Eric Andersen [Tue, 25 Jul 2000 16:47:03 +0000 (16:47 -0000)]
Clean up $1=$prefix
 -Erik

23 years agoFirst revision of the Busybox Style Guide and an accompanying .indent.pro
Mark Whitley [Mon, 24 Jul 2000 22:36:06 +0000 (22:36 -0000)]
First revision of the Busybox Style Guide and an accompanying .indent.pro
file.

23 years agochroot can now call the builtin shell
Pavel Roskin [Mon, 24 Jul 2000 20:15:30 +0000 (20:15 -0000)]
chroot can now call the builtin shell

23 years agoFixed stdin/stdout paths so things like
Eric Andersen [Fri, 21 Jul 2000 22:17:39 +0000 (22:17 -0000)]
Fixed stdin/stdout paths so things like
    tar cvf - /etc/* | gzip -c9 >test.tgz
will now work.  Fix thanks to Dave Cinege <dcinege@psychosis.com>
with some adjustments by me to be mroe GNU-like.
 -Erik

23 years agoAdded 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>
Eric Andersen [Fri, 21 Jul 2000 21:32:12 +0000 (21:32 -0000)]
Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>
 -Erik

23 years agoBump version number.
Eric Andersen [Fri, 21 Jul 2000 21:27:11 +0000 (21:27 -0000)]
Bump version number.
 -Erik

23 years agoAdd in the LinuxMagic VPN Firewall
Eric Andersen [Fri, 21 Jul 2000 17:22:19 +0000 (17:22 -0000)]
Add in the LinuxMagic VPN Firewall
 -Erik

23 years agoFixed usage info for "cut"
Pavel Roskin [Fri, 21 Jul 2000 15:10:57 +0000 (15:10 -0000)]
Fixed usage info for "cut"

23 years agoTook -V out of the sed_usage string.
Mark Whitley [Thu, 20 Jul 2000 23:54:42 +0000 (23:54 -0000)]
Took -V out of the sed_usage string.

23 years ago* syslogd can now log messages to a remote host -- patch thanks
Eric Andersen [Thu, 20 Jul 2000 23:41:24 +0000 (23:41 -0000)]
* syslogd can now log messages to a remote host -- patch thanks
    to Gyepi Sam <gyepi@praxis-sw.com>
 -Erik

23 years agoAs per a discussion on the mailing list between Matt and Pavel. I have removed
Mark Whitley [Thu, 20 Jul 2000 23:08:40 +0000 (23:08 -0000)]
As per a discussion on the mailing list between Matt and Pavel. I have removed
the -V (version) flag from busybox sed. It is unnecessary because sed is not a
standalone and should therefore be independently reporting a version number.
Moreover, it is extra code that we just don't need.

23 years agoConverted option parsing to getopt(). Also added some explanatory comments.
Mark Whitley [Thu, 20 Jul 2000 23:06:27 +0000 (23:06 -0000)]
Converted option parsing to getopt(). Also added some explanatory comments.

23 years agoAdjusted install.sh to use relative symlinks, and to optionally
Eric Andersen [Thu, 20 Jul 2000 21:57:11 +0000 (21:57 -0000)]
Adjusted install.sh to use relative symlinks, and to optionally
create hardlinks.  Added a makefile target to create hardlinks.
 -Erik

23 years agoConverted option parsing to using getopt(). Also managed to remove an
Mark Whitley [Thu, 20 Jul 2000 00:08:10 +0000 (00:08 -0000)]
Converted option parsing to using getopt(). Also managed to remove an
extraneous logic loop that existed only for the purpose of the special case of
only one file. I replaced it with a variable to keep track of the number of
files read.

23 years agoWhoops. Forgot to #include <getopt.h>.
Mark Whitley [Thu, 20 Jul 2000 00:03:38 +0000 (00:03 -0000)]
Whoops. Forgot to #include <getopt.h>.

23 years agoConverted option parsing to getopt() and made some minor formatting changes.
Mark Whitley [Wed, 19 Jul 2000 19:38:13 +0000 (19:38 -0000)]
Converted option parsing to getopt() and made some minor formatting changes.

23 years agoCentralize handling of --help.
Matt Kraai [Wed, 19 Jul 2000 19:24:01 +0000 (19:24 -0000)]
Centralize handling of --help.

23 years agoAdded some missing declarations and fixed some typos. I have to
Matt Kraai [Wed, 19 Jul 2000 18:20:02 +0000 (18:20 -0000)]
Added some missing declarations and fixed some typos.  I have to
remember to compile *before* committing.