5591 Commits

Author SHA1 Message Date
ru
e11700e21e Start the (overdue) de-orbit sequence for the -d -C combo,
as was promised in revision 1.43.

MFC after:	1 month
2002-06-05 17:37:48 +00:00
obrien
9a2766b7f3 Some things used "#!/usr/bin/perl5" (such as the /usr/local/bin/use.perl on
my system).  So install a "perl5" wrapper too.
2002-06-05 15:32:26 +00:00
des
db9524cde5 Don't build perl if NO_PERL is defined. 2002-06-04 15:20:11 +00:00
tjr
1162c6ee51 Wrap lines correctly for the `l' command. 2002-06-04 10:40:14 +00:00
tjr
096096d1a2 Document the fact that the `l' command uses the COLUMNS environment
variable (SUSv3)
2002-06-04 10:01:06 +00:00
tjr
86435d3331 Ignore COLUMNS environment variable if it is empty (SUSv3) 2002-06-04 10:00:08 +00:00
tjr
f91c8f40be Respect the setting of the COLUMNS environment variable, use it instead of
the TTY width obtained by ioctl() when set & non-null. (SUSv3)
2002-06-04 09:52:30 +00:00
tjr
f577e81d49 Sort options in Description section. 2002-06-04 09:17:30 +00:00
tjr
158e03bdd1 Note SUSv2 conformance. 2002-06-04 09:16:09 +00:00
tjr
92fc7ca036 confstr() returns (size_t)-1 on failure. Check for this explicitly instead
of trying to see if an unsigned number is less than zero.
2002-06-04 08:45:38 +00:00
jmallett
a6a057aabb Add support for non-numeric key lookup via the 'cmds' file, by using the key
base as the key number.
2002-06-04 06:14:11 +00:00
jmallett
e117a91706 Err, duh, free(3) doesn't set its argument to NULL... Fix realloc of a freed
chunk.
2002-06-04 04:08:18 +00:00
mike
9b39ed7b94 Use POSIX macros for wait(2)-style status information instead of the
deprecated 4.2/4.3BSD wait union.  Fix some nearby pid_t/int
confusion.
2002-06-03 23:13:11 +00:00
jmallett
cc031d1bb1 Make the manpage consistent with the code on the subject of comments, as to
not change the code to always do the "GNU" thing, as it's possible people
rely on BSD m4(1) traditionally resetting comment characters in case of no
arguments to the changecom function.

PR:	bin/17480 (I think this satisfies the problem report)
2002-06-03 20:35:35 +00:00
tjr
485e62a544 Correct History: cal(1) appeared in V5, not V6. 2002-06-03 15:02:02 +00:00
tjr
a935329b0a Correct History: nice(1) appeared in V4. 2002-06-03 14:56:57 +00:00
tjr
b7d1507d7b Correct History: time(1) appeared at least as early as V3. 2002-06-03 14:54:04 +00:00
tjr
287490dff8 Sort sections. 2002-06-03 14:42:28 +00:00
tjr
1a15fcee23 Correct HISTORY section - split(1) appeared at least as early as V3. 2002-06-03 14:41:32 +00:00
iedowse
19859b2689 Call getmntinfo with MNT_NOWAIT to avoid hanging if any NFS servers
are down. Avoid trying to send RPCs to the pidXXX@machine names
used in the special amd(8) mounts.

PR:		bin/6183
Submitted by:	Petr Lampa <lampa@fee.vutbr.cz>
2002-06-03 12:06:49 +00:00
ache
c76b7b05b9 Skip %pN comes from ncurses
PR:		15418
2002-06-03 10:44:39 +00:00
des
70bffa5c27 Connect perl to the build. 2002-06-02 22:43:17 +00:00
schweikh
28bcbfe85d Fix typo in the BSD copyright: s/withough/without/
Spotted and suggested by:	des
MFC after:	3 weeks
2002-06-02 20:05:59 +00:00
tjr
b93a81cb4e Support the SysV-style -exec utility args.. {} + function, required by
SUSv3. This is similar to find foo -print0 | xargs -0 utility args.
2002-06-02 12:57:41 +00:00
green
20552d4d83 Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character)
was initiated at the last character of the line buffer, the Wrong
Thing was done and sed barfed by interpreting the following NUL byte
as a digit.  Instead, pull up the next buffer and record that the "\"
was last seen.
2002-06-01 13:25:47 +00:00
jmallett
2e73795c55 We have a version of help(SCCS) in /usr/bin now. 2002-06-01 01:07:50 +00:00
jmallett
020c0b0669 Remove a stray asterisk in a comment. 2002-06-01 00:52:28 +00:00
silby
322fd076fe Use %lu instead of %ld when printing rt_use (aka rt_rmx.rmx_pksent)
Submitted by:	Andre Oppermann <oppermann@pipeline.ch>
MFC after:	5 days
2002-05-31 04:36:55 +00:00
keramida
2040c65feb Typo: characer -> character 2002-05-31 00:33:40 +00:00
wollman
0e6b4b2400 Fix preprocessor directive syntax (text after #endif).
The style of this program is still atrocious (not fixed).
2002-05-30 21:18:01 +00:00
jmallett
d0bc9fa06e Restructure sanity checks so that -I and -J just override eachother, rather
than triggering a usage().  Allow -R and -I to be specified in any order, and
thus change how -R checks for -I not being given and triggering a usage().

Partially requested by:	gad
2002-05-30 19:34:31 +00:00
jmallett
a2f7c4e9ca Allow the input line to be NULL, and teach strnsubst() that NULL means to use
a nil-string.
2002-05-30 19:24:08 +00:00
ru
e57f94d9c9 mdoc(7) police: kill hard sentence breaks. 2002-05-30 14:10:44 +00:00
ru
9d2bfa757a mdoc(7) police: pedantry. 2002-05-30 14:07:05 +00:00
ru
b9e8cb66c9 mdoc(7) police: tidy up the markup. 2002-05-30 14:02:23 +00:00
ru
4c0a89a17e mdoc(7) police: one minor change that was not probably worth a commit. 2002-05-30 13:57:35 +00:00
ru
2ea5b96e91 mdoc(7) police: fixed typo, minor markup nits. 2002-05-30 13:52:18 +00:00
ru
acd70ef916 mdoc(7) police: markup polishing. 2002-05-30 13:48:06 +00:00
ru
cd4e93f6df mdoc(7) police: tidy up. 2002-05-30 13:39:43 +00:00
ru
a54f2810df mdoc(7) police: minor markup nits. 2002-05-30 13:33:59 +00:00
tjr
b36c9190bb Document conformance to IEEE Std 1003.1-2001. 2002-05-30 12:13:18 +00:00
tjr
076eac46ef Sort sections according to mdoc(7). 2002-05-30 12:02:55 +00:00
tjr
076fcd4805 Sort entries by locale collating order when -x is specified. 2002-05-30 11:43:20 +00:00
fanf
68f8c604ee Character 0 is nul not null. 2002-05-30 11:42:44 +00:00
tjr
b8ff33afe9 Create tags for typedefs, structs, unions and enums by default (imply the
-t option). Make a new option, -T, to revert to the old behaviour.
2002-05-30 11:36:12 +00:00
ru
810a072466 mdoc(7) police: tidy up. 2002-05-30 11:29:25 +00:00
ru
1446786a98 mdoc(7) police: tidy up the markup. 2002-05-30 11:12:34 +00:00
tjr
672525700b Avoid buffer overrun when identifies or filenames are extremely long.
OpenBSD revisions: C.c 1.4-1.5, ctags.c 1.5, fortran.c 1.3, lisp.c 1.3,
tree.c 1.2

Obtained from:	OpenBSD
2002-05-30 10:54:53 +00:00
ru
c9868243fa which(1) was once a Perl script. 2002-05-30 08:33:13 +00:00
alfred
f0facdc5dd Check for defined(__i386__) instead of just defined(i386) since the compiler
will be updated to only define(__i386__) for ANSI cleanliness.
2002-05-30 07:00:42 +00:00