aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-09-11convert to 4-byte UTF-8 and 32-bit RuneRuss Cox14-44/+86
http://codereview.appspot.com/116075
2009-09-11acme: htmlclick takes precedence over line clickRuss Cox1-3/+3
http://codereview.appspot.com/116074
2009-09-11INSTALL: fix build on Snow LeopardRuss Cox10-4/+30
http://codereview.appspot.com/116073
2009-08-24font: add peter face to font/times/*.fontRuss Cox3-3/+6
fixes #20 http://code.swtch.com/plan9port/issue/20/
2009-08-24unix: move Makefile so that it cannot be run accidentallyRuss Cox2-1/+1
2009-08-23venti: handle FS block size > MaxIoVenkatesh Srinivas1-2/+5
http://codereview.appspot.com/110071
2009-08-23rc: make read not ignore interrupts/errors (again)Michael Teichgräber1-2/+7
http://codereview.appspot.com/110042
2009-08-23libavl: import from Plan 9Russ Cox4-0/+570
2009-08-21venti/copy: synchronize with Plan 9; indent in verbose modeVenkatesh Srinivas2-14/+146
http://codereview.appspot.com/110062
2009-08-21page: import page(1) from Plan 9Tony Lainson1-45/+243
http://codereview.appspot.com/109059
2009-08-20page: remove temporary file at program exit; fixes reading from stdinJ.R. Mauro3-5/+16
http://codereview.appspot.com/105097
2009-08-20lib9: dotu fixes in convS2M, convM2STim Newsham3-6/+36
http://codereview.appspot.com/109049
2009-08-18awk: add awk(1)Michael Teichgräber1-0/+560
http://codereview.appspot.com/104086
2009-08-17libthread: make page work on OS XRuss Cox2-0/+5
2009-08-17dial: allow host==0 when net=="unix"Fazlul Shahriar1-1/+1
http://codereview.appspot.com/108042
2009-08-15dial: reject dial to * (aka 0.0.0.0)Russ Cox1-0/+5
fixes #15 http://code.swtch.com/plan9port/issues/15 http://codereview.appspot.com/107043
2009-08-15page: add missing delayfreeimage callsFazlul Shahriar1-2/+14
fixes #19 http://code.swtch.com/plan9port/issue/19 http://codereview.appspot.com/108041
2009-08-14libfmt: add missing copyright notice to nan64.cRuss Cox1-0/+2
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.
2009-08-14more licensingRuss Cox3-0/+8
2009-08-14more licensingRuss Cox3-0/+34
2009-08-14allow less restricted use of plan9port-specific codeRuss Cox2-1/+95
2009-08-14move files that codebot put in the wrong placeRuss Cox3-0/+0
2009-08-11awk: sync with Plan 9Michael Teichgräber1-12/+33
http://codereview.appspot.com/104087
2009-08-119term: allow scroll wheel in main windowTony Lainson1-1/+1
http://codereview.appspot.com/105082
2009-08-10page: move cmd/page/cache.c to src/cmd/page/cache.cRuss Cox1-0/+0
not sure how the codebot screwed that up.
2009-08-09page: add caching from Plan 9Fazlul Shahriar5-56/+212
http://codereview.appspot.com/105070
2009-08-08stats: make more stats work in LinuxFazlul Shahriar3-7/+77
http://codereview.appspot.com/96084
2009-08-08add codereview(1)Russ Cox1-0/+71
2009-08-08rc: fix segfault when SIGINT is receivedMichael Teichgräber1-1/+2
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
2009-07-29docs: document bitbucket servers, codereview(1)Russ Cox3-8/+13
http://codereview.appspot.com/98068
2009-07-29libfmt: use fmtstrtod, not system strtodRuss Cox1-4/+4
http://codereview.appspot.com/96185
2009-07-29libmemdraw: allow wider imagesRuss Cox1-1/+1
http://codereview.appspot.com/98067
2009-07-29smugfs: delete debugging printsRuss Cox1-5/+0
http://codereview.appspot.com/98066
2009-07-28lib9/fmt: fix printing of 1e308Russ Cox1-4/+1
pow10 was giving up too easily http://codereview.appspot.com/96178
2009-07-26acme: angle bracket tag matching, for XML, HTML etcRuss Cox2-0/+111
http://codereview.appspot.com/98042
2009-07-26libventi: correct handling of VtRead sizeRuss Cox1-1/+1
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
2009-07-26vacfs: no post9pservice with -iRuss Cox1-1/+1
http://codereview.appspot.com/96159
2009-07-17mkhdr, buildmk: add alphaBenjamin Huntsman2-0/+2
http://codereview.appspot.com/95065
2009-07-16codereview: add experimental scriptsRuss Cox2-0/+1450
2009-07-16build: work around broken Linux uname -pRuss Cox2-23/+22
fixes #8 http://bitbucket.org/rsc/plan9port/issue/8/ http://groups.google.com/group/plan9port-dev/t/8d1a2362dde4f137 http://codereview.appspot.com/95058
2009-07-159l: platform-specific options first; AIX, Tru64 supportBenjamin Huntsman1-67/+78
http://codereview.appspot.com/95050
2009-07-14getflags: delete (codebot did not)Russ Cox4-0/+0
2009-07-15getflags: import from 4e, with usageRuss Cox7-485/+231
fixes #6 http://bitbucket.org/rsc/plan9port/issue/6/ http://codereview.appspot.com/95043
2009-07-15buildmk: sync $OBJTYPE with src/mkhdrRuss Cox2-7/+9
fixes #4 http://bitbucket.org/rsc/plan9port/issue/4 http://codereview.appspot.com/95042
2009-07-15acme: do not redraw body on every tag changeRuss Cox2-3/+4
fixes #5 http://bitbucket.org/rsc/plan9port/issue/5/ http://groups.google.com/group/plan9port-dev/t/e679347ecaa05cff http://codereview.appspot.com/95041
2009-07-14mergeRuss Cox9-5/+31
2009-07-08fontsrv: add half-documented -s optionRuss Cox2-4/+12
2009-07-08fontsrv(4): another typoRuss Cox1-2/+2
2009-07-08fontsrv(4): add missing prompt in sam exampleRuss Cox1-1/+1
2009-07-08mergeRuss Cox13-7/+1140