| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | warnings: fix warnings on newer compilers | Dan Cross | 2025-07-24 | 1 | -2/+2 |
| | | | | | | | | | | | 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. | ||||
| * | Trivial changes: whitespace and modes. | Dan Cross | 2020-01-10 | 3 | -12/+12 |
| | | | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net> | ||||
| * | darwin | rsc | 2006-04-21 | 1 | -0/+1 |
| | | |||||
| * | silence various warnings | rsc | 2005-08-11 | 1 | -1/+0 |
| | | |||||
| * | os x changes | rsc | 2005-01-11 | 1 | -0/+2 |
| | | |||||
| * | stupid FreeBSD name conflict | rsc | 2005-01-07 | 1 | -0/+2 |
| | | |||||
| * | an old saddle | rsc | 2005-01-04 | 7 | -0/+1559 |