]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
30 years agoBSD 4.4 Lite Usr.bin Sources
Rodney W. Grimes [Fri, 27 May 1994 12:33:43 +0000 (12:33 +0000)]
BSD 4.4 Lite Usr.bin Sources

30 years agoInitial revision
Rodney W. Grimes [Fri, 27 May 1994 12:32:03 +0000 (12:32 +0000)]
Initial revision

30 years agoCompleted version of my clist management code. Requires hooks in tty.c
David Greenman [Fri, 27 May 1994 12:28:05 +0000 (12:28 +0000)]
Completed version of my clist management code. Requires hooks in tty.c
for adding and removing cblocks from the cfreelist queue (to give them
back to malloc). I'll add those tomorrow.

30 years agoDo not create link for *lib_p.a if you are not installing profiled libraries.
Rodney W. Grimes [Fri, 27 May 1994 11:02:31 +0000 (11:02 +0000)]
Do not create link for *lib_p.a if you are not installing profiled libraries.

30 years agoComment out missing sources.
Rodney W. Grimes [Fri, 27 May 1994 11:01:30 +0000 (11:01 +0000)]
Comment out missing sources.

30 years agoPull in GNU2 fix for this from FreeBSD, allows ldexp.c to compile with
Rodney W. Grimes [Fri, 27 May 1994 11:00:56 +0000 (11:00 +0000)]
Pull in GNU2 fix for this from FreeBSD, allows ldexp.c to compile with
gcc2.x

30 years agoComment out missing libmp and libplot, disable csu until it is ported.
Rodney W. Grimes [Fri, 27 May 1994 11:00:20 +0000 (11:00 +0000)]
Comment out missing libmp and libplot, disable csu until it is ported.

30 years agoRemove explicit specification of SHLIB major and minor nos.
Geoff Rehmet [Fri, 27 May 1994 10:53:33 +0000 (10:53 +0000)]
Remove explicit specification of SHLIB major and minor nos.

30 years agoThis is Christopher G. Demetriou of NetBSD versions of ftime.c, gtty.c, and
Rodney W. Grimes [Fri, 27 May 1994 10:33:22 +0000 (10:33 +0000)]
This is Christopher G. Demetriou of NetBSD versions of ftime.c, gtty.c, and
stty.c.

30 years agoThis is James da Silva at the University of Maryland at College Park's
Rodney W. Grimes [Fri, 27 May 1994 10:26:59 +0000 (10:26 +0000)]
This is James da Silva at the University of Maryland at College Park's
regex.c code as picked up from the net.

30 years agoClean up S/key library (libskey.a) so that filename access is via the
Paul Traina [Fri, 27 May 1994 07:50:08 +0000 (07:50 +0000)]
Clean up S/key library (libskey.a) so that filename access is via the
standard 4.4bsd pathnames mechanism.

Also document a potential security hole vs backwards compatibility tradeoff.

30 years agoBSD 4.4 Lite KerberosIV Sources
Rodney W. Grimes [Fri, 27 May 1994 05:12:12 +0000 (05:12 +0000)]
BSD 4.4 Lite KerberosIV Sources

30 years agoBSD 4.4 Lite Lib Sources
Rodney W. Grimes [Fri, 27 May 1994 05:00:24 +0000 (05:00 +0000)]
BSD 4.4 Lite Lib Sources

30 years agoCast arguments to timeout() to quite compiler warnings. Should we
Rodney W. Grimes [Fri, 27 May 1994 04:02:10 +0000 (04:02 +0000)]
Cast arguments to timeout() to quite compiler warnings.  Should we
change all of these to be timeout_funt_t and remove the casts and
typedef?

Remove secound argument (uban) from ifp->if_reset routines since it is now
obsolete.

Reviewed by: David Greenman

30 years agoMy last fix broke things more, thanks to Paul Traina for pointing that out!
Geoff Rehmet [Thu, 26 May 1994 20:16:49 +0000 (20:16 +0000)]
My last fix broke things more, thanks to Paul Traina for pointing that out!

30 years agoUpdate the Makefile to work correctly when copying and/or symlinking
Rodney W. Grimes [Thu, 26 May 1994 13:48:52 +0000 (13:48 +0000)]
Update the Makefile to work correctly when copying and/or symlinking
/usr/include.

Make comment about mp.h missing and remove it from the list of files.
Fix installation of ufs include files as this is now a tree ufs/{ffs,lfs,
mfs,ufs}.

Make setting of SHARED optional by makeing it SHARED?=.

Comment out installation of X11 includes since it does not work
for XFree86 until we get XFree86 to install as /usr/X11.

Update _PATH_UNIX to be /kernel.  Remove /usr/{contrib,old}/bin from
_PATH_STDPATH.

30 years agoSYSCONS is no longer needed since pccons has been removed.
Rodney W. Grimes [Thu, 26 May 1994 13:38:01 +0000 (13:38 +0000)]
SYSCONS is no longer needed since pccons has been removed.

Update the GENERIC* to have the new file system options and the new kernel
name.

Fix the clean target in Makefile.i386 to rm kernel instead of 386bsd.

30 years agoSince we have removed com.c and renamed comreg.h to sioreg.h I need to
Rodney W. Grimes [Thu, 26 May 1994 13:31:40 +0000 (13:31 +0000)]
Since we have removed com.c and renamed comreg.h to sioreg.h I need to
fix sio.c to #include sioreg.h.

30 years agoFix some references to MIN() and MAX() that have been replaced by min() and
Rodney W. Grimes [Thu, 26 May 1994 13:30:20 +0000 (13:30 +0000)]
Fix some references to MIN() and MAX() that have been replaced by min() and
max().

30 years agoUpgrade config to be compatible with our i386 port, pull in 95% of the
Rodney W. Grimes [Thu, 26 May 1994 13:24:02 +0000 (13:24 +0000)]
Upgrade config to be compatible with our i386 port, pull in 95% of the
changes that have been made in FreeBSD 1.x, except for possibly the nfs
diskless support this is a completed config.

30 years agoAdded missing ntohl()'s that are needed before calling IN_MULTICAST in
David Greenman [Thu, 26 May 1994 09:51:33 +0000 (09:51 +0000)]
Added missing ntohl()'s that are needed before calling IN_MULTICAST in
a couple of places.
Submitted by: Johannes Helander

30 years agoMoved header definitions to buf.h, and added missing splx() - found
David Greenman [Thu, 26 May 1994 08:45:29 +0000 (08:45 +0000)]
Moved header definitions to buf.h, and added missing splx() - found
by Johannes Helander.

30 years agoBump all minor nos. of libs in /usr/src/gnu/lib.
Geoff Rehmet [Thu, 26 May 1994 08:17:25 +0000 (08:17 +0000)]
Bump all minor nos. of libs in /usr/src/gnu/lib.
shlibs are now version 1.1

30 years ago>From Jordan
Geoff Rehmet [Thu, 26 May 1994 07:52:23 +0000 (07:52 +0000)]
>From Jordan

Fix braindeadness in my makefile

30 years agoBSD 4.4 Lite sbin -> usr.sbin Sources
Rodney W. Grimes [Thu, 26 May 1994 06:39:07 +0000 (06:39 +0000)]
BSD 4.4 Lite sbin -> usr.sbin Sources
Note: The sources for XNSrouted and routed are being imported to usr.sbin
instead of sbin.

30 years agoBSD 4.4 Lite sbin Sources
Rodney W. Grimes [Thu, 26 May 1994 06:35:07 +0000 (06:35 +0000)]
BSD 4.4 Lite sbin Sources

Note:  XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.

30 years agoBSD 4.4 Lite bin Sources
Rodney W. Grimes [Thu, 26 May 1994 06:18:55 +0000 (06:18 +0000)]
BSD 4.4 Lite bin Sources

30 years agoGot this fix from think.com:
Rodney W. Grimes [Thu, 26 May 1994 06:06:47 +0000 (06:06 +0000)]
Got this fix from think.com:
The following two patches should allow the documented "-I !" option to
skip the ignore lists and import/update all files in the directory.

I need it to force certain files to import (ie, csh.a which is part of
the csh documentation).

30 years agoBSD 4.4 Lite usr.sbin Sources
Rodney W. Grimes [Thu, 26 May 1994 05:23:31 +0000 (05:23 +0000)]
BSD 4.4 Lite usr.sbin Sources

30 years agoFix -z key, patch from Taylor
Andrey A. Chernov [Wed, 25 May 1994 20:14:52 +0000 (20:14 +0000)]
Fix -z key, patch from Taylor

30 years agoDocumentation added
Andrey A. Chernov [Wed, 25 May 1994 19:04:00 +0000 (19:04 +0000)]
Documentation added

30 years agoThe environment variable PKG_PREFIX is set to the first @cwd command
Satoshi Asami [Wed, 25 May 1994 18:00:04 +0000 (18:00 +0000)]
The environment variable PKG_PREFIX is set to the first @cwd command
in the packing list, or the argument to -p if it is specified, before
the requirements/installation/deinstallation scripts are called.  This
enables the scripts to be written to work on the final installation
destination, even if the user uses -p to override the package's default.

30 years agoThe big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
Rodney W. Grimes [Wed, 25 May 1994 09:21:21 +0000 (09:21 +0000)]
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.

Reviewed by: Rodney W. Grimes
Submitted by: John Dyson and David Greenman

30 years agoChange Header to Id.
Jordan K. Hubbard [Wed, 25 May 1994 06:28:14 +0000 (06:28 +0000)]
Change Header to Id.

30 years agoAdd new find_plist() function.
Jordan K. Hubbard [Wed, 25 May 1994 06:27:24 +0000 (06:27 +0000)]
Add new find_plist() function.

30 years agoChange in_plist() call to find_plist().
Jordan K. Hubbard [Wed, 25 May 1994 06:24:41 +0000 (06:24 +0000)]
Change in_plist() call to find_plist().

30 years agoRemove find_name(), replace with more generic find_plist() function.
Jordan K. Hubbard [Wed, 25 May 1994 06:24:18 +0000 (06:24 +0000)]
Remove find_name(), replace with more generic find_plist() function.

30 years agoBSD 4.4 Lite Kernel Sources
Rodney W. Grimes [Wed, 25 May 1994 01:34:38 +0000 (01:34 +0000)]
BSD 4.4 Lite Kernel Sources

30 years agoBSD 4.4 Lite Kernel Sources
Rodney W. Grimes [Tue, 24 May 1994 10:09:53 +0000 (10:09 +0000)]
BSD 4.4 Lite Kernel Sources

30 years agoBSD 4.4 Lite Include Sources
Rodney W. Grimes [Tue, 24 May 1994 09:57:34 +0000 (09:57 +0000)]
BSD 4.4 Lite Include Sources

30 years agoGot this from think.com, nice patch to add Index: lines to cvs diff output
Rodney W. Grimes [Tue, 24 May 1994 08:16:26 +0000 (08:16 +0000)]
Got this from think.com, nice patch to add Index: lines to cvs diff output
so you can put it right into patch.
Patch by Brian Berliner.

30 years agoEnhancements to use now -K option to rcs so that certain keywords are
Rodney W. Grimes [Tue, 24 May 1994 08:11:37 +0000 (08:11 +0000)]
Enhancements to use now -K option to rcs so that certain keywords are
NOT touched by cvs.  Only takes effect if -DFREEBSD_DEVELOPER, and installs
as ncvs when this is defined.  You must also have the changes to rcs
for this to work.

30 years agoGet us closer to being able to install on the second drive.
Jordan K. Hubbard [Tue, 24 May 1994 08:09:49 +0000 (08:09 +0000)]
Get us closer to being able to install on the second drive.

30 years agoFix catman to produce zipped cats, like man does.
Andrey A. Chernov [Mon, 23 May 1994 22:13:36 +0000 (22:13 +0000)]
Fix catman to produce zipped cats, like man does.
In other (old) case we have both kind of cats at once.

30 years agoPath of uucp lock/temp corrected
Andrey A. Chernov [Mon, 23 May 1994 11:22:10 +0000 (11:22 +0000)]
Path of uucp lock/temp corrected

30 years agoMake use of the new FDOPT_NORETRY facility. It does not make sense to
Joerg Wunsch [Sun, 22 May 1994 17:43:34 +0000 (17:43 +0000)]
Make use of the new FDOPT_NORETRY facility. It does not make sense to
verify formatted tracks with fully retryng. The head should not be moved
in either case.
Also some minor copyright cleanup.

30 years agoAdd some clarifications to lpt manpage,
Geoff Rehmet [Sun, 22 May 1994 12:29:21 +0000 (12:29 +0000)]
Add some clarifications to lpt manpage,
remove lpa manpage.

30 years agoFix all the sound devices to NOT have the absolute path /dev, the makes for
Rodney W. Grimes [Sat, 21 May 1994 08:55:52 +0000 (08:55 +0000)]
Fix all the sound devices to NOT have the absolute path /dev, the makes for
missing device files in releases!!

30 years agoGordon Burditt <gordon@sneaky.lonestar.org>
Jordan K. Hubbard [Fri, 20 May 1994 22:50:37 +0000 (22:50 +0000)]
Gordon Burditt <gordon@sneaky.lonestar.org>

Fix ownership of catpages, make ~uucp/uucppublic really public.

30 years agoTypo (pkg_add => pkg-add).
Satoshi Asami [Fri, 20 May 1994 19:35:33 +0000 (19:35 +0000)]
Typo (pkg_add => pkg-add).

30 years agoMake clear what arguments the "require" script gets.
Satoshi Asami [Fri, 20 May 1994 19:34:44 +0000 (19:34 +0000)]
Make clear what arguments the "require" script gets.

30 years agoMake clear what arguments the "require" package gets (the original didn't
Satoshi Asami [Fri, 20 May 1994 19:33:08 +0000 (19:33 +0000)]
Make clear what arguments the "require" package gets (the original didn't
make any sense, with a ".b" instead of ".B" in front of "INSTALL"!).

30 years agoFixed Id string
Søren Schmidt [Fri, 20 May 1994 12:24:15 +0000 (12:24 +0000)]
Fixed Id string

30 years agoAdded prober Id string
Søren Schmidt [Fri, 20 May 1994 12:22:40 +0000 (12:22 +0000)]
Added prober Id string

30 years agoLatest error correction code from Steve Gerakines
Jordan K. Hubbard [Fri, 20 May 1994 10:09:46 +0000 (10:09 +0000)]
Latest error correction code from Steve Gerakines

30 years agoPut md5.c copyright on md4.c. I contacted RSA inc. for that some time ago
Guido van Rooij [Fri, 20 May 1994 06:44:56 +0000 (06:44 +0000)]
Put md5.c copyright on md4.c. I contacted RSA inc. for that some time ago
but forgot to do it.

-Guido

30 years agoFix multiply slash problem
Andrey A. Chernov [Fri, 20 May 1994 00:34:30 +0000 (00:34 +0000)]
Fix multiply slash problem

30 years agoWait a much longer time for slow devices like CD multichangers to timeout
Jordan K. Hubbard [Thu, 19 May 1994 22:21:05 +0000 (22:21 +0000)]
Wait a much longer time for slow devices like CD multichangers to timeout
(by request of Horo Hideo).

30 years agoAdd `-h' option to force tar to follow symbolic links
Andrew Moore [Thu, 19 May 1994 18:27:41 +0000 (18:27 +0000)]
Add `-h' option to force tar to follow symbolic links

30 years ago1) Added s/key support .
Guido van Rooij [Thu, 19 May 1994 18:13:11 +0000 (18:13 +0000)]
1) Added s/key support .
2  Added optional excessive login logging.
3) Added login acces control on a per host/tty base.
4) See skey(1) for skey descriptions and src/usr.bin/login/README
  for the logging and access control features.

-Guido

30 years ago1) Added s/key support .
Guido van Rooij [Thu, 19 May 1994 18:06:46 +0000 (18:06 +0000)]
1) Added s/key support .
2  Added optional excessive login logging.
3) Added login acces control on a per host/tty base.
4) See skey(1) for skey descriptions and src/usr.bin/login/README
  for the logging and access control features.

-Guido

30 years agoA perfectly good libgnuregex.a and you can't use it! No header was being
Jordan K. Hubbard [Thu, 19 May 1994 17:40:01 +0000 (17:40 +0000)]
A perfectly good libgnuregex.a and you can't use it!  No header was being
installed.  Do so now as gnuregex.h

30 years agoTurn on purging of accounting records in /etc/daily.
Geoff Rehmet [Thu, 19 May 1994 12:34:48 +0000 (12:34 +0000)]
Turn on purging of accounting records in /etc/daily.
(Now that we have sa)

30 years agoAdd the installation of /var/crash/minfree with a value of 2048 so that
Rodney W. Grimes [Thu, 19 May 1994 12:29:29 +0000 (12:29 +0000)]
Add the installation of /var/crash/minfree with a value of 2048 so that
savecore will not FILL the /var partition.

30 years agoUse "cons25" for console too since we're now syscons. Turn on two
Jordan K. Hubbard [Thu, 19 May 1994 11:07:56 +0000 (11:07 +0000)]
Use "cons25" for console too since we're now syscons.  Turn on two
VTY's by default; give user a couple of vty's to play with out of the box
(leave 4th entry turned off for X).

30 years agoAdd 4 VTY's back to the list of things to create by default (the codrv
Jordan K. Hubbard [Thu, 19 May 1994 11:05:09 +0000 (11:05 +0000)]
Add 4 VTY's back to the list of things to create by default (the codrv
comments were obsolete), also create a PS/2 mouse entry.

30 years agoStart preparing for the new, improved, doesn't-hang-the-keyboard version of
Jordan K. Hubbard [Thu, 19 May 1994 10:55:34 +0000 (10:55 +0000)]
Start preparing for the new, improved, doesn't-hang-the-keyboard version of
syscons as standard.  pccons adherants are welcome to go fix pccons, but for
now I see only syscons really moving forward.
see

30 years agoRemove the now bogus IP_VAT_COMPAT.
Jordan K. Hubbard [Wed, 18 May 1994 16:23:25 +0000 (16:23 +0000)]
Remove the now bogus IP_VAT_COMPAT.

30 years agoAdd line for IP_VAT_COMPAT, documenting it.
Jordan K. Hubbard [Tue, 17 May 1994 23:20:32 +0000 (23:20 +0000)]
Add line for IP_VAT_COMPAT, documenting it.

30 years agoWe have BROKEN_SETREUID by Taylor point of view
Andrey A. Chernov [Tue, 17 May 1994 23:15:30 +0000 (23:15 +0000)]
We have BROKEN_SETREUID by Taylor point of view

30 years agoFold in the changes to support IP multicasting, from Jim Lowe et al.
Jordan K. Hubbard [Tue, 17 May 1994 22:30:41 +0000 (22:30 +0000)]
Fold in the changes to support IP multicasting, from Jim Lowe et al.

30 years agoWhoops - comment out psm0 by default in case someone wants to
Jordan K. Hubbard [Tue, 17 May 1994 14:18:13 +0000 (14:18 +0000)]
Whoops - comment out psm0 by default in case someone wants to
compile this thing.  I won't turn on the ALLOW_CONFLICT_IOADDR this would need
to compile instead since that would then rob us of other, possibly important,
conflict checks.

30 years agoAdd descriptions of ALLOW_CONFLICT_* options we want to doc for now
Jordan K. Hubbard [Tue, 17 May 1994 14:15:11 +0000 (14:15 +0000)]
Add descriptions of ALLOW_CONFLICT_* options we want to doc for now
(only 2).  Add entry for psm0 (PS/2 mouse).

30 years agoAdd manpath.config to the default list of things installed in /etc
Jordan K. Hubbard [Tue, 17 May 1994 13:03:36 +0000 (13:03 +0000)]
Add manpath.config to the default list of things installed in /etc
for releases.

30 years agoStop toasting folks' /etc/manpath.config files.
Jordan K. Hubbard [Tue, 17 May 1994 12:50:36 +0000 (12:50 +0000)]
Stop toasting folks' /etc/manpath.config files.

30 years agoAdd X11R6 to manpath in preprataion for XFree86 3.0.
Rich Murphey [Tue, 17 May 1994 11:26:12 +0000 (11:26 +0000)]
Add X11R6 to manpath in preprataion for XFree86 3.0.

30 years agoGet generic kernels to be as forgiving of users with lossy hardware
Jordan K. Hubbard [Mon, 16 May 1994 09:40:10 +0000 (09:40 +0000)]
Get generic kernels to be as forgiving of users with lossy hardware
as possible:

options         "SCSI_DELAY=15"         #Be pessimistic about Joe SCSI device

30 years agoFrom Bruce:
Andrey A. Chernov [Mon, 16 May 1994 03:06:00 +0000 (03:06 +0000)]
From Bruce:
 * If there is no 386BSD partition, initialize the label sector with
 * LABELSECTOR instead of with garbage.
 * Fixed reading of bad sector table.  It is at the end of the 'c'
 * partition, which is not always at the end of the disk.

30 years agoTo truely have the OLD behavior of RCS by default make the expansion
Rodney W. Grimes [Sun, 15 May 1994 22:15:14 +0000 (22:15 +0000)]
To truely have the OLD behavior of RCS by default make the expansion
of $FreeBSD$ false by default.  This should keep them out
of the pre 2.x repository. (Or at least make them useless in it).

30 years agoFisx spelling error from John Lind
Rodney W. Grimes [Sun, 15 May 1994 01:10:17 +0000 (01:10 +0000)]
Fisx spelling error from John Lind

30 years ago>From 1.1 branhc:
Rodney W. Grimes [Sun, 15 May 1994 01:09:23 +0000 (01:09 +0000)]
>From 1.1 branhc:
----------------------------
revision 1.13.2.1
date: 1994/05/05 03:58:27;  author: rgrimes;  state: Exp;  lines: +15 -25
Upgrade some things that are now different in 1.1.
----------------------------

30 years agoAdded a missing unit argument in a printf.
Andreas Schulz [Sat, 14 May 1994 13:12:14 +0000 (13:12 +0000)]
Added a missing unit argument in a printf.

30 years agoAdd -K option to pass keywordlists to rcs so we can disable and enable
Rodney W. Grimes [Sat, 14 May 1994 10:51:13 +0000 (10:51 +0000)]
Add -K option to pass keywordlists to rcs so we can disable and enable
specific keyword expansion on cvs co and cvs patch commands.

30 years agoNo longer use FSYNC_ALL by default, we do not have the stability problems
Rodney W. Grimes [Sat, 14 May 1994 07:02:40 +0000 (07:02 +0000)]
No longer use FSYNC_ALL by default, we do not have the stability problems
with the system as we once did.  This should greatly increase the speed
of rcs and therefore cvs.

30 years agoAdd new option -K from David Dawes that allows you to turn on and off
Rodney W. Grimes [Sat, 14 May 1994 07:00:23 +0000 (07:00 +0000)]
Add new option -K from David Dawes that allows you to turn on and off
specific keyword substitution during a rcs co command.
Add the new keyword FreeBSD that is IDENTICAL in operation to $Id$.

30 years agoMake local changes more portable.
Andrey A. Chernov [Sat, 14 May 1994 01:18:07 +0000 (01:18 +0000)]
Make local changes more portable.

30 years agoUpgrade to readline 2.0 from bash1.14.1
Andrey A. Chernov [Fri, 13 May 1994 15:48:04 +0000 (15:48 +0000)]
Upgrade to readline 2.0 from bash1.14.1

30 years agoFrom: Heikki Suonsivu <hsu@clinet.fi>
Jordan K. Hubbard [Fri, 13 May 1994 12:41:47 +0000 (12:41 +0000)]
From: Heikki Suonsivu <hsu@clinet.fi>

FreeBSD release still nukes everything on scratch using a big-hammer
method, even if it is nfs-mounted (and, when it is, the expiration policy
may be different).  Daily script should by default do nothing to remote
filesystems?

30 years agoRemove confusing (as they are now unnecessary) comments about
Jordan K. Hubbard [Fri, 13 May 1994 08:48:22 +0000 (08:48 +0000)]
Remove confusing (as they are now unnecessary) comments about
INACCURATE_MICROTIME_IS_OK.  Document what pca0 is.

30 years agoFix some spaces back into tabs from a cut and past.
Rodney W. Grimes [Fri, 13 May 1994 03:39:21 +0000 (03:39 +0000)]
Fix some spaces back into tabs from a cut and past.

30 years agoIf you want no manual pages so NOMAN=, not MAN1=NOMAN!
Rodney W. Grimes [Thu, 12 May 1994 06:09:23 +0000 (06:09 +0000)]
If you want no manual pages so NOMAN=, not MAN1=NOMAN!

30 years agotypo.
Poul-Henning Kamp [Thu, 12 May 1994 00:42:59 +0000 (00:42 +0000)]
typo.

30 years agomade -v produce tip-revision, which was what I wanted in the first place...
Poul-Henning Kamp [Thu, 12 May 1994 00:37:59 +0000 (00:37 +0000)]
made -v produce tip-revision, which was what I wanted in the first place...

30 years agoAdded -v option to rlog. This gives a quick way to get a list of versions.
Poul-Henning Kamp [Wed, 11 May 1994 22:39:44 +0000 (22:39 +0000)]
Added -v option to rlog.  This gives a quick way to get a list of versions.

30 years agoAdd PAREN_MATCHING to CFLAGS
Andrey A. Chernov [Wed, 11 May 1994 16:30:27 +0000 (16:30 +0000)]
Add PAREN_MATCHING to CFLAGS

30 years agoRemove #ifdefs which may confuse external packages which include
Andrey A. Chernov [Wed, 11 May 1994 16:25:34 +0000 (16:25 +0000)]
Remove #ifdefs which may confuse external packages which include
this headers

30 years agoAdd HAVE_VARARGS_H to CFLAGS
Andrey A. Chernov [Wed, 11 May 1994 15:49:43 +0000 (15:49 +0000)]
Add HAVE_VARARGS_H to CFLAGS
Add VISIBLE_STATS to CFLAGS, fix complete.c for successful
compilation with VISIBLE_STATS

30 years agoAdd some note, how to tune readline to 8-bit clean mode
Andrey A. Chernov [Wed, 11 May 1994 15:19:11 +0000 (15:19 +0000)]
Add some note, how to tune readline to 8-bit clean mode

30 years agoAdd VI_MODE to CFLAGS
Andrey A. Chernov [Wed, 11 May 1994 15:11:01 +0000 (15:11 +0000)]
Add VI_MODE to CFLAGS

30 years agoBack out forced 8-bit mode, it can be tudned from ~/.inputrc file
Andrey A. Chernov [Wed, 11 May 1994 15:09:10 +0000 (15:09 +0000)]
Back out forced 8-bit mode, it can be tudned from ~/.inputrc file