Commit Briefs

Fazlul Shahriar

stats: make more stats work in Linux

http://codereview.appspot.com/96084


Russ Cox

add codereview(1)


Michael Teichgräber

rc: fix segfault when SIGINT is received

Save the value of `runq' at the start of the function, so that the `pc' update at the end does work on that original value, and not on a probably modified value of `runq'. fixes #14 http://code.swtch.com/plan9port/issue/14/ http://codereview.appspot.com/104066


Russ Cox

docs: document bitbucket servers, codereview(1)

http://codereview.appspot.com/98068


Russ Cox

libfmt: use fmtstrtod, not system strtod

http://codereview.appspot.com/96185


Russ Cox

libmemdraw: allow wider images

http://codereview.appspot.com/98067


Russ Cox

smugfs: delete debugging prints

http://codereview.appspot.com/98066


Russ Cox

lib9/fmt: fix printing of 1e308

pow10 was giving up too easily http://codereview.appspot.com/96178


Russ Cox

acme: angle bracket tag matching, for XML, HTML etc

http://codereview.appspot.com/98042


Russ Cox

libventi: correct handling of VtRead size

Fixes #7 http://code.swtch.com/plan9port/issue/7/ Thanks to Venkatesh Srinivas and Michael Teichgräber for finding the bug. http://codereview.appspot.com/98041


Russ Cox

vacfs: no post9pservice with -i

http://codereview.appspot.com/96159


Benjamin Huntsman

mkhdr, buildmk: add alpha

http://codereview.appspot.com/95065



Russ Cox

build: work around broken Linux uname -p

fixes #8 http://bitbucket.org/rsc/plan9port/issue/8/ http://groups.google.com/group/plan9port-dev/t/8d1a2362dde4f137 http://codereview.appspot.com/95058


Benjamin Huntsman

9l: platform-specific options first; AIX, Tru64 support

http://codereview.appspot.com/95050