| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: remove need for `-fcommon` | Dan Cross | 2025-07-25 | 1 | -8/+10 |
| | | | | | | | | | | | 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 Cross | 2020-01-10 | 1 | -1/+1 |
| | | | | | | | | | | 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> | ||||
| * | make flate crc32 work when ulong is 64 bits | Russ Cox | 2010-02-07 | 1 | -1/+0 |
| | | | | | | | R=, rsc CC= http://codereview.appspot.com/203061 | ||||
| * | scat: make 64-bit safe | Russ Cox | 2009-04-30 | 1 | -15/+17 |
| | | |||||
| * | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 2006-04-01 | 1 | -2/+2 |
| | | |||||
| * | Fixes from Roland Kaufmann | rsc | 2005-05-01 | 1 | -1/+1 |
| | | |||||
| * | Add scat. Temporary fix to rc r.e. note groups. | rsc | 2004-04-24 | 1 | -0/+413 |
