aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/spell
Commit message (Collapse)AuthorAgeFilesLines
* warnings: fix warnings on newer compilersDan Cross2025-07-241-1/+1
| | | | | | | | | | 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 Cross2020-01-102-4/+4
| | | | | | | | | 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>
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-3/+3
|
* silence various warningsrsc2005-08-111-1/+0
|
* Goodbye SHORTLIBrsc2005-01-041-1/+0
|
* silence various warningsrsc2004-12-271-1/+1
|
* clean up when finished.rsc2004-04-191-1/+0
| | | | | don't set PLAN9 don't set PLAN9
* Today's changes.rsc2004-03-251-0/+3
| | | | More changes.
* Various fixes, add spell.rsc2004-03-094-0/+1442