aboutsummaryrefslogtreecommitdiff
path: root/src/libmp/port
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30all: remove $OBJTYPE from buildRuss Cox1-2/+3
Now that we assume pthreads, the only assembly left is in libmp and libsec. We only ever added assembly for 386. The portable C code is fine for plan9port.
2020-01-10Trivial changes: whitespace and modes.Dan Cross9-10/+7
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>
2006-04-20shut up gccrsc2-0/+12
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc27-155/+155
2006-03-05fix mptouvrsc1-1/+1
2005-12-31oops - mpdigit not mpintrsc1-1/+1
2005-12-30fix shiftrsc2-2/+8
2005-12-29add cast (Taj Khattra)rsc1-1/+1
2005-02-13add %lB for lower casersc1-28/+39
2005-01-07no need to include sec.hrsc6-6/+0
2004-12-26add portdatersc1-0/+32
2004-04-21Libsec doesn't compile without a reduce script, either.wkj1-2/+0
2004-04-21more tomfoolery.rsc1-3/+8
i bet mk can't read the mac os or sun os archives.
2004-04-21make scripts work with more shells,rsc2-3/+5
use current variable names.
2004-04-21Add basic libmp support for the x86.wkj2-14/+8
2004-04-19clean up when finished.rsc1-1/+0
don't set PLAN9 don't set PLAN9
2004-03-26SunOS can rot in hell.rsc1-1/+1
2004-03-21Add libmp.rsc36-0/+2407