Commit Briefs

Michael Teichgräber

awk: add awk(1)

http://codereview.appspot.com/104086


Russ Cox

libthread: make page work on OS X


Fazlul Shahriar

dial: allow host==0 when net=="unix"

http://codereview.appspot.com/108042


Russ Cox

dial: reject dial to * (aka 0.0.0.0)

fixes #15 http://code.swtch.com/plan9port/issues/15 http://codereview.appspot.com/107043


Fazlul Shahriar

page: add missing delayfreeimage calls

fixes #19 http://code.swtch.com/plan9port/issue/19 http://codereview.appspot.com/108041


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