Files
plan9port/src/libplumb
Dan Cross 4089e29e89 warnings: fix warnings on newer compilers
Mostly turning the crank on fixing simple warnings: arrays, for
instance, can never be nil.  A couple of pointers should have been
initialized to `nil` before being tested.

Some logic in `troff` was simplified: basically, an `if` statement had
a condition that must have always been true if that section of code
were being executed at all.
2025-07-24 15:45:31 +00:00
..
2020-01-10 14:54:30 +00:00
2020-01-10 14:54:30 +00:00
2005-01-04 22:21:33 +00:00
2004-12-26 23:45:12 +00:00