aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-11convert to 4-byte UTF-8 and 32-bit RuneRuss Cox14-44/+86
2009-09-11acme: htmlclick takes precedence over line clickRuss Cox1-3/+3
2009-09-11INSTALL: fix build on Snow LeopardRuss Cox10-4/+30
2009-08-24font: add peter face to font/times/*.fontRuss Cox3-3/+6
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
2009-08-23rc: make read not ignore interrupts/errors (again)Michael Teichgräber1-2/+7
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
2009-08-21page: import page(1) from Plan 9Tony Lainson1-45/+243
2009-08-20page: remove temporary file at program exit; fixes reading from stdinJ.R. Mauro3-5/+16
2009-08-20lib9: dotu fixes in convS2M, convM2STim Newsham3-6/+36
2009-08-18awk: add awk(1)Michael Teichgräber1-0/+560
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
2009-08-15dial: reject dial to * (aka 0.0.0.0)Russ Cox1-0/+5
2009-08-15page: add missing delayfreeimage callsFazlul Shahriar1-2/+14
2009-08-14libfmt: add missing copyright notice to nan64.cRuss Cox1-0/+2
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
2009-08-119term: allow scroll wheel in main windowTony Lainson1-1/+1
2009-08-10page: move cmd/page/cache.c to src/cmd/page/cache.cRuss Cox1-0/+0
2009-08-09page: add caching from Plan 9Fazlul Shahriar5-56/+212
2009-08-08stats: make more stats work in LinuxFazlul Shahriar3-7/+77
2009-08-08add codereview(1)Russ Cox1-0/+71
2009-08-08rc: fix segfault when SIGINT is receivedMichael Teichgräber1-1/+2
2009-07-29docs: document bitbucket servers, codereview(1)Russ Cox3-8/+13
2009-07-29libfmt: use fmtstrtod, not system strtodRuss Cox1-4/+4
2009-07-29libmemdraw: allow wider imagesRuss Cox1-1/+1
2009-07-29smugfs: delete debugging printsRuss Cox1-5/+0
2009-07-28lib9/fmt: fix printing of 1e308Russ Cox1-4/+1
2009-07-26acme: angle bracket tag matching, for XML, HTML etcRuss Cox2-0/+111
2009-07-26libventi: correct handling of VtRead sizeRuss Cox1-1/+1
2009-07-26vacfs: no post9pservice with -iRuss Cox1-1/+1
2009-07-17mkhdr, buildmk: add alphaBenjamin Huntsman2-0/+2
2009-07-16codereview: add experimental scriptsRuss Cox2-0/+1450
2009-07-16build: work around broken Linux uname -pRuss Cox2-23/+22
2009-07-159l: platform-specific options first; AIX, Tru64 supportBenjamin Huntsman1-67/+78
2009-07-14getflags: delete (codebot did not)Russ Cox4-0/+0
2009-07-15getflags: import from 4e, with usageRuss Cox7-485/+231
2009-07-15buildmk: sync $OBJTYPE with src/mkhdrRuss Cox2-7/+9
2009-07-15acme: do not redraw body on every tag changeRuss Cox2-3/+4
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