Russ Cox
4f52e8afe9
man: fix -P
...
R=rsc
http://codereview.appspot.com/3818043
2011-01-02 15:28:01 -05:00
Russ Cox
7ea233191a
keyboard(7): document update procedure (suggested by Rodney Polkinghorne)
...
R=rsc
http://codereview.appspot.com/3770044
2011-01-02 14:18:28 -05:00
Russ Cox
0786c9647c
rc: handle 4-byte utf-8
...
R=rsc
http://codereview.appspot.com/3833043
2011-01-02 13:44:15 -05:00
Russ Cox
72f66c2d3c
rc: handle utf-8 in $ifs
...
R=rsc
http://codereview.appspot.com/3798046
2011-01-02 13:43:20 -05:00
Russ Cox
c4071243a5
factotum: update prototab (thanks Erik Quanstrom)
...
R=rsc
http://codereview.appspot.com/3750045
2010-12-28 21:46:07 -05:00
Russ Cox
02d8e8247f
wc: 4-byte utf-8 capable (Erik Quanstrom)
...
R=rsc
http://codereview.appspot.com/3437044
2010-12-07 23:15:22 -05:00
Russ Cox
74dd032175
delete 9P2000.u
...
thanks to Erik Quanstrom
R=rsc
http://codereview.appspot.com/3469042
2010-12-07 13:34:11 -05:00
Russ Cox
d10a7ed9a8
auth/factotum: fix password prompt hang
...
Fixes #51 .
R=rsc
http://codereview.appspot.com/3431044
2010-12-07 13:17:27 -05:00
Russ Cox
00f0146a5c
venti: add mgr (work in progress)
...
R=rsc
http://codereview.appspot.com/3003041
2010-11-09 10:52:41 -05:00
Russ Cox
dc6625ea01
import: clean up correctly
...
R=rsc
http://codereview.appspot.com/2875041
2010-11-03 15:49:22 -04:00
Russ Cox
de2d77683e
mkfiles: fix macargv buf
...
R=rsc
http://codereview.appspot.com/2729042
2010-10-27 19:40:16 -07:00
Russ Cox
afea5fc3fd
mac: add 9term.app, Plumb.app
...
R=rsc
http://codereview.appspot.com/2783041
2010-10-27 18:22:03 -07:00
Russ Cox
c84e737c3f
plumb: column numbers in file address
...
R=rsc
http://codereview.appspot.com/2776042
2010-10-27 17:31:18 -07:00
Russ Cox
c8471ac58c
win: another attempt at input modes
...
R=rsc
http://codereview.appspot.com/2476042
2010-10-13 10:50:46 -04:00
Russ Cox
63097b491d
awd: use $sysname
...
R=rsc
http://codereview.appspot.com/2458041
2010-10-12 10:14:27 -04:00
Russ Cox
bb72982b79
libmach: fix warning about preadn
...
R=rsc
http://codereview.appspot.com/2388041
2010-10-07 04:23:17 -04:00
Anthony Martin
c54202e577
getflags: use shell quoting
...
R=rsc
CC=codebot
http://codereview.appspot.com/2065042
2010-10-07 03:35:43 -04:00
Russ Cox
a6ba36b663
plumber: comment out bogus user name check
...
R=rsc
http://codereview.appspot.com/2295043
2010-10-07 03:31:19 -04:00
Russ Cox
873e5f5094
libmach: more mach-o support
...
R=rsc
http://codereview.appspot.com/2277041
2010-09-24 12:25:25 -04:00
Russ Cox
875351f44f
win: add cook/nocook
...
R=rsc
http://codereview.appspot.com/2162042
2010-09-10 09:31:56 -04:00
Russ Cox
77929f8261
topng: 64-bit fix
...
R=rsc
http://codereview.appspot.com/2124042
2010-09-03 10:21:44 -04:00
Russ Cox
ef5c6a6eda
9term, win: better echo cancellation
...
Also just drop \r from output.
It's a losing battle to keep turning it off.
R=rsc
http://codereview.appspot.com/2128042
2010-09-03 10:21:16 -04:00
Rob Pike
a208917e7a
acme: fix rounding in rows computation
...
R=rsc
CC=codebot
http://codereview.appspot.com/2007045
2010-08-24 10:16:32 -04:00
Russ Cox
a06877afa9
codereview: import latest from go
...
R=rsc
http://codereview.appspot.com/1922042
2010-08-04 17:36:17 -07:00
Russ Cox
860d327c8f
sam: use ulong as type of dev consistently
...
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-08-04 17:35:44 -07:00
Russ Cox
4e2602a754
devdraw: snarf better with Chrome
...
maybe the code is also actually correct. who knows.
R=rsc
http://codereview.appspot.com/1875045
2010-07-22 13:52:56 -07:00
Russ Cox
1a3b915896
web: pass $BROWSER as open -a argument on OS X
...
(Suggestion by Martin Kühl)
R=rsc
http://codereview.appspot.com/1772044
2010-07-14 13:21:35 -07:00
Russ Cox
8377cc7a4b
u.h: add int8, uint8
...
R=rsc
http://codereview.appspot.com/1791044
2010-07-14 11:15:55 -07:00
Russ Cox
f92863adf4
web: just use "open" on OS X
...
R=rsc
http://codereview.appspot.com/1764045
2010-07-14 11:12:55 -07:00
Russ Cox
36d9b90c56
acme, sam: fix regexp code for bigger Runemax
...
R=r
http://codereview.appspot.com/1765042
2010-07-14 11:10:59 -07:00
Russ Cox
75a851e927
acme: fix off by one in editcmd, pointer comparison in getch, nextc
...
R=r
http://codereview.appspot.com/868046
2010-07-14 11:08:42 -07:00
Russ Cox
efe48aa670
lib9: add <sys/dkio.h> for OpenBSD
...
R=, rsc
CC=
http://codereview.appspot.com/1762045
2010-07-11 10:08:41 -07:00
Russ Cox
d67dc856d1
tar: rename sstrnlen to avoid OpenBSD compile error
...
R=, rsc
CC=
http://codereview.appspot.com/1810041
2010-07-11 09:48:51 -07:00
Michael Teichgräber
c006e98419
This patch fixes unicode, unicode-be and unicode-le
...
input, and unicode output, which have been broken due
to the change of the size of Rune from two bytes to
four bytes.
(Unicode-le and unicode-be output have not been
affected, since they work different, and produce
correct output as long as sizeof(Rune) >= 2.)
In all of the affected functions an extra array of N
elements of type u16int is used to temporarily store
the 16-bit unicode data. As this increases stack
usage, perhaps a different, slightly more complicated
solution might be preferred, where only a single
`Rune buf[N]' is used for both temporary storage and
the result.
R=rsc
CC=codebot
http://codereview.appspot.com/1574041
2010-06-28 14:43:28 -07:00
Anthony Martin
25989d9eca
tcs: macroman charset fixes
...
2126 -> 03a9 # greek capital letter omega
2012 -> 201c # left double quotation mark
00a4 -> 20ac # euro sign
f7ff -> f8ff # apple logo
R=rsc
CC=codebot
http://codereview.appspot.com/1233043
2010-06-28 14:37:40 -07:00
Anthony Martin
598020ec4e
hget: use absolute url for POST through a proxy
...
R=rsc
CC=codebot
http://codereview.appspot.com/1282042
2010-06-28 14:37:26 -07:00
Anthony Martin
0efbfd36f5
9p: tflag sorts by mtime
...
R=rsc
CC=codebot
http://codereview.appspot.com/1265043
2010-06-28 14:33:30 -07:00
Anthony Martin
c988c8adf1
9term: fix getpts on linux
...
Openpty uses grantpt internally and its behavior is
unspecified when a handler is set to catch SIGCHLD.
Fixes issue 37. http://code.swtch.com/plan9port/issues/37
R=rsc
CC=codebot
http://codereview.appspot.com/1209049
2010-06-28 14:32:29 -07:00
David Swasey
670f730113
9term: add -c to force cooked mode
...
R=rsc
CC=codebot
http://codereview.appspot.com/1044043
2010-05-19 18:27:05 -07:00
Arvindh Rajesh Tamilmani
9fb7a4f7f7
bin/", bin/"": simplify
...
R=rsc
CC=codebot
http://codereview.appspot.com/953047
2010-05-19 18:20:10 -07:00
Russ Cox
18ee9a80f1
mailfs: try tlsclient program before stunnel
...
R=rsc
http://codereview.appspot.com/1169043
2010-05-11 08:25:08 -07:00
Russ Cox
e18f0a49f3
fortunes: grab latest from Bell Labs, add one of our own
...
R=r
http://codereview.appspot.com/925041
2010-04-15 12:00:57 -07:00
David Swasey
01f6cb233f
vac: debug prints
...
R=rsc
CC=codebot
http://codereview.appspot.com/816041
2010-04-13 13:18:45 -07:00
David Swasey
7771477e15
vac: eliminated vac cache size 128. vacfsopen used to take ncache rather than cachemem
...
R=rsc
CC=codebot
http://codereview.appspot.com/817041
2010-04-13 13:18:12 -07:00
David Swasey
7b08cf334b
9term: cut, snarf, and paste with keyboard on Mac
...
R=rsc
CC=codebot
http://codereview.appspot.com/854042
2010-04-13 13:16:36 -07:00
Arvindh Rajesh Tamilmani
80c90f271e
fix build on SunOS (Sparc)
...
R=rsc
CC=codebot
http://codereview.appspot.com/882044
2010-04-09 15:28:16 -07:00
Russ Cox
f50c3e956f
devdraw: only one flushproc, please (OS X)
...
R=rsc
http://codereview.appspot.com/799045
2010-04-02 14:53:13 -07:00
Russ Cox
bbdebeff97
import fortunes from plan 9 and add one of our own
...
R=r
http://codereview.appspot.com/744041
2010-03-24 16:56:24 -07:00
Eoghan Sherry
a1f6a18e5c
install(1): cvs -> hg
...
R=rsc
CC=codebot
http://codereview.appspot.com/637041
2010-03-19 13:11:12 -07:00
Eoghan Sherry
bea7c49aad
win: scroll
...
R=rsc
CC=codebot
http://codereview.appspot.com/643041
2010-03-19 13:10:14 -07:00