aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/draw/gview.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-2/+2
| | | | | | | | | 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>
* gview: fix int vs ulong confusion causing silent exit 1 at startupRuss Cox2018-01-031-4/+4
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-2/+4
|
* bigger bufferrsc2006-02-141-4/+4
|
* NetBSD-macppc ctype needs uchars.rsc2005-09-091-1/+1
|
* stupid sunrsc2005-01-141-5/+10
|
* Little fixes.rsc2004-04-301-2/+2
|
* add -W to specify window size.rsc2004-04-291-1/+4
| | | | various other little fixes.
* bug fixes and a new gviewrsc2004-04-241-0/+2007