summaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-413/+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-067-0/+1339
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4974060
* 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-161-78/+77
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4847051
* dd: update from Plan 9David du Colombier2011-08-161-28/+41
| | | | | | 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
* rc: silence lion roarRuss Cox2011-08-021-0/+1
| | | | | R=rsc http://codereview.appspot.com/4835048
* 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-201-8/+106
| | | | | | 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-131-1/+1
| | | | | | 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: fix usage to match manualsDavid du Colombier2011-06-071-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4593041
* venti: fix usage to match manualsDavid du Colombier2011-06-077-8/+8
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4576041
* venti: import changes from plan 9David du Colombier2011-06-0220-38/+94
| | | | | | 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
* acme Mail: drop noscrollDavid du Colombier2011-06-011-1/+0
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4539098
* SunOS fixes (thanks Aram Hăvărneanu)Russ Cox2011-05-171-15/+15
| | | | | 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
* crop: fix 64-bitRuss Cox2011-05-011-3/+3
| | | | | R=rsc http://codereview.appspot.com/4438088
* 9term, acme: autoscrollRuss Cox2011-04-278-47/+16
| | | | | | | | | | | | | | | | Ignore scroll/noscroll window setting. Instead, scroll when the write begins in or immediately after the displayed window content. In the new scrolling discipline, executing "Noscroll" is replaced by typing Page Up or using the mouse to scroll higher in the buffer, and executing "Scroll" is replaced by typing End or using the mouse to scroll to the bottom of the buffer. R=r, r2 http://codereview.appspot.com/4433060
* mklatinkbd: fix buffer overflowEoghan Sherry2011-04-041-1/+1
| | | | | | | | Fixes #71. R=rsc CC=codebot http://codereview.appspot.com/4327057
* unvac: always create writable directoriesRuss Cox2011-02-231-1/+1
| | | | | R=rsc http://codereview.appspot.com/4221043
* rc: fix $ifs bug introduced with utf-8 codeRuss Cox2011-02-161-2/+4
| | | | | R=rsc http://codereview.appspot.com/4187050
* eqn: add working mbtowc and wctombRuss Cox2011-02-042-0/+166
| | | | | | | Fixes UTF-8 input files. R=rsc http://codereview.appspot.com/4132042
* devdraw: fix flashing during window dragJeff Sickel2011-01-122-3/+5
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/3922043
* factotum: add proto-specific key promptRuss Cox2011-01-021-0/+2
| | | | | R=rsc http://codereview.appspot.com/3852042
* tr: 32-bit rune fixesRuss Cox2011-01-021-3/+3
| | | | | R=rsc http://codereview.appspot.com/3761044
* mklatinkbd: fix out of bounds bugRuss Cox2011-01-021-0/+1
| | | | | R=rsc http://codereview.appspot.com/3828045
* acid: fix buildRuss Cox2011-01-021-2/+1
| | | | | R=rsc http://codereview.appspot.com/3784048
* acid: 4-byte RunesRuss Cox2011-01-021-7/+10
| | | | | R=rsc http://codereview.appspot.com/3860041
* keyboard(7): document X compose sequencesRuss Cox2011-01-023-23/+111
| | | | | | | | | Add -x flag to mklatinkbd to generate file for $HOME/.XCompose. Thanks to Anthony Martin, Tony Lainson, and Kris Maglione for legwork. R=rsc http://codereview.appspot.com/3811043
* rc: handle 4-byte utf-8Russ Cox2011-01-023-0/+20
| | | | | R=rsc http://codereview.appspot.com/3833043
* rc: handle utf-8 in $ifsRuss Cox2011-01-021-8/+16
| | | | | R=rsc http://codereview.appspot.com/3798046
* factotum: update prototab (thanks Erik Quanstrom)Russ Cox2010-12-281-0/+4
| | | | | R=rsc http://codereview.appspot.com/3750045
* wc: 4-byte utf-8 capable (Erik Quanstrom)Russ Cox2010-12-071-16/+59
| | | | | R=rsc http://codereview.appspot.com/3437044
* delete 9P2000.uRuss Cox2010-12-072-161/+25
| | | | | | | thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042
* auth/factotum: fix password prompt hangRuss Cox2010-12-071-2/+2
| | | | | | | Fixes #51. R=rsc http://codereview.appspot.com/3431044