| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 134856
Submitted by: Jeremie Le Hen - jeremie at le-hen dot org
|
|
|
|
|
|
|
|
|
|
| |
1) Add missing parens around assignment that is compared to zero.
2) Make some variables that only take non-negative values unsigned.
3) Some casts/type changes to fix other constness warnings.
4) Make one variable a const char *.
5) Make sure termwidth is positive, it doesn't make sense for it to be negative.
Approved by: dds
|
|
|
|
|
|
|
|
|
| |
For example,
sed /foo/Id
sed s/foo/bar/Ig
Reviewed by: dds
Approved by: re (hrs)
|
|
|
|
|
|
| |
software (original contributor).
Reviewed by: imp
|
| |
|
| |
|
|
|
|
| |
SCO installation to run all the way through (some POSIX fixes).
|
|
|