Commit Graph

11 Commits

Author SHA1 Message Date
ru
36d2ffffcd mdoc(7) police: simplify. 2002-08-14 11:38:30 +00:00
dwmalone
7eeb84c96d The return value of snprintf should be always nonnegative, so it should
be safe to cast it to a size_t before comparing it to a sizeof().
2002-07-28 15:41:15 +00:00
tjr
7140548782 Use sigaction(2) instead of signal(3) to avoid the signal handler being
re-entered.
2002-07-26 05:25:12 +00:00
tjr
53ce8f32b7 Avoid truncating filenames with snprintf(). 2002-06-29 05:31:26 +00:00
jmallett
110dcc0dbb Note that this appeared at least as early as PWB UNIX.
Use the literal string 'PWB UNIX', as we still have no .At macro for it.
2002-06-10 22:59:59 +00:00
tjr
00077c1a4b Respect LC_CTYPE and LC_COLLATE environment variables, mainly for their
effects on regular expressions. The libc regex code does not handle
equivalence classes well (for example), but we do our best.
2002-06-07 01:04:24 +00:00
ru
7548914680 mdoc(7) police: markup polishing. 2002-05-30 13:48:06 +00:00
tjr
4af91bdda5 Handle the case where a negative offset in a regular expression match
is larger than the number of lines in the overflow file.
2002-05-16 05:04:26 +00:00
tjr
2c5b38ff74 Correct synopsis and usage(): pattern arguments are not optional. 2002-05-16 04:39:19 +00:00
tjr
afdce9e820 Add the csplit(1) utility, which splits files based on context, as specified
by SUSv3.

This Makefile got left out of the previous commit.

PR:             36191
Reviewed by:    mike
2002-05-02 07:54:04 +00:00
tjr
1cd49318a9 Add the csplit(1) utility, which splits files based on context, as specified
by SUSv3.

PR:		36191
Reviewed by:	mike
2002-05-02 07:46:36 +00:00