Commit Briefs

Russ Cox

libfmt: add missing copyright notice to nan64.c

nan64.c was part of change #1 in this repository and did not have a notice at that point (September 2003). An earlier copy of libfmt, dated January 14-15, 2003, makes it clear that nan64.c was extracted from fltfmt.c and strtod.c, so use the same notice they use.


Russ Cox

more licensing


Russ Cox

more licensing




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