wosch
4bacaf65d2
xVERSIONx -> 3.2; close PR 1404
1996-09-28 18:31:30 +00:00
wosch
aa57eb50fa
grep -q pattern file
...
search 'pattern' in whole file 'file', from top to bottom. This is
not necessary; if grep found 'pattern' it can stop further searching
in file 'file'.
Example:
$ time ./grep-old -q Adam /usr/share/dict/*
1.93 real 1.05 user 0.85 sys
$ time ./grep-new -q Adam /usr/share/dict/*
0.14 real 0.06 user 0.06 sys
1996-09-27 19:44:46 +00:00
wosch
9c1e9f8c20
test 37: [b-a] is a syntax error and exit with status 2
1996-09-27 19:40:39 +00:00
wosch
b03342aca8
grep(1) should not parse manpages as arguments.
...
Now `apropos -xfer' works.
1996-09-27 17:36:50 +00:00
wosch
1c66eea617
Reverts exit status for man -k' and
man -f'.
...
Man(1) now return 0 if apropos/whatis return 0, otherwise 1.
1996-09-27 17:34:57 +00:00
bde
cbced3178f
Really eliminated includes of the "temporary" backwards compatibility
...
header <sys/dir.h> in applications. My previous sweep didn't find the
places that included it without needing it.
1996-09-24 08:43:04 +00:00
bde
0350140145
Eliminated includes of the "temporary" backwards compatibility header
...
<sys/dir.h> in applications. Maintained existing (inadequate) ifdefs
for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any
new ones.
1996-09-24 08:08:11 +00:00
wosch
e7eeae0eba
add missing comma(s) in .Xr macros
1996-09-23 22:24:39 +00:00
bde
ab629faae1
cpp was named ccp.
1996-09-23 16:12:38 +00:00
peter
80a6f99474
Crude hack to work around cpp.1 doing a .so man1/cccp.1
...
Pointed out by: Warner Losh <imp@village.org>, PR#1667
1996-09-23 04:14:30 +00:00
pst
af1e11b1cb
Fix up some compilation warnings.
1996-09-22 00:55:46 +00:00
jkh
3e6a3b7f17
Nuke a trailing .endif which survived Peter's last edits.
1996-09-21 17:49:45 +00:00
peter
064b7d990f
Remove the partial support for a shared -lcc_int, since it's been unusable
...
for a fair while. cc1, cc1plus etc have been linked static for some time.
1996-09-21 14:27:38 +00:00
bde
41c3a3b47d
Fixed bogus obj target (found by objwarn check).
...
Removed unnecessary clean and cleandir targets. The defaults are
adequate and we never bothered overriding the default for all,
depend, lint or tags.,
1996-09-20 18:04:26 +00:00
ache
472071c4b5
Replace GNU-made __P definition by standard from sys/cdefs.h
1996-09-20 14:33:48 +00:00
peter
6f85d62c6d
Add libobjc, the Objective-C runtime library.
1996-09-19 16:19:49 +00:00
peter
caedd48344
Man the lifeboats! Tie down the hatches! Red alert! Activate gcc-2.7.2.1!
...
(the old cc has been tagged with "gcc_2_6_3_final" so we have a reference
point in case of unforseen disasters...)
This has the objc backend active, and I think I've managed to get the
f77 f2c support through in one piece, but I don't know fortran to test it.
A 'make world' change and libobjc commit will follow.
If you normally do 'make -DNOCLEAN world', do not do so this time, I know
it can fail with groff.
This version of gcc makes a **LOT** more warnings on our kernel.
1996-09-19 15:53:53 +00:00
pst
065abf87bc
Grab h2ph from /usr/bin, not /usr/local/bin!
1996-09-17 01:14:18 +00:00
wosch
5959c2963d
Set enviroment variable PAGER=pager if using option `man -P pager'
...
This inherit variable PAGER for childs like whatis(1), e.g.
`man -P less -k man' should now work like expected. Close PR#1068
1996-09-16 22:52:02 +00:00
wosch
3b03c842bc
Cleanup exit status; 2: syntax error, 0: keyword matched,
...
$exit_nomatch: no keyword matched. Default value for variable
exit_nomatch is 0 because `man -k' don't like exit status != 0
Detected by: "Stephen J. Roznowski" <sjr@zombie.ncsc.mil>
1996-09-14 23:20:33 +00:00
bde
c9ecf9afc4
Use `install -C' instead of lots of shell commands to install ld.so
...
as atomically as possible.
(Immutable targets can't be renamed without opening a window when
neither the source nor the target is immutable. Perhaps there
should be a rename_immutable syscall to do this if unsetting the
immutable flags would work.)
1996-09-12 03:42:54 +00:00
jfieber
2538cc7925
Add missing tmac.lj4 (for PCL driver)
1996-09-11 22:16:59 +00:00
peter
4196ceb2cf
add bison, gperf
1996-09-10 14:04:37 +00:00
peter
a014cc9f7b
add bmakefiles
1996-09-10 14:03:12 +00:00
peter
18647c9e4a
Add bmakefiles to compile bison.
1996-09-10 13:23:46 +00:00
phk
670bc69e13
DISTDIR is a reserved variable for make release
...
s/DISTDIR/DIST_DIR/g
1996-09-09 18:05:29 +00:00
pst
6bc2c173ca
long live groff
1996-09-08 01:30:16 +00:00
pst
8cb7148bf5
...long live groff
1996-09-08 01:27:58 +00:00
pst
94431507b7
Initial revision
1996-09-08 01:21:19 +00:00
pst
eac274c16a
Groff is dead...
1996-09-08 01:09:04 +00:00
pst
379d8e3ccc
Add Russian language / koi8-r font support.
...
Original author: ache
1996-09-08 00:28:32 +00:00
pst
3ac0008a77
Add psroff command
1996-09-08 00:26:24 +00:00
jkh
7c0d64a2b2
Make button highlighting more visible on B/W displays.
1996-09-06 09:36:45 +00:00
bde
218243765f
Fixed DPADD.
1996-09-05 17:16:10 +00:00
peter
95aee3d463
forgot to reconnect easy-import to the Makefile
1996-09-05 08:43:50 +00:00
jkh
ee90ee6e2b
Collapse some common arrow key handling semantics from sysinstall into
...
PollObj(), simplifying code which uses it.
1996-09-01 08:16:00 +00:00
peter
6e0e76e4a6
missed these parts of Bruce's changes last time..
...
Submitted by: bde (again :-)
1996-08-30 21:57:39 +00:00
peter
676094ef05
consistancy fixup
...
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
1996-08-30 21:21:52 +00:00
peter
e1cb11a5be
Too verbose, typo (I missed the -C :-)
...
Submitted by: bde
1996-08-30 19:26:49 +00:00
ache
e9980bd59a
Add HAVE_STRING_H
...
Use -DHAVE_XXX=1 form to be visually consistent with config.h defines
1996-08-30 18:33:31 +00:00
peter
638d368887
cmp -s || install -c -> install -C
1996-08-30 03:12:16 +00:00
peter
4abe269b95
cmp -s || install -c ==> install -C
...
Add -DHAVE_UNISTD_H -DHAVE_STDLIB_H to get these files
1996-08-30 02:13:06 +00:00
peter
5538b55ce4
oops!! back out last accidental commit! (gcc-2.7.2.1 tweak that I gave up
...
on..)
1996-08-30 02:12:08 +00:00
peter
8a1778a6d9
cmp -s || install -c ==> install -C
1996-08-30 02:12:07 +00:00
wosch
d4a1c1cff8
[HISTORY] command appeared in Version 1 AT&T UNIX
...
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
1996-08-29 18:06:19 +00:00
wosch
a7c4ab7bce
add Version 1 AT&T UNIX to .At macro
1996-08-28 22:37:00 +00:00
ache
e5f2cfa071
Keep in sync with latest bash
1996-08-28 15:47:16 +00:00
bde
bac9bfee5f
Don't install zgrep twice.
1996-08-28 15:45:32 +00:00
wosch
e99625b29c
sync copyright with /usr/share/examples/etc/bsd-style-copyright
1996-08-27 20:04:45 +00:00
peter
4bf6b5a8d6
Ack! Don't install cvs.info.gz etc in /usr/bin...
1996-08-21 00:57:26 +00:00