aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/mk/archive.c
AgeCommit message (Collapse)AuthorFilesLines
2020-05-07mk: support Big Archive Format under AIXBen Huntsman1-0/+4
2020-01-12all: fix or silence various gcc warningsRuss Cox1-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-08mk: plan9 style.Dan Cross1-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-07mk: fix out of bounds accessNeven Sajko1-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-2064-bitrsc1-5/+5
2005-10-31ctype sign fixes (Tom Miller)rsc1-1/+1
2005-02-02silence archive warning for .a filesrsc1-1/+2
2004-12-27add readn to avoid need for plan9port libcrsc1-0/+19
2004-04-21the lastbug fix?rsc1-2/+2
2004-04-21handle long namesrsc1-10/+63
2004-04-21Who'd have guessed this was broken?rsc1-2/+2
2003-09-30Initial revisionrsc1-0/+180