Searched hist:176126 (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.bin/sed/
H A Ddefs.hdiff 176126 Sat Feb 09 07:12:02 MST 2008 dwmalone WARNS fixes:
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
H A Dcompile.cdiff 176126 Sat Feb 09 07:12:02 MST 2008 dwmalone WARNS fixes:
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
H A Dmain.cdiff 176126 Sat Feb 09 07:12:02 MST 2008 dwmalone WARNS fixes:
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
H A Dprocess.cdiff 176126 Sat Feb 09 07:12:02 MST 2008 dwmalone WARNS fixes:
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

Completed in 104 milliseconds