Satoshi Asami
fb097df2ce
Typo!
1995-01-11 08:53:28 +00:00
Satoshi Asami
1deaf2e347
Add missing ! in front of pipeline for extract commands---otherwise
...
it would exit on *successful* extraction.
1995-01-11 08:50:48 +00:00
Paul Richards
1e95454e10
What I think is a more correct fix for the handling of backslashes
...
inside backquotes. Reversed my previous fix.
1995-01-11 07:07:00 +00:00
Andrey A. Chernov
514c347b58
awk/doc added
1995-01-11 06:56:12 +00:00
Andrey A. Chernov
09122d010b
Infopage install
1995-01-11 06:53:40 +00:00
Andrey A. Chernov
4efe110a6d
Use -lgnuregex
1995-01-11 06:42:25 +00:00
Andrey A. Chernov
e82aeeb5ef
Use -lgnuregex
...
Tune for 8bit ctype
1995-01-11 06:14:14 +00:00
Andrey A. Chernov
712624913e
Upgrade to code which should satisfy all things which we have
1995-01-11 06:12:04 +00:00
Paul Richards
f4ae9090f4
Added emacs ^A,^E,^B & ^F keybindings to field editor.
...
Changed a constant to a sizeof in test.c
1995-01-11 06:08:45 +00:00
Andrey A. Chernov
49b95be03e
Use -lgnuregex
1995-01-11 05:45:48 +00:00
Andrey A. Chernov
dc92878b84
Upgrade regex code to most recent that I found
...
Version number still not changed
1995-01-11 05:39:08 +00:00
Andrey A. Chernov
e88843d3cf
Use -lgnuregex
...
Tune for 8bit ctype
1995-01-11 05:07:00 +00:00
Andrey A. Chernov
35a3303073
Changes for 8-bit ctype
1995-01-11 04:56:51 +00:00
Andrey A. Chernov
ea822ebc88
libregex/doc added
1995-01-11 04:34:23 +00:00
Garrett Wollman
7a41acfd08
Now that `doc' works, do it.
1995-01-11 04:33:00 +00:00
Andrey A. Chernov
68206ccc06
Add infopage installation
1995-01-11 04:32:41 +00:00
Garrett Wollman
056721988a
Always make the papers. Automatically make both PostScript and ASCII versions
...
of each document, and install both on request.
1995-01-11 04:29:38 +00:00
Garrett Wollman
debba9d5a3
Disable 05.sysman, it sends nroff into an infinite loop.
1995-01-11 04:24:41 +00:00
Andrey A. Chernov
2e0ad30144
Remove regex code, use -lgnuregex instead
1995-01-11 04:18:38 +00:00
Garrett Wollman
a316b26e50
Make all these format under the new scheme. I haven't had a chance to
...
test the -me stuff, so it's still disabled for now.
1995-01-11 04:10:10 +00:00
Andrey A. Chernov
cd4e4d36de
Fix path in FILES section
1995-01-11 03:58:32 +00:00
Garrett Wollman
417ed37975
Get the USD to format under the new structure.
1995-01-11 03:24:33 +00:00
Garrett Wollman
be3dff6e36
Add .MAIN: all so that extraneous targets don't confuse `make'.
1995-01-11 02:41:09 +00:00
Garrett Wollman
d448c6a94f
Add standard before/real/afterinstall support like in bsd.prog.mk.
1995-01-11 02:27:01 +00:00
Garrett Wollman
83a924ecc9
Fix last .endif.
1995-01-11 02:06:58 +00:00
David Greenman
c3d05da5e3
MFS doesn't bother to associate a struct mount with the vnode...so work
...
around this by not trying to cluster this type of I/O.
Submitted by: John Dyson
1995-01-11 01:53:18 +00:00
Garrett Wollman
b7a1a0a5ff
Make these documents build if possible.
1995-01-11 01:53:04 +00:00
Paul Richards
369cf5afc3
Change size of example form from 80x25 to 80x24 so it works
...
in a standard xterm.
1995-01-11 01:29:38 +00:00
Garrett Wollman
26b8cb48b1
Add Id keyword.
1995-01-11 00:16:04 +00:00
Garrett Wollman
f8f8058e6f
Make everything work with new bsd.doc.mk and without symlinks in the
...
source tree. Eliminate papers which require -me macros, 'cos they
currently don't work with groff.
1995-01-11 00:15:23 +00:00
Garrett Wollman
25514a1236
Changes to make /usr/share/doc work somewhat right. (SMM commits
...
to follow soon.)
1995-01-11 00:00:11 +00:00
Andrey A. Chernov
81ab7fb2a7
Add better argument handling
...
Submitted by: jmz
1995-01-10 21:19:57 +00:00
Andrey A. Chernov
b7091db2a5
send-pr/doc added
1995-01-10 20:04:35 +00:00
Andrey A. Chernov
0a172cf4d9
Add info installation
1995-01-10 20:02:15 +00:00
Poul-Henning Kamp
bb04461ba0
Speed kvm_mkdb up by a factor 5 or thereabout. Rewrote all the fseek/fread
...
nonsense to use a mmap'ed file instead and told the DB/hash what we are up to.
dev_mkdb could maybe benefit from the same treatment.
1995-01-10 18:37:12 +00:00
Andrey A. Chernov
80ac129270
Updates from jmz and me
1995-01-10 18:35:23 +00:00
Joerg Wunsch
43c1db28c7
From our favorite Perl script writer: a new makewhatis, about
...
15 times faster than the existing sh script.
Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
1995-01-10 18:12:50 +00:00
David Greenman
f295740e4d
Fix conversion to/from nfs v2 time in handling microseconds.
...
Submitted by: rick@snowhite.cis.uoguelph.ca
1995-01-10 13:11:42 +00:00
David Greenman
740c65cfec
Added two missing brelse() calls.
...
Submitted by: rick@snowhite.cis.uoguelph.ca
1995-01-10 13:06:51 +00:00
Jordan K. Hubbard
4c0b41ec3b
As long as I can't figure out why this doesn't work, I might as well
...
add some error checking to it and clean this up a bit.
1995-01-10 12:36:44 +00:00
Jordan K. Hubbard
8b9d60735d
Catch case where extraction fails. Thanks!
1995-01-10 12:23:44 +00:00
Jordan K. Hubbard
8bc0985035
Latest changes from vak.
...
Submitted by: vak
1995-01-10 11:44:30 +00:00
Jordan K. Hubbard
ed4a82f717
Latest update from Serge Vakulenko <vak@cronyx.ru>
...
Submitted by: vak
1995-01-10 11:41:28 +00:00
David Greenman
5943df8331
PG_FAKE is no longer used - so don't bother to clear it.
1995-01-10 09:20:34 +00:00
David Greenman
a776a317e9
Kill VM_PAGE_INIT macro as it is only used once and makes the code more
...
difficult to understand. Got rid of unused vm_page flags.
1995-01-10 09:19:52 +00:00
David Greenman
480dff540b
Fixed some formatting weirdness that I overlooked in the previous commit.
1995-01-10 07:32:52 +00:00
David Greenman
39b3568a26
Added 'pages in VM cache' statistic.
1995-01-10 05:52:59 +00:00
Paul Richards
ba1efeeea4
Place the cursor better on buttons.
...
Stop field display attributes getting clobbered.
1995-01-10 04:10:55 +00:00
Paul Richards
7f8bb70cff
New forms library. This provides some basic functions for writing
...
input forms. It has the following simple fields:
Text fields: Just titles, labels etc.
Input fields: An editable text field that may or may not have an
initial default value.
Labelled input field: This is an input field that has an initial
informative entry in it but it vanishes when you start editing the
field.
Toggle fields: These are fields with a pre-defined list of options
which you cycle through using the space bar.
Action fields: These are button type fields that call functions when
they are selected.
A simple demo is included in examples.
1995-01-10 04:00:37 +00:00
Bruce Evans
fa724216f5
Always build libkern_p.a. `NOPROFILE' should only control user libraries.
1995-01-10 01:57:56 +00:00