Commit Briefs



Michael Teichgräber

awk: sync with Plan 9

http://codereview.appspot.com/104087


Tony Lainson

9term: allow scroll wheel in main window

http://codereview.appspot.com/105082


Russ Cox

page: move cmd/page/cache.c to src/cmd/page/cache.c

not sure how the codebot screwed that up.


Fazlul Shahriar

page: add caching from Plan 9

http://codereview.appspot.com/105070


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