jkh
caca6152f0
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
ed05937487
missed these parts of Bruce's changes last time..
...
Submitted by: bde (again :-)
1996-08-30 21:57:39 +00:00
peter
48809684a1
consistancy fixup
...
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
1996-08-30 21:21:52 +00:00
peter
20369831f9
Too verbose, typo (I missed the -C :-)
...
Submitted by: bde
1996-08-30 19:26:49 +00:00
ache
ca925d6eb1
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
f50869a116
cmp -s || install -c -> install -C
1996-08-30 03:12:16 +00:00
peter
df9e2b70de
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
ad88426736
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
3f709de38c
cmp -s || install -c ==> install -C
1996-08-30 02:12:07 +00:00
wosch
ab0ebe585d
[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
174e4e5199
add Version 1 AT&T UNIX to .At macro
1996-08-28 22:37:00 +00:00
ache
f596cd4a0d
Keep in sync with latest bash
1996-08-28 15:47:16 +00:00
bde
e4af5b3a59
Don't install zgrep twice.
1996-08-28 15:45:32 +00:00
wosch
0210175107
sync copyright with /usr/share/examples/etc/bsd-style-copyright
1996-08-27 20:04:45 +00:00
peter
bf3127c24b
Ack! Don't install cvs.info.gz etc in /usr/bin...
1996-08-21 00:57:26 +00:00
peter
76e0a01054
Make the CVSvn.texi dependency hack work a little better..
1996-08-21 00:35:53 +00:00
peter
d14a77b373
Oops, forgot to 'cvs add' this one.
1996-08-21 00:04:28 +00:00
peter
b10c7a0c1a
Update to use the cvs-1.8.1 sources from src/contrib/cvs
1996-08-20 23:58:03 +00:00
joerg
614886b143
Ensure at least one space between the module name and the module path.
...
Detected by: asami
1996-08-20 20:37:47 +00:00
ache
981ea6eb0f
Pick collate info fo ranges
1996-08-20 14:22:57 +00:00
wosch
dfb9d51f1f
make install should not install any file in /etc.
1996-08-17 22:27:08 +00:00
ache
52d9ff24a9
8bit clean ctype fixes
1996-08-15 22:55:53 +00:00
ache
78da01bc66
Localization fixes
1996-08-15 22:49:46 +00:00
ache
f978cfe81f
Localization fixes.
1996-08-15 22:11:36 +00:00
ache
9e33f9be1e
Use collate for alpha character ranges
1996-08-13 14:33:05 +00:00
ache
c7f1966900
Use collate for alpha character ranges
1996-08-13 14:21:48 +00:00
jkh
36270d5e25
Reverse my patch which erroneously removed the library dependencies
...
for a library. They're needed.
1996-08-13 12:46:10 +00:00
chuckr
41f0204afe
Change in man page to document "-" flag as stdin/stdout, add
...
example showing how to move file hierarchies.
Reviewed by: jkh
1996-08-13 00:13:49 +00:00
ache
1563880d65
Convert to newly aded collate compare function
1996-08-12 19:12:40 +00:00
ache
62d22e65bd
Convert to newly aded collate compare function
1996-08-12 19:04:24 +00:00
ache
d0049dcf85
Use collate for alpha character ranges
1996-08-12 18:03:54 +00:00
ache
f25f152775
Pick collate info too
1996-08-12 17:55:41 +00:00
jkh
1a72bf5044
Throw some unnecessary dreck out of this Makefile.
1996-08-11 17:21:20 +00:00
asami
e28846e4e9
The default editor is "vi", not "/usr/ucb/vi".
1996-08-09 09:00:41 +00:00
jkh
34bc2a4794
Remove mkisofs from Makefile
1996-08-08 02:21:06 +00:00
jkh
f72c9860b7
bye bye mkisofs!
1996-08-08 01:52:52 +00:00
pst
f7a9854728
Bring xditview back from the grave (part 2).
...
Fix things so it *really* won't compile if the environment isn't there.
This commit has been sitting in my to-do list for 2 months. Xditview
should never have been half-removed, so now it's back with a vengance
because we want to keep groff intact as a package.
1996-08-05 00:44:59 +00:00
pst
7674ddb3cd
Bring xditview back from the grave (1 of 2 commits).
1996-08-05 00:42:06 +00:00
jdp
6a41219210
Check for, and disallow, duplicate tags in the "cvs import" command.
...
RCS cannot deal with duplicate tags; the extra one always becomes
inaccessible and useless.
This will prevent the common mistake of specifying the same name
for the vendor tag and the release tag. The FreeBSD CVS repository
already contains zillions of files with this error. We don't need
any more of them.
1996-07-20 02:08:56 +00:00
jkh
730964efd2
General -Wall warning cleanup, part I.
...
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
1996-07-12 19:08:36 +00:00
jkh
d79c848b15
1. Remove some ancient bogons from when I initially added dialogMenuItem
...
support.
2. Have message boxes say "Continue" instead of "Exit"
1996-07-11 18:22:16 +00:00
jkh
eef290ac5f
Fix a couple of whoopers which somehow went undetected until now.
1996-07-11 11:15:28 +00:00
mpp
27355588a4
Teach the mdoc .Os and .Fx macros about the FreeBSD 2.1.5 release.
1996-07-10 23:53:13 +00:00
ache
3dce5dd9c8
Restore my backed out changes (writting cats) because they was
...
not reviewed by pst in claimed period (1 week) and over 3 weeks passed.
CONSTRUCTIVE complaints welcome!
1996-07-09 15:37:26 +00:00
wosch
7dbcea9d7a
add manpage getNAME(1)
1996-07-08 20:18:28 +00:00
wosch
5bcd6f63c6
Exits 0 on success, and 1 if no keyword matched.
...
Start $PAGER only if we find a manual page.
1996-07-08 20:03:18 +00:00
jkh
14ae3a02bd
Add missing dialog_clear() calls.
1996-07-05 07:42:23 +00:00
wosch
5d78b2813d
install fast version of zgrep
1996-07-02 23:01:01 +00:00
jkh
0e821da241
Round out the examples a little better in showing custom buttons in operation
...
more than once.
1996-07-02 01:03:56 +00:00
wosch
fdfd212c01
checklog - extract your commits from commitlogs archive
1996-06-30 11:51:41 +00:00