summaryrefslogtreecommitdiffstats
path: root/src/cmd/scat/scat.c
Commit message (Collapse)AuthorAgeFilesLines
* all: remove need for `-fcommon`Dan Cross2025-07-251-0/+5
| | | | | | | | | | Use `extern` where appropriate so that we can remove `-fcommon` on macOS and others. On macOS, `-fcommon` generates a number of linker warnings. I've tested building on macOS, Linux, FreeBSD, NetBSD, OpenBSD and illumos. I am not in a position to test on AIX or other more esoteric platforms, however.
* 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>
* SunOS fixes (thanks Aram Hăvărneanu)Russ Cox2011-05-171-15/+15
| | | | | R=rsc, rsc http://codereview.appspot.com/4271084
* scat: make 64-bit safeRuss Cox2009-04-301-25/+25
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-2/+2
|
* Fixes from Roland Kaufmannrsc2005-05-011-65/+65
|
* Add scat. Temporary fix to rc r.e. note groups.rsc2004-04-241-0/+1671