Commit Briefs


Russ Cox

all: fix or silence various gcc warnings

As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise.


Dan Cross

mk: plan9 style.

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>


Dan Cross

mk: fix out of bounds access

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


rsc

64-bit





rsc

the lastbug fix?


rsc

handle long names



rsc

Initial revision