Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-12 | all: fix or silence various gcc warnings | Russ Cox | 1 | -1/+1 | |
As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise. | |||||
2020-01-08 | mk: plan9 style. | Dan Cross | 1 | -7/+8 | |
In general, no space after `if` etc, and no braces for a single statement inside of a loop or conditional. Signed-off-by: Dan Cross <cross@gajendra.net> | |||||
2020-01-07 | mk: fix out of bounds access | Neven Sajko | 1 | -7/+21 | |
A loop is added for each structure field instead of accessing the other fields through the first one in one loop. Updates #313 Change-Id: I0e27e15feacb77391bc1decee7cf720d64d14586 | |||||
2006-04-20 | 64-bit | rsc | 1 | -5/+5 | |
2005-10-31 | ctype sign fixes (Tom Miller) | rsc | 1 | -1/+1 | |
2005-02-02 | silence archive warning for .a files | rsc | 1 | -1/+2 | |
2004-12-27 | add readn to avoid need for plan9port libc | rsc | 1 | -0/+19 | |
2004-04-21 | the lastbug fix? | rsc | 1 | -2/+2 | |
2004-04-21 | handle long names | rsc | 1 | -10/+63 | |
2004-04-21 | Who'd have guessed this was broken? | rsc | 1 | -2/+2 | |
2003-09-30 | Initial revision | rsc | 1 | -0/+180 | |