summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: handle, warn about LionRuss Cox2011-09-191-1/+9
| | | | | R=rsc http://codereview.appspot.com/5069042
* dd: fix apple gcc return warning (even Go can handle this one, Apple!)Russ Cox2011-09-191-0/+2
| | | | | R=rsc http://codereview.appspot.com/5068043
* devdraw: update Lion cocoaDavid Jeannot2011-09-198-406/+603
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5015042
* 9term: fix insertDavid Swasey2011-09-121-2/+2
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4952066
* devdraw: draft cocoa supportDavid Jeannot2011-09-068-0/+1340
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4974060
* plumb: character offsets start at 1, not 0Russ Cox2011-08-311-1/+1
| | | | | | | x:10:1 is the beginning of line 10 R=rsc http://codereview.appspot.com/4960049
* upas/smtp: fixes for authenticated connectionsRichard Miller2011-08-312-2/+3
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4967049
* mk: pass environment to P commandRuss Cox2011-08-271-1/+1
| | | | | R=rsc http://codereview.appspot.com/4977041
* win: hide not just passwords but also passphrasesMathieu Lonjaret2011-08-261-1/+1
| | | | | | R=rsc, nicolesimons1986 CC=plan9port.codebot http://codereview.appspot.com/4957042
* zerotrunc: from Plan 9David du Colombier2011-08-161-0/+26
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4809089
* test: update from Plan 9David du Colombier2011-08-162-78/+84
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4847051
* dd: update from Plan 9David du Colombier2011-08-162-28/+239
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4850052
* mailfs: try to use the right version of stunnelFazlul Shahriar2011-08-161-0/+2
| | | | | R=rsc http://codereview.appspot.com/4876044
* web: add support for chromiumFazlul Shahriar2011-08-161-1/+1
| | | | | R=rsc http://codereview.appspot.com/4863043
* CONTRIBUTORS: updateRuss Cox2011-08-161-0/+1
| | | | | R=rsc http://codereview.appspot.com/4888051
* lib9: fix local addr in dialJani Lahtinen2011-08-161-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4826049
* rc: silence lion roarRuss Cox2011-08-021-0/+1
| | | | | R=rsc http://codereview.appspot.com/4835048
* build: missing fileRuss Cox2011-08-021-0/+1
| | | | | R=rsc http://codereview.appspot.com/4815081
* build: OS X 64-bit buildRuss Cox2011-08-0211-24/+63
| | | | | R=rsc http://codereview.appspot.com/4838047
* g: add *.gocRuss Cox2011-08-021-1/+1
| | | | | R=rsc http://codereview.appspot.com/4832048
* codereview: import from GoRuss Cox2011-08-021-1685/+1718
| | | | | R=rsc http://codereview.appspot.com/4819053
* lex: 64-bit bugRuss Cox2011-08-023-3/+3
| | | | | R=rsc http://codereview.appspot.com/4830054
* acme: fix iq1 adjust bugRuss Cox2011-08-021-1/+1
| | | | | R=rsc http://codereview.appspot.com/4816066
* 9term: home/end like acmeRuss Cox2011-08-022-2/+19
| | | | | R=rsc http://codereview.appspot.com/4830052
* acme: scrolling fixes + new home/endRuss Cox2011-08-024-5/+32
| | | | | | | | | | | | | | | | | | | Home and End previously navigated between two different window locations: the top and the bottom of the text. Now they include a third waypoint: the location where typing last happened. Thus, in a win window, typing ls -l <home> scrolls to the beginning of the ls -l output. A second <home> continues to the top of the file. Makes Send scroll always, along with writes by external programs to +Errors. R=r CC=mccoyst http://codereview.appspot.com/4830051
* acme: allow :?regexp for backward searchRuss Cox2011-07-101-0/+4
| | | | | | | Fixes issue 80. R=rsc http://codereview.appspot.com/4662088
* acme: fix out of order address crashRuss Cox2011-07-101-1/+1
| | | | | R=rsc http://codereview.appspot.com/4690042
* grep: import $ fix from plan 9Russ Cox2011-07-101-2/+8
| | | | | R=rsc http://codereview.appspot.com/4673053
* primes: faster outputRuss Cox2011-06-281-1/+5
| | | | | R=rsc http://codereview.appspot.com/4664053
* devdraw: dynamic discovery of MultiTouch devicesMarius Eriksen2011-06-202-8/+107
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4653041
* devdraw: Shrinking a window on osx 10.6.7 no longer disables drawing.David Swasey2011-06-201-9/+14
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4632051
* vacfs: document replacement of -c flag by -MDavid du Colombier2011-06-132-8/+8
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049
* venti: fix pragma varargck due to changes in tag()David du Colombier2011-06-131-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4517150
* venti.h: import indentation from plan 9David du Colombier2011-06-131-145/+147
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4571065
* venti: fix usage to match manualsDavid du Colombier2011-06-071-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4593041
* venti-fmt(8): minor fix in synopsisDavid du Colombier2011-06-071-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4571051
* venti: fix usage to match manualsDavid du Colombier2011-06-077-8/+8
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4576041
* libventi: import changes from plan 9David du Colombier2011-06-071-4/+3
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4530100
* man: import changes from plan 9David du Colombier2011-06-035-44/+49
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4559071
* avl(3): import changes from plan 9David du Colombier2011-06-021-0/+27
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4536105
* venti: import changes from plan 9David du Colombier2011-06-0221-63/+141
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4523057
* upas/smtp: remove reference to /net in mxdialDavid du Colombier2011-06-021-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4535108
* INSTALL: add -r flagPeter Saveliev2011-06-024-2/+19
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4526096
* acme Mail: drop noscrollDavid du Colombier2011-06-011-1/+0
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4539098
* CONTRIBUTORS: 0introRuss Cox2011-06-011-0/+1
| | | | | R=rsc http://codereview.appspot.com/4536101
* build: fix for non-standard unameRichard Miller2011-05-182-2/+2
| | | | | | | | The scratchbox-based SDK for maemo cross-compilation (for Nokia N800 and N900) has a non-standard uname command which doesn't support the '-p' option. This patch allows INSTALL to work anyway, by issuing 'uname -m' if 'uname -m -p' fails. R=rsc CC=plan9port.codebot http://codereview.appspot.com/4554041
* arm: build fixesRichard Miller2011-05-185-20/+25
| | | | | | | | Get p9p to build cleanly for ARM - based on suggestions from rsc and eekee, plus a final tweak from me. Tested (a bit) on sheevaplug (ubuntu jaunty), Nokia N800 (maemo 4) and Nokia N900 (maemo 5). R=rsc CC=plan9port.codebot http://codereview.appspot.com/4524056
* CONTRIBUTORS: add Richard MillerRuss Cox2011-05-181-0/+1
| | | | | R=rsc http://codereview.appspot.com/4532070
* SunOS fixes (thanks Aram Hăvărneanu)Russ Cox2011-05-175-97/+97
| | | | | R=rsc, rsc http://codereview.appspot.com/4271084
* gif: fix setting of transparency channels when writing gifs.Rob Pike2011-05-171-7/+7
| | | | | R=rsc http://codereview.appspot.com/4538073