Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-10 | acme: allow :?regexp for backward search | Russ Cox | 1 | -0/+4 | |
Fixes issue 80. R=rsc http://codereview.appspot.com/4662088 | |||||
2011-07-10 | acme: fix out of order address crash | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/4690042 | |||||
2011-07-10 | grep: import $ fix from plan 9 | Russ Cox | 1 | -2/+8 | |
R=rsc http://codereview.appspot.com/4673053 | |||||
2011-06-28 | primes: faster output | Russ Cox | 1 | -1/+5 | |
R=rsc http://codereview.appspot.com/4664053 | |||||
2011-06-20 | devdraw: dynamic discovery of MultiTouch devices | Marius Eriksen | 1 | -8/+106 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4653041 | |||||
2011-06-20 | devdraw: Shrinking a window on osx 10.6.7 no longer disables drawing. | David Swasey | 1 | -9/+14 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4632051 | |||||
2011-06-13 | vacfs: document replacement of -c flag by -M | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049 | |||||
2011-06-13 | venti: fix pragma varargck due to changes in tag() | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4517150 | |||||
2011-06-07 | venti: fix usage to match manuals | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4593041 | |||||
2011-06-07 | venti: fix usage to match manuals | David du Colombier | 7 | -8/+8 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4576041 | |||||
2011-06-02 | venti: import changes from plan 9 | David du Colombier | 20 | -38/+94 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4523057 | |||||
2011-06-02 | upas/smtp: remove reference to /net in mxdial | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4535108 | |||||
2011-06-01 | acme Mail: drop noscroll | David du Colombier | 1 | -1/+0 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4539098 | |||||
2011-05-17 | SunOS fixes (thanks Aram Hăvărneanu) | Russ Cox | 1 | -15/+15 | |
R=rsc, rsc http://codereview.appspot.com/4271084 | |||||
2011-05-17 | gif: fix setting of transparency channels when writing gifs. | Rob Pike | 1 | -7/+7 | |
R=rsc http://codereview.appspot.com/4538073 | |||||
2011-05-01 | crop: fix 64-bit | Russ Cox | 1 | -3/+3 | |
R=rsc http://codereview.appspot.com/4438088 | |||||
2011-04-27 | 9term, acme: autoscroll | Russ Cox | 8 | -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 | |||||
2011-04-04 | mklatinkbd: fix buffer overflow | Eoghan Sherry | 1 | -1/+1 | |
Fixes #71. R=rsc CC=codebot http://codereview.appspot.com/4327057 | |||||
2011-02-23 | unvac: always create writable directories | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/4221043 | |||||
2011-02-16 | rc: fix $ifs bug introduced with utf-8 code | Russ Cox | 1 | -2/+4 | |
R=rsc http://codereview.appspot.com/4187050 | |||||
2011-02-04 | eqn: add working mbtowc and wctomb | Russ Cox | 2 | -0/+166 | |
Fixes UTF-8 input files. R=rsc http://codereview.appspot.com/4132042 | |||||
2011-01-12 | devdraw: fix flashing during window drag | Jeff Sickel | 2 | -3/+5 | |
R=rsc CC=codebot http://codereview.appspot.com/3922043 | |||||
2011-01-02 | factotum: add proto-specific key prompt | Russ Cox | 1 | -0/+2 | |
R=rsc http://codereview.appspot.com/3852042 | |||||
2011-01-02 | tr: 32-bit rune fixes | Russ Cox | 1 | -3/+3 | |
R=rsc http://codereview.appspot.com/3761044 | |||||
2011-01-02 | mklatinkbd: fix out of bounds bug | Russ Cox | 1 | -0/+1 | |
R=rsc http://codereview.appspot.com/3828045 | |||||
2011-01-02 | acid: fix build | Russ Cox | 1 | -2/+1 | |
R=rsc http://codereview.appspot.com/3784048 | |||||
2011-01-02 | acid: 4-byte Runes | Russ Cox | 1 | -7/+10 | |
R=rsc http://codereview.appspot.com/3860041 | |||||
2011-01-02 | keyboard(7): document X compose sequences | Russ Cox | 3 | -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 | |||||
2011-01-02 | rc: handle 4-byte utf-8 | Russ Cox | 3 | -0/+20 | |
R=rsc http://codereview.appspot.com/3833043 | |||||
2011-01-02 | rc: handle utf-8 in $ifs | Russ Cox | 1 | -8/+16 | |
R=rsc http://codereview.appspot.com/3798046 | |||||
2010-12-28 | factotum: update prototab (thanks Erik Quanstrom) | Russ Cox | 1 | -0/+4 | |
R=rsc http://codereview.appspot.com/3750045 | |||||
2010-12-07 | wc: 4-byte utf-8 capable (Erik Quanstrom) | Russ Cox | 1 | -16/+59 | |
R=rsc http://codereview.appspot.com/3437044 | |||||
2010-12-07 | delete 9P2000.u | Russ Cox | 2 | -161/+25 | |
thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042 | |||||
2010-12-07 | auth/factotum: fix password prompt hang | Russ Cox | 1 | -2/+2 | |
Fixes #51. R=rsc http://codereview.appspot.com/3431044 | |||||
2010-11-09 | venti: add mgr (work in progress) | Russ Cox | 1 | -0/+1021 | |
R=rsc http://codereview.appspot.com/3003041 | |||||
2010-11-03 | import: clean up correctly | Russ Cox | 1 | -0/+1 | |
R=rsc http://codereview.appspot.com/2875041 | |||||
2010-10-27 | mkfiles: fix macargv buf | Russ Cox | 3 | -5/+3 | |
R=rsc http://codereview.appspot.com/2729042 | |||||
2010-10-27 | mac: add 9term.app, Plumb.app | Russ Cox | 4 | -0/+99 | |
R=rsc http://codereview.appspot.com/2783041 | |||||
2010-10-13 | win: another attempt at input modes | Russ Cox | 1 | -5/+28 | |
R=rsc http://codereview.appspot.com/2476042 | |||||
2010-10-07 | getflags: use shell quoting | Anthony Martin | 1 | -0/+1 | |
R=rsc CC=codebot http://codereview.appspot.com/2065042 | |||||
2010-10-07 | plumber: comment out bogus user name check | Russ Cox | 1 | -0/+2 | |
R=rsc http://codereview.appspot.com/2295043 | |||||
2010-09-10 | win: add cook/nocook | Russ Cox | 1 | -5/+14 | |
R=rsc http://codereview.appspot.com/2162042 | |||||
2010-09-03 | topng: 64-bit fix | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/2124042 | |||||
2010-09-03 | 9term, win: better echo cancellation | Russ Cox | 6 | -61/+129 | |
Also just drop \r from output. It's a losing battle to keep turning it off. R=rsc http://codereview.appspot.com/2128042 | |||||
2010-08-24 | acme: fix rounding in rows computation | Rob Pike | 1 | -3/+6 | |
R=rsc CC=codebot http://codereview.appspot.com/2007045 | |||||
2010-08-04 | sam: use ulong as type of dev consistently | Russ Cox | 1 | -1/+1 | |
Otherwise io.c:39 compares int != ulong, causing spurious file modification warnings when dev doesn't fit in an int. R=r http://codereview.appspot.com/1917045 | |||||
2010-07-22 | devdraw: snarf better with Chrome | Russ Cox | 1 | -5/+4 | |
maybe the code is also actually correct. who knows. R=rsc http://codereview.appspot.com/1875045 | |||||
2010-07-14 | acme, sam: fix regexp code for bigger Runemax | Russ Cox | 2 | -48/+52 | |
R=r http://codereview.appspot.com/1765042 | |||||
2010-07-14 | acme: fix off by one in editcmd, pointer comparison in getch, nextc | Russ Cox | 1 | -3/+3 | |
R=r http://codereview.appspot.com/868046 | |||||
2010-07-11 | tar: rename sstrnlen to avoid OpenBSD compile error | Russ Cox | 1 | -5/+5 | |
R=, rsc CC= http://codereview.appspot.com/1810041 |